Package io.codemodder
Class IncludesExcludesPattern.Default
java.lang.Object
io.codemodder.IncludesExcludesPattern.Default
- All Implemented Interfaces:
IncludesExcludesPattern
- Enclosing interface:
- IncludesExcludesPattern
public static class IncludesExcludesPattern.Default
extends Object
implements IncludesExcludesPattern
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.codemodder.IncludesExcludesPattern
IncludesExcludesPattern.AnySingleton, IncludesExcludesPattern.Default, IncludesExcludesPattern.JavaMatcherSingleton
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetRootedMatcher
(Path root) Returns an IncludesExcludes file matcher that matches files following the patterns specified patterns.toString()
-
Constructor Details
-
Default
-
-
Method Details
-
toString
-
getRootedMatcher
Description copied from interface:IncludesExcludesPattern
Returns an IncludesExcludes file matcher that matches files following the patterns specified patterns. The patterns must follow the java'sPathMatcher
specification and are treated as relative paths with regard to the repository root.- Specified by:
getRootedMatcher
in interfaceIncludesExcludesPattern
-