Uses of Class
org.apache.maven.plugins.assembly.model.UnpackOptions
-
Packages that use UnpackOptions Package Description org.apache.maven.plugins.assembly.archive.task org.apache.maven.plugins.assembly.model org.apache.maven.plugins.assembly.model.io.xpp3 -
-
Uses of UnpackOptions in org.apache.maven.plugins.assembly.archive.task
Methods in org.apache.maven.plugins.assembly.archive.task with parameters of type UnpackOptions Modifier and Type Method Description private boolean
AddDependencySetsTask. isContentModifyingOption(UnpackOptions opts)
-
Uses of UnpackOptions in org.apache.maven.plugins.assembly.model
Fields in org.apache.maven.plugins.assembly.model declared as UnpackOptions Modifier and Type Field Description private UnpackOptions
DependencySet. unpackOptions
Allows the specification of includes and excludes, along with filtering options, for items unpacked from a dependency artifact.private UnpackOptions
ModuleBinaries. unpackOptions
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 that return UnpackOptions 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.Methods in org.apache.maven.plugins.assembly.model with parameters of type UnpackOptions 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. -
Uses of UnpackOptions in org.apache.maven.plugins.assembly.model.io.xpp3
Methods in org.apache.maven.plugins.assembly.model.io.xpp3 that return UnpackOptions Modifier and Type Method 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.Methods in org.apache.maven.plugins.assembly.model.io.xpp3 with parameters of type UnpackOptions Modifier and Type Method Description private void
AssemblyXpp3Writer. writeUnpackOptions(UnpackOptions unpackOptions, java.lang.String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writeUnpackOptions.private void
ComponentXpp3Writer. writeUnpackOptions(UnpackOptions unpackOptions, java.lang.String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writeUnpackOptions.
-