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) FileSetModuleSetAssemblyPhase. 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) FileSetModuleSetAssemblyPhase. 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. fileSetsMethods in org.apache.maven.plugins.assembly.archive.task with parameters of type FileSet Modifier and Type Method Description (package private) voidAddFileSetsTask. addFileSet(FileSet fileSet, org.codehaus.plexus.archiver.Archiver archiver, AssemblerConfigurationSource configSource, java.io.File archiveBaseDir)(package private) java.io.FileAddFileSetsTask. 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. fileSetsField fileSets.private java.util.List<FileSet>Component. fileSetsField fileSets.private java.util.List<FileSet>ModuleSources. fileSetsField 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 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(java.util.List<FileSet> fileSets)Set specifies which groups of files to include in the assembly.voidComponent. setFileSets(java.util.List<FileSet> fileSets)Set specifies which groups of files to include in the assembly.voidModuleSources. 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 FileSetAssemblyXpp3Reader. parseFileSet(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict)Method parseFileSet.private FileSetComponentXpp3Reader. 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 voidAssemblyXpp3Writer. writeFileSet(FileSet fileSet, java.lang.String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)Method writeFileSet.private voidComponentXpp3Writer. writeFileSet(FileSet fileSet, java.lang.String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)Method writeFileSet.
-