Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getClasspathAsTree (0.51 sec)

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

        public List<ArtifactMetadata> getClasspath() {
            return classpath;
        }
    
        // -------------------------------------------------------------------------------------------
        public MetadataTreeNode getClasspathAsTree() throws MetadataResolutionException {
            if (classpath == null || classpath.isEmpty()) {
                return null;
            }
    
            MetadataTreeNode tree = null;
            MetadataTreeNode parent = null;
    
    Registered: Sun Sep 07 03:35:12 UTC 2025
    - Last Modified: Wed Jul 23 17:27:08 UTC 2025
    - 4.2K bytes
    - Viewed (0)
Back to top