Uses of Class
org.apache.maven.plugins.assembly.model.UnpackOptions
Packages that use UnpackOptions
-
Uses of UnpackOptions in org.apache.maven.plugins.assembly.model
Methods in org.apache.maven.plugins.assembly.model that return UnpackOptionsModifier and TypeMethodDescriptionDependencySet.getUnpackOptions()
Get allows the specification of includes and excludes, along with filtering options, for items unpacked from a dependency artifact.ModuleBinaries.getUnpackOptions()
Get allows the specification of includes and excludes, along with filtering options, for items unpacked from a module artifact.Methods in org.apache.maven.plugins.assembly.model with parameters of type UnpackOptionsModifier and TypeMethodDescriptionvoid
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.