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