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.phase
Methods in org.apache.maven.plugins.assembly.archive.phase that return FileSetModifier and TypeMethodDescription(package private) FileSet
ModuleSetAssemblyPhase.createFileSet
(FileSet fileSet, ModuleSources sources, org.apache.maven.project.MavenProject moduleProject, AssemblerConfigurationSource configSource) Methods in org.apache.maven.plugins.assembly.archive.phase with parameters of type FileSetModifier and TypeMethodDescription(package private) FileSet
ModuleSetAssemblyPhase.createFileSet
(FileSet fileSet, ModuleSources sources, org.apache.maven.project.MavenProject moduleProject, AssemblerConfigurationSource configSource) -
Uses of FileSet in org.apache.maven.plugins.assembly.archive.task
Fields in org.apache.maven.plugins.assembly.archive.task with type parameters of type FileSetMethods in org.apache.maven.plugins.assembly.archive.task with parameters of type FileSetModifier and TypeMethodDescription(package private) void
AddFileSetsTask.addFileSet
(FileSet fileSet, org.codehaus.plexus.archiver.Archiver archiver, AssemblerConfigurationSource configSource, File archiveBaseDir) (package private) File
AddFileSetsTask.getFileSetDirectory
(FileSet fileSet, File basedir, File archiveBaseDir) 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
Fields in org.apache.maven.plugins.assembly.model with type parameters of type FileSetModifier and TypeFieldDescriptionAssembly.fileSets
Field fileSets.Component.fileSets
Field fileSets.ModuleSources.fileSets
Field fileSets.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 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.Method parameters in org.apache.maven.plugins.assembly.model with type arguments of type FileSetModifier 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. -
Uses of FileSet in org.apache.maven.plugins.assembly.model.io.xpp3
Methods in org.apache.maven.plugins.assembly.model.io.xpp3 that return FileSetModifier and TypeMethodDescriptionprivate FileSet
AssemblyXpp3Reader.parseFileSet
(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict) Method parseFileSet.private FileSet
ComponentXpp3Reader.parseFileSet
(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict) Method parseFileSet.Methods in org.apache.maven.plugins.assembly.model.io.xpp3 with parameters of type FileSetModifier and TypeMethodDescriptionprivate void
AssemblyXpp3Writer.writeFileSet
(FileSet fileSet, String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer) Method writeFileSet.private void
ComponentXpp3Writer.writeFileSet
(FileSet fileSet, String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer) Method writeFileSet.