| Modifier and Type | Method and Description |
|---|---|
protected FileSet |
ModuleSetAssemblyPhase.createFileSet(FileSet fileSet,
ModuleSources sources,
org.apache.maven.project.MavenProject moduleProject,
AssemblerConfigurationSource configSource) |
| Modifier and Type | Method and Description |
|---|---|
protected FileSet |
ModuleSetAssemblyPhase.createFileSet(FileSet fileSet,
ModuleSources sources,
org.apache.maven.project.MavenProject moduleProject,
AssemblerConfigurationSource configSource) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AddFileSetsTask.addFileSet(FileSet fileSet,
org.codehaus.plexus.archiver.Archiver archiver,
AssemblerConfigurationSource configSource,
java.io.File archiveBaseDir) |
protected 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 | Method and Description |
|---|---|
java.io.File |
FileSetFormatter.formatFileSetForAssembly(java.io.File fileSetDir,
FileSet set) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<FileSet> |
Assembly.getFileSets()
Method getFileSets.
|
java.util.List<FileSet> |
ModuleSources.getFileSets()
Method getFileSets.
|
java.util.List<FileSet> |
Component.getFileSets()
Method getFileSets.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Assembly.addFileSet(FileSet fileSet)
Method addFileSet.
|
void |
ModuleSources.addFileSet(FileSet fileSet)
Method addFileSet.
|
void |
Component.addFileSet(FileSet fileSet)
Method addFileSet.
|
void |
Assembly.removeFileSet(FileSet fileSet)
Method removeFileSet.
|
void |
ModuleSources.removeFileSet(FileSet fileSet)
Method removeFileSet.
|
void |
Component.removeFileSet(FileSet fileSet)
Method removeFileSet.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Assembly.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.
|
void |
Component.setFileSets(java.util.List<FileSet> fileSets)
Set specifies which groups of files to include in the
assembly.
|
Copyright © 2002-2014 The Apache Software Foundation. All Rights Reserved.