| Package | Description |
|---|---|
| org.apache.maven.plugins.assembly.archive.task | |
| org.apache.maven.plugins.assembly.model |
| Constructor and Description |
|---|
AddFileSetsTask(FileSet... fileSets) |
| Constructor and Description |
|---|
AddFileSetsTask(List<FileSet> fileSets) |
| Modifier and Type | Method and Description |
|---|---|
List<FileSet> |
ModuleSources.getFileSets()
Method getFileSets.
|
List<FileSet> |
Component.getFileSets()
Method getFileSets.
|
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(List<FileSet> fileSets)
Set specifies which groups of files from each included
module to include in the assembly.
|
void |
Component.setFileSets(List<FileSet> fileSets)
Set specifies which groups of files to include in the
assembly.
|
void |
Assembly.setFileSets(List<FileSet> fileSets)
Set specifies which groups of files to include in the
assembly.
|
Copyright © 2002–2016 The Apache Software Foundation. All rights reserved.