Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getContentType (0.17 sec)

  1. maven-api-impl/src/main/java/org/apache/maven/internal/impl/DefaultLocalRepository.java

        }
    
        @Nonnull
        @Override
        public String getId() {
            return repository.getId();
        }
    
        @Nonnull
        @Override
        public String getType() {
            return repository.getContentType();
        }
    
        @Nonnull
        @Override
        public Path getPath() {
            return repository.getBasePath();
        }
    Java
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Thu May 02 16:33:18 GMT 2024
    - 1.7K bytes
    - Viewed (0)
Back to top