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