Class FileSource
java.lang.Object
org.apache.sling.feature.maven.mojos.apis.FileSource
- All Implemented Interfaces:
- Source
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionThe base directory - all files are in the directory sub tree of this directorygetFiles()The list of files
- 
Constructor Details- 
FileSource
 
- 
- 
Method Details- 
getBaseDirectoryDescription copied from interface:SourceThe base directory - all files are in the directory sub tree of this directory- Specified by:
- getBaseDirectoryin interface- Source
- Returns:
- The base directory
 
- 
getFilesDescription copied from interface:SourceThe list of files
 
-