Package io.codemodder
Interface SourceDirectory
- All Superinterfaces:
Comparable<SourceDirectory>
- All Known Implementing Classes:
SourceDirectory.DefaultSourceDirectory
Represent a normally-structured Java source code directory and all its files underneath it.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic SourceDirectory
createDefault
(Path path, List<String> files) files()
The full path of all the source code files within this directory.path()
The filesystem path of the directory.Methods inherited from interface java.lang.Comparable
compareTo
-
Method Details
-
path
Path path()The filesystem path of the directory. -
files
The full path of all the source code files within this directory. -
createDefault
-