Uses of Class
org.apache.maven.plugin.assembly.model.Component

Packages that use Component
org.apache.maven.plugin.assembly.io   
org.apache.maven.plugin.assembly.model.io.xpp3   
 

Uses of Component in org.apache.maven.plugin.assembly.io
 

Methods in org.apache.maven.plugin.assembly.io with parameters of type Component
protected  void DefaultAssemblyReader.mergeComponentWithAssembly(Component component, Assembly assembly)
          Add the content of a single Component to main assembly
 

Uses of Component in org.apache.maven.plugin.assembly.model.io.xpp3
 

Methods in org.apache.maven.plugin.assembly.model.io.xpp3 that return Component
 Component ComponentXpp3Reader.read(InputStream in)
          Method read.
 Component ComponentXpp3Reader.read(InputStream in, boolean strict)
          Method read.
 Component ComponentXpp3Reader.read(Reader reader)
           
 Component ComponentXpp3Reader.read(Reader reader, boolean strict)
           
 

Methods in org.apache.maven.plugin.assembly.model.io.xpp3 with parameters of type Component
 void ComponentXpp3Writer.write(OutputStream stream, Component component)
          Method write.
 void ComponentXpp3Writer.write(Writer writer, Component component)
          Method write.
 



Copyright © 2002-2011 The Apache Software Foundation. All Rights Reserved.