Uses of Class
org.apache.maven.plugins.assembly.model.UnpackOptions
Packages that use UnpackOptions
Package
Description
-
Uses of UnpackOptions in org.apache.maven.plugins.assembly.archive.task
Methods in org.apache.maven.plugins.assembly.archive.task with parameters of type UnpackOptionsModifier and TypeMethodDescriptionprivate 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 UnpackOptionsModifier and TypeFieldDescriptionprivate 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 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. -
Uses of UnpackOptions in org.apache.maven.plugins.assembly.model.io.xpp3
Methods in org.apache.maven.plugins.assembly.model.io.xpp3 that return UnpackOptionsModifier and TypeMethodDescriptionprivate 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 UnpackOptionsModifier and TypeMethodDescriptionprivate void
AssemblyXpp3Writer.writeUnpackOptions
(UnpackOptions unpackOptions, String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer) Method writeUnpackOptions.private void
ComponentXpp3Writer.writeUnpackOptions
(UnpackOptions unpackOptions, String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer) Method writeUnpackOptions.