Uses of Class
org.apache.maven.plugins.assembly.model.Component
Packages that use Component
Package
Description
-
Uses of Component in org.apache.maven.plugins.assembly.io
Methods in org.apache.maven.plugins.assembly.io with parameters of type ComponentModifier and TypeMethodDescriptionprotected voidDefaultAssemblyReader.mergeComponentWithAssembly(Component component, Assembly assembly) Add the content of a single Component to main assembly -
Uses of Component in org.apache.maven.plugins.assembly.model.io.xpp3
Methods in org.apache.maven.plugins.assembly.model.io.xpp3 that return ComponentModifier and TypeMethodDescriptionComponentXpp3Reader.read(InputStream in) Method read.ComponentXpp3Reader.read(InputStream in, boolean strict) Method read.ComponentXpp3Reader.read(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict) Method read.Methods in org.apache.maven.plugins.assembly.model.io.xpp3 with parameters of type Component