Uses of Class
org.apache.maven.plugins.assembly.model.FileSet
-
Packages that use FileSet Package Description org.apache.maven.plugins.assembly.archive.task org.apache.maven.plugins.assembly.model -
-
Uses of FileSet in org.apache.maven.plugins.assembly.archive.task
Constructors in org.apache.maven.plugins.assembly.archive.task with parameters of type FileSet Constructor Description AddFileSetsTask(FileSet... fileSets)Constructor parameters in org.apache.maven.plugins.assembly.archive.task with type arguments of type FileSet Constructor Description AddFileSetsTask(List<FileSet> fileSets) -
Uses of FileSet in org.apache.maven.plugins.assembly.model
Methods in org.apache.maven.plugins.assembly.model that return types with arguments of type FileSet Modifier and Type Method Description List<FileSet>Assembly. getFileSets()Method getFileSets.List<FileSet>Component. getFileSets()Method getFileSets.List<FileSet>ModuleSources. getFileSets()Method getFileSets.Methods in org.apache.maven.plugins.assembly.model with parameters of type FileSet Modifier and Type Method Description voidAssembly. addFileSet(FileSet fileSet)Method addFileSet.voidComponent. addFileSet(FileSet fileSet)Method addFileSet.voidModuleSources. addFileSet(FileSet fileSet)Method addFileSet.voidAssembly. removeFileSet(FileSet fileSet)Method removeFileSet.voidComponent. removeFileSet(FileSet fileSet)Method removeFileSet.voidModuleSources. removeFileSet(FileSet fileSet)Method removeFileSet.Method parameters in org.apache.maven.plugins.assembly.model with type arguments of type FileSet Modifier and Type Method Description voidAssembly. setFileSets(List<FileSet> fileSets)Set specifies which groups of files to include in the assembly.voidComponent. setFileSets(List<FileSet> fileSets)Set specifies which groups of files to include in the assembly.voidModuleSources. setFileSets(List<FileSet> fileSets)Set specifies which groups of files from each included module to include in the assembly.
-