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 booleanAddDependencySetsTask. 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 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 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. -
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 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 UnpackOptions Modifier and Type Method Description private voidAssemblyXpp3Writer. writeUnpackOptions(UnpackOptions unpackOptions, java.lang.String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)Method writeUnpackOptions.private voidComponentXpp3Writer. writeUnpackOptions(UnpackOptions unpackOptions, java.lang.String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)Method writeUnpackOptions.
-