Uses of Class
org.apache.maven.plugins.assembly.model.FileSet
Packages that use FileSet
Package
Description
-
Uses of FileSet in org.apache.maven.plugins.assembly.archive.task
Constructors in org.apache.maven.plugins.assembly.archive.task with parameters of type FileSetConstructor parameters in org.apache.maven.plugins.assembly.archive.task with type arguments of type FileSet -
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 FileSetModifier and TypeMethodDescriptionAssembly.getFileSets()Method getFileSets.Component.getFileSets()Method getFileSets.ModuleSources.getFileSets()Method getFileSets.Methods in org.apache.maven.plugins.assembly.model with parameters of type FileSetModifier and TypeMethodDescriptionvoidAssembly.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 FileSetModifier and TypeMethodDescriptionvoidAssembly.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.