Package io.codemodder
Class IncludesExcludes.MatchesEverything
java.lang.Object
io.codemodder.IncludesExcludes.MatchesEverything
- All Implemented Interfaces:
IncludesExcludes
- Enclosing interface:
- IncludesExcludes
Matches every file, indicates that the codemods should use their own filtering.
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.codemodder.IncludesExcludes
IncludesExcludes.Default, IncludesExcludes.MatchesEverything -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDo we have any includes that match the file and line number?booleanshouldInspect(File file) Do we have any includes that include this file?
-
Constructor Details
-
MatchesEverything
public MatchesEverything()
-
-
Method Details
-
shouldInspect
Description copied from interface:IncludesExcludesDo we have any includes that include this file?- Specified by:
shouldInspectin interfaceIncludesExcludes
-
getIncludesExcludesForFile
Description copied from interface:IncludesExcludesDo we have any includes that match the file and line number?- Specified by:
getIncludesExcludesForFilein interfaceIncludesExcludes
-