- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for getChildren (0.05 seconds)
-
compat/maven-resolver-provider/src/main/java/org/apache/maven/repository/internal/type/TypeCollector.java
for (DependencyNode child : root.getChildren()) { if (child.getArtifact() == null) { continue; } String childType = child.getArtifact().getProperty(ArtifactProperties.TYPE, ""); if (!PROCESSOR_TYPE_IDS.contains(childType)) { continue; } for (DependencyNode transitive : child.getChildren()) {
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Sat Mar 28 11:22:05 GMT 2026 - 3.6K bytes - Click Count (0)