Package | Description |
---|---|
org.apache.maven.plugin.assembly.archive.task | |
org.apache.maven.plugin.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–2015 The Apache Software Foundation. All rights reserved.