Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for CachingPatternSpecFactory (0.3 sec)

  1. subprojects/core/src/main/java/org/gradle/internal/service/scopes/GlobalScopeServices.java

    import org.gradle.api.internal.tasks.properties.annotations.OutputPropertyRoleAnnotationHandler;
    import org.gradle.api.model.ObjectFactory;
    import org.gradle.api.tasks.util.PatternSet;
    import org.gradle.api.tasks.util.internal.CachingPatternSpecFactory;
    import org.gradle.api.tasks.util.internal.PatternSpecFactory;
    import org.gradle.cache.internal.CleaningInMemoryCacheDecoratorFactory;
    import org.gradle.cache.internal.CrossBuildInMemoryCacheFactory;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 09:51:15 UTC 2024
    - 15.4K bytes
    - Viewed (0)
  2. subprojects/core-api/src/main/java/org/gradle/api/tasks/util/internal/PatternSpecFactory.java

     * used, no matter which other includes and excludes a {@link PatternSet} has. For an
     * implementation that caches all other patterns as well, see {@link CachingPatternSpecFactory}.
     */
    @ServiceScope(Scope.Global.class)
    public class PatternSpecFactory implements FileSystemDefaultExcludesListener {
        public static final PatternSpecFactory INSTANCE = new PatternSpecFactory();
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Mar 12 02:21:10 UTC 2024
    - 6.7K bytes
    - Viewed (0)
  3. testing/architecture-test/src/changes/archunit-store/internal-api-nullability.txt

    Class <org.gradle.api.tasks.util.internal.CachingPatternSpecFactory$1> is not annotated (directly or via its package) with @org.gradle.api.NonNullApi in (CachingPatternSpecFactory.java:0)
    Class <org.gradle.api.tasks.util.internal.CachingPatternSpecFactory$CachingSpec$1> is not annotated (directly or via its package) with @org.gradle.api.NonNullApi in (CachingPatternSpecFactory.java:0)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 09:51:15 UTC 2024
    - 967.9K bytes
    - Viewed (0)
Back to top