Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for ArtifactTypeAdapter (0.16 seconds)

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

            return this.pathTypes;
        }
    
        public ArtifactType toArtifactType() {
            return new ArtifactTypeAdapter(this);
        }
    
        private static class ArtifactTypeAdapter implements ArtifactType {
            private final DefaultType type;
    
            private ArtifactTypeAdapter(DefaultType type) {
                this.type = type;
            }
    
            @Override
            public String getId() {
    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