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?boolean
shouldInspect
(File file) Do we have any includes that include this file?toString()
-
Constructor Details
-
Default
-
-
Method Details
-
shouldInspect
Description copied from interface:IncludesExcludes
Do we have any includes that include this file?- Specified by:
shouldInspect
in interfaceIncludesExcludes
-
getIncludesExcludesForFile
Description copied from interface:IncludesExcludes
Do we have any includes that match the file and line number?- Specified by:
getIncludesExcludesForFile
in interfaceIncludesExcludes
-
toString
-