Uses of Class
org.apache.maven.plugins.assembly.model.Component
-
Packages that use Component Package Description org.apache.maven.plugins.assembly.io org.apache.maven.plugins.assembly.model.io.xpp3 -
-
Uses of Component in org.apache.maven.plugins.assembly.io
Methods in org.apache.maven.plugins.assembly.io with parameters of type Component Modifier and Type Method Description protected 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 Component Modifier and Type Method Description ComponentComponentXpp3Reader. read(InputStream in)Method read.ComponentComponentXpp3Reader. read(InputStream in, boolean strict)Method read.ComponentComponentXpp3Reader. read(Reader reader)ComponentComponentXpp3Reader. read(Reader reader, boolean strict)Methods in org.apache.maven.plugins.assembly.model.io.xpp3 with parameters of type Component Modifier and Type Method Description voidComponentXpp3Writer. write(OutputStream stream, Component component)Method write.voidComponentXpp3Writer. write(Writer writer, Component component)Method write.
-