Modifier and Type | Method and Description |
---|---|
(package private) FileSet |
ModuleSetAssemblyPhase.createFileSet(FileSet fileSet,
ModuleSources sources,
org.apache.maven.project.MavenProject moduleProject,
AssemblerConfigurationSource configSource) |
Modifier and Type | Method and Description |
---|---|
(package private) FileSet |
ModuleSetAssemblyPhase.createFileSet(FileSet fileSet,
ModuleSources sources,
org.apache.maven.project.MavenProject moduleProject,
AssemblerConfigurationSource configSource) |
Modifier and Type | Field and Description |
---|---|
private java.util.List<FileSet> |
AddFileSetsTask.fileSets |
Modifier and Type | Method and 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) |
Constructor and Description |
---|
AddFileSetsTask(FileSet... fileSets) |
Constructor and Description |
---|
AddFileSetsTask(java.util.List<FileSet> fileSets) |
Modifier and Type | Field and Description |
---|---|
private java.util.List<FileSet> |
ModuleSources.fileSets
Field fileSets.
|
private java.util.List<FileSet> |
Component.fileSets
Field fileSets.
|
private java.util.List<FileSet> |
Assembly.fileSets
Field fileSets.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<FileSet> |
ModuleSources.getFileSets()
Method getFileSets.
|
java.util.List<FileSet> |
Component.getFileSets()
Method getFileSets.
|
java.util.List<FileSet> |
Assembly.getFileSets()
Method getFileSets.
|
Modifier and Type | Method and Description |
---|---|
void |
ModuleSources.addFileSet(FileSet fileSet)
Method addFileSet.
|
void |
Component.addFileSet(FileSet fileSet)
Method addFileSet.
|
void |
Assembly.addFileSet(FileSet fileSet)
Method addFileSet.
|
void |
ModuleSources.removeFileSet(FileSet fileSet)
Method removeFileSet.
|
void |
Component.removeFileSet(FileSet fileSet)
Method removeFileSet.
|
void |
Assembly.removeFileSet(FileSet fileSet)
Method removeFileSet.
|
Modifier and Type | Method and Description |
---|---|
void |
ModuleSources.setFileSets(java.util.List<FileSet> fileSets)
Set specifies which groups of files from each included
module 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 |
Assembly.setFileSets(java.util.List<FileSet> fileSets)
Set specifies which groups of files to include in the
assembly.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|