Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for addChild (0.26 sec)

  1. maven-compat/src/main/java/org/apache/maven/repository/metadata/ClasspathContainer.java

                if (tree == null) {
                    tree = node;
                }
    
                if (parent != null) {
                    parent.setNChildren(1);
                    parent.addChild(0, node);
                }
    
                parent = node;
            }
            return tree;
        }
    
        public void setClasspath(List<ArtifactMetadata> classpath) {
            this.classpath = classpath;
        }
    
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed Sep 06 11:28:54 UTC 2023
    - 4.2K bytes
    - Viewed (0)
Back to top