Class FileSet
java.lang.Object
org.technologybrewery.baton.config.FileSet
Json repesentation of the files to proceess with Baton.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddExclude(String exclude) voidaddInclude(String include) voidsetDirectory(String directory) voidsetExcludes(List<String> excludes) voidsetFollowSymlinks(Boolean followSymlinks) voidsetIncludes(List<String> includes)
-
Constructor Details
-
FileSet
public FileSet()
-
-
Method Details
-
getDirectory
-
setDirectory
-
getIncludes
-
setIncludes
-
addInclude
-
getExcludes
-
setExcludes
-
addExclude
-
getFollowSymlinks
-
setFollowSymlinks
-