Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for CachingPatternSpecFactory (0.29 sec)

  1. 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)
Back to top