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 booleanAddDependencySetsTask.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 UnpackOptionsDependencySet.unpackOptionsAllows the specification of includes and excludes, along with filtering options, for items unpacked from a dependency artifact.private UnpackOptionsModuleBinaries.unpackOptionsAllows 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 TypeMethodDescriptionvoidDependencySet.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. -
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 UnpackOptionsAssemblyXpp3Reader.parseUnpackOptions(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict) Method parseUnpackOptions.private UnpackOptionsComponentXpp3Reader.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 voidAssemblyXpp3Writer.writeUnpackOptions(UnpackOptions unpackOptions, String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer) Method writeUnpackOptions.private voidComponentXpp3Writer.writeUnpackOptions(UnpackOptions unpackOptions, String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer) Method writeUnpackOptions.