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 void
DefaultAssemblyReader.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 TypeMethodDescriptionprivate Component
ComponentXpp3Reader.parseComponent
(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict) Method parseComponent.ComponentXpp3Reader.read
(InputStream in) Method read.ComponentXpp3Reader.read
(InputStream in, boolean strict) Method read.private Component
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 ComponentModifier and TypeMethodDescriptionvoid
ComponentXpp3Writer.write
(OutputStream stream, Component component) Method write.void
Method write.private void
ComponentXpp3Writer.writeComponent
(Component component, String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer) Method writeComponent.