Package io.codemodder
Class IncludesExcludes.Default
java.lang.Object
io.codemodder.IncludesExcludes.Default
- All Implemented Interfaces:
IncludesExcludes
- Enclosing interface:
- IncludesExcludes
-
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?toString()
-
Constructor Details
-
Default
-
-
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
-
toString
-