Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for getPathTypes (0.09 seconds)

  1. compat/maven-resolver-provider/src/main/java/org/apache/maven/repository/internal/type/DefaultType.java

            return this.includesDependencies;
        }
    
        public Map<String, String> getProperties() {
            return properties;
        }
    
        @Override
        public Set<PathType> getPathTypes() {
            return this.pathTypes;
        }
    
        public ArtifactType toArtifactType() {
            return new ArtifactTypeAdapter(this);
        }
    
    Created: Sun Apr 05 03:35:12 GMT 2026
    - Last Modified: Thu Mar 19 13:42:58 GMT 2026
    - 4.3K bytes
    - Click Count (0)
Back to Top