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 that return Component
protected  Component DefaultAssemblyReader.getComponentFromFile(java.lang.String filePath, AssemblerConfigurationSource configSource)
          Load the Component via a given file path relative to ${basedir}
protected  Component DefaultAssemblyReader.readComponent(java.io.Reader reader)
          Load the Component via a Reader
 

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(java.io.Reader reader)
          Method read
 Component ComponentXpp3Reader.read(java.io.Reader reader, boolean strict)
          Method read
 

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



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