Class FileSet
java.lang.Object
au.net.causal.maven.plugins.jgitcrypt.FileSet
Defines a set of files from a base directory specified by inclusion and exclusion patterns in Maven/Ant format along with a target directory.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetDirectory(File directory) voidsetExcludes(List<String> excludes) voidsetIncludes(List<String> includes) voidsetTargetDirectory(File targetDirectory) toString()
-
Constructor Details
-
FileSet
public FileSet()
-
-
Method Details
-
getDirectory
- Returns:
- the directory containing the files.
-
setDirectory
-
getTargetDirectory
- Returns:
- the target directory where processed files are saved to.
-
setTargetDirectory
-
getIncludes
- Returns:
- Ant/Maven patterns that define which files should be included. If not specified, all files are included.
-
setIncludes
-
getExcludes
- Returns:
- Ant/Maven patterns that define which of the included files should be excluded.
-
setExcludes
-
toString
-