| Package | Description |
|---|---|
| org.apache.maven.plugin.changes | |
| org.apache.maven.plugins.changes.model.io.xpp3 |
| Modifier and Type | Method and Description |
|---|---|
ChangesDocument |
ChangesXML.getChangesDocument() |
| Modifier and Type | Method and Description |
|---|---|
ChangesDocument |
ChangesXpp3Reader.read(InputStream in)
Method read.
|
ChangesDocument |
ChangesXpp3Reader.read(InputStream in,
boolean strict)
Method read.
|
ChangesDocument |
ChangesXpp3Reader.read(Reader reader) |
ChangesDocument |
ChangesXpp3Reader.read(Reader reader,
boolean strict) |
| Modifier and Type | Method and Description |
|---|---|
void |
ChangesXpp3Writer.write(OutputStream stream,
ChangesDocument changesDocument)
Method write.
|
void |
ChangesXpp3Writer.write(Writer writer,
ChangesDocument changesDocument)
Method write.
|
Copyright © 2002-2014 The Apache Software Foundation. All Rights Reserved.