Package | Description |
---|---|
org.apache.maven.plugins.assembly.model |
Modifier and Type | Method | Description |
---|---|---|
UnpackOptions |
DependencySet.getUnpackOptions() |
Get allows the specification of includes and excludes, along
with filtering options, for items
unpacked from a dependency artifact.
|
UnpackOptions |
ModuleBinaries.getUnpackOptions() |
Get allows the specification of includes and excludes, along
with filtering options, for items
unpacked from a module artifact.
|
Modifier and Type | Method | Description |
---|---|---|
void |
DependencySet.setUnpackOptions(UnpackOptions unpackOptions) |
Set allows the specification of includes and excludes, along
with filtering options, for items
unpacked from a dependency artifact.
|
void |
ModuleBinaries.setUnpackOptions(UnpackOptions unpackOptions) |
Set allows the specification of includes and excludes, along
with filtering options, for items
unpacked from a module artifact.
|
Copyright © 2002–2019 The Apache Software Foundation. All rights reserved.