Package io.codemodder
Class IncludesExcludes.MatchesEverything
java.lang.Object
io.codemodder.IncludesExcludes.MatchesEverything
- 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?
-
Constructor Details
-
MatchesEverything
public MatchesEverything()
-
-
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
-