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) 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 FileSetModifier and TypeMethodDescription(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 FileSetMethods in org.apache.maven.plugins.assembly.archive.task with parameters of type FileSetModifier and TypeMethodDescription(package private) voidAddFileSetsTask.addFileSet(FileSet fileSet, org.codehaus.plexus.archiver.Archiver archiver, AssemblerConfigurationSource configSource, File archiveBaseDir) (package private) FileAddFileSetsTask.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.fileSetsField fileSets.Component.fileSetsField fileSets.ModuleSources.fileSetsField 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 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. -
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 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 FileSetModifier and TypeMethodDescriptionprivate voidAssemblyXpp3Writer.writeFileSet(FileSet fileSet, String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer) Method writeFileSet.private voidComponentXpp3Writer.writeFileSet(FileSet fileSet, String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer) Method writeFileSet.