Package | Description |
---|---|
org.apache.maven.plugins.assembly.archive.task | |
org.apache.maven.plugins.assembly.model | |
org.apache.maven.plugins.assembly.model.io.xpp3 |
Modifier and Type | Method and Description |
---|---|
private boolean |
AddDependencySetsTask.isConentModifyingOption(UnpackOptions opts) |
Modifier and Type | Field and Description |
---|---|
private UnpackOptions |
ModuleBinaries.unpackOptions
Allows the specification of includes and excludes,
along with filtering options, for items
unpacked from a module artifact.
|
private UnpackOptions |
DependencySet.unpackOptions
Allows the specification of includes and excludes,
along with filtering options, for items
unpacked from a dependency artifact.
|
Modifier and Type | Method and Description |
---|---|
UnpackOptions |
ModuleBinaries.getUnpackOptions()
Get allows the specification of includes and excludes, along
with filtering options, for items
unpacked from a module artifact.
|
UnpackOptions |
DependencySet.getUnpackOptions()
Get allows the specification of includes and excludes, along
with filtering options, for items
unpacked from a dependency artifact.
|
Modifier and Type | Method and Description |
---|---|
void |
ModuleBinaries.setUnpackOptions(UnpackOptions unpackOptions)
Set allows the specification of includes and excludes, along
with filtering options, for items
unpacked from a module artifact.
|
void |
DependencySet.setUnpackOptions(UnpackOptions unpackOptions)
Set allows the specification of includes and excludes, along
with filtering options, for items
unpacked from a dependency artifact.
|
Modifier and Type | Method and Description |
---|---|
private UnpackOptions |
AssemblyXpp3Reader.parseUnpackOptions(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict)
Method parseUnpackOptions.
|
private UnpackOptions |
ComponentXpp3Reader.parseUnpackOptions(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict)
Method parseUnpackOptions.
|
Modifier and Type | Method and Description |
---|---|
private void |
ComponentXpp3Writer.writeUnpackOptions(UnpackOptions unpackOptions,
java.lang.String tagName,
org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writeUnpackOptions.
|
private void |
AssemblyXpp3Writer.writeUnpackOptions(UnpackOptions unpackOptions,
java.lang.String tagName,
org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writeUnpackOptions.
|