| Package | Description |
|---|---|
| org.apache.maven.plugin.lifecycle.io.xpp3 |
| Modifier and Type | Method and Description |
|---|---|
LifecycleConfiguration |
LifecycleMappingsXpp3Reader.read(java.io.InputStream in)
Method read.
|
LifecycleConfiguration |
LifecycleMappingsXpp3Reader.read(java.io.InputStream in,
boolean strict)
Method read.
|
LifecycleConfiguration |
LifecycleMappingsXpp3Reader.read(java.io.Reader reader) |
LifecycleConfiguration |
LifecycleMappingsXpp3Reader.read(java.io.Reader reader,
boolean strict) |
| Modifier and Type | Method and Description |
|---|---|
void |
LifecycleMappingsXpp3Writer.write(java.io.OutputStream stream,
LifecycleConfiguration lifecycleConfiguration)
Method write.
|
void |
LifecycleMappingsXpp3Writer.write(java.io.Writer writer,
LifecycleConfiguration lifecycleConfiguration)
Method write.
|