Uses of Class
org.apache.maven.plugins.assembly.model.FileSet
-
-
Uses of FileSet in org.apache.maven.plugins.assembly.archive.phase
Methods in org.apache.maven.plugins.assembly.archive.phase that return FileSet Modifier and Type Method Description (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 FileSet Modifier and Type Method Description (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 FileSet Modifier and Type Field Description private java.util.List<FileSet>
AddFileSetsTask. fileSets
Methods in org.apache.maven.plugins.assembly.archive.task with parameters of type FileSet Modifier and Type Method Description (package private) void
AddFileSetsTask. addFileSet(FileSet fileSet, org.codehaus.plexus.archiver.Archiver archiver, AssemblerConfigurationSource configSource, java.io.File archiveBaseDir)
(package private) java.io.File
AddFileSetsTask. getFileSetDirectory(FileSet fileSet, java.io.File basedir, java.io.File archiveBaseDir)
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(java.util.List<FileSet> fileSets)
-
Uses of FileSet in org.apache.maven.plugins.assembly.model
Fields in org.apache.maven.plugins.assembly.model with type parameters of type FileSet Modifier and Type Field Description private java.util.List<FileSet>
Assembly. fileSets
Field fileSets.private java.util.List<FileSet>
Component. fileSets
Field fileSets.private java.util.List<FileSet>
ModuleSources. fileSets
Field fileSets.Methods in org.apache.maven.plugins.assembly.model that return types with arguments of type FileSet Modifier and Type Method Description java.util.List<FileSet>
Assembly. getFileSets()
Method getFileSets.java.util.List<FileSet>
Component. getFileSets()
Method getFileSets.java.util.List<FileSet>
ModuleSources. getFileSets()
Method getFileSets.Methods in org.apache.maven.plugins.assembly.model with parameters of type FileSet Modifier and Type Method Description void
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 FileSet Modifier and Type Method Description void
Assembly. setFileSets(java.util.List<FileSet> fileSets)
Set specifies which groups of files to include in the assembly.void
Component. setFileSets(java.util.List<FileSet> fileSets)
Set specifies which groups of files to include in the assembly.void
ModuleSources. setFileSets(java.util.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 FileSet Modifier and Type Method Description private 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 FileSet Modifier and Type Method Description private void
AssemblyXpp3Writer. writeFileSet(FileSet fileSet, java.lang.String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writeFileSet.private void
ComponentXpp3Writer. writeFileSet(FileSet fileSet, java.lang.String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writeFileSet.
-