Package io.codemodder
Interface SourceDirectoryLister
- All Known Implementing Classes:
SourceDirectoryLister.DefaultSourceDirectoryLister
public interface SourceDirectoryLister
Represents a worker class that reads a list of repository roots and captures the Java source
directories.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
-
Method Summary
Modifier and TypeMethodDescriptionstatic SourceDirectoryLister
listJavaSourceDirectories
(List<File> directories) Return a sorted list of Java source directories.
-
Method Details
-
listJavaSourceDirectories
Return a sorted list of Java source directories.- Throws:
IOException
-
createDefault
-