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