| Package | Description | 
|---|---|
| org.apache.maven.plugin.assembly.io | |
| org.apache.maven.plugin.assembly.model.io.xpp3 | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
DefaultAssemblyReader.mergeComponentWithAssembly(Component component,
                          Assembly assembly)
Add the content of a single Component to main assembly 
 | 
| Modifier and Type | Method and Description | 
|---|---|
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)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ComponentXpp3Writer.write(OutputStream stream,
     Component component)
Method write. 
 | 
void | 
ComponentXpp3Writer.write(Writer writer,
     Component component)
Method write. 
 | 
Copyright © 2002–2014 The Apache Software Foundation. All rights reserved.