Interface Source
- All Known Implementing Classes:
DirectorySource
,FileSource
public interface Source
A list of source files
-
Method Summary
Modifier and TypeMethodDescriptionThe base directory - all files are in the directory sub tree of this directorygetFiles()
The list of files
-
Method Details
-
getBaseDirectory
File getBaseDirectory()The base directory - all files are in the directory sub tree of this directory- Returns:
- The base directory
-
getFiles
The list of files- Returns:
- The list of files
-