Uses of Class
org.apache.maven.plugins.assembly.model.UnpackOptions
-
Packages that use UnpackOptions Package Description org.apache.maven.plugins.assembly.model -
-
Uses of UnpackOptions in org.apache.maven.plugins.assembly.model
Methods in org.apache.maven.plugins.assembly.model that return UnpackOptions Modifier and Type Method Description UnpackOptionsDependencySet. getUnpackOptions()Get allows the specification of includes and excludes, along with filtering options, for items unpacked from a dependency artifact.UnpackOptionsModuleBinaries. 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 UnpackOptions Modifier and Type Method Description voidDependencySet. setUnpackOptions(UnpackOptions unpackOptions)Set allows the specification of includes and excludes, along with filtering options, for items unpacked from a dependency artifact.voidModuleBinaries. setUnpackOptions(UnpackOptions unpackOptions)Set allows the specification of includes and excludes, along with filtering options, for items unpacked from a module artifact.
-