Uses of Class
org.apache.maven.plugins.assembly.model.FileSet
Package
Description
-
Uses of FileSet in org.apache.maven.plugins.assembly.archive.task
-
Uses of FileSet in org.apache.maven.plugins.assembly.model
Modifier and TypeMethodDescriptionAssembly.getFileSets()
Method getFileSets.Component.getFileSets()
Method getFileSets.ModuleSources.getFileSets()
Method getFileSets.Modifier and TypeMethodDescriptionvoid
Assembly.addFileSet
(FileSet fileSet) Method addFileSet.void
Component.addFileSet
(FileSet fileSet) Method addFileSet.void
ModuleSources.addFileSet
(FileSet fileSet) Method addFileSet.void
Assembly.removeFileSet
(FileSet fileSet) Method removeFileSet.void
Component.removeFileSet
(FileSet fileSet) Method removeFileSet.void
ModuleSources.removeFileSet
(FileSet fileSet) Method removeFileSet.Modifier and TypeMethodDescriptionvoid
Assembly.setFileSets
(List<FileSet> fileSets) Set specifies which groups of files to include in the assembly.void
Component.setFileSets
(List<FileSet> fileSets) Set specifies which groups of files to include in the assembly.void
ModuleSources.setFileSets
(List<FileSet> fileSets) Set specifies which groups of files from each included module to include in the assembly.