Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for toContentFilter (0.21 sec)

  1. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/artifacts/repositories/AbstractArtifactRepository.java

            return repositoryContentDescriptor.asMutableCopy();
        }
    
        @Override
        public Action<? super ArtifactResolutionDetails> getContentFilter() {
            return repositoryContentDescriptor.toContentFilter();
        }
    
        @Override
        public Set<String> getIncludedConfigurations() {
            return repositoryContentDescriptor.getIncludedConfigurations();
        }
    
        @Override
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 27 12:34:44 UTC 2024
    - 8.8K bytes
    - Viewed (0)
Back to top