Package | Description |
---|---|
org.apache.maven.plugin.verifier.model.io.xpp3 |
Modifier and Type | Method and Description |
---|---|
private Verifications |
VerificationsXpp3Reader.parseVerifications(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict)
Method parseVerifications.
|
Verifications |
VerificationsXpp3Reader.read(java.io.InputStream in)
Method read.
|
Verifications |
VerificationsXpp3Reader.read(java.io.InputStream in,
boolean strict)
Method read.
|
Verifications |
VerificationsXpp3Reader.read(java.io.Reader reader) |
Verifications |
VerificationsXpp3Reader.read(java.io.Reader reader,
boolean strict) |
private Verifications |
VerificationsXpp3Reader.read(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict)
Method read.
|
Modifier and Type | Method and Description |
---|---|
void |
VerificationsXpp3Writer.write(java.io.OutputStream stream,
Verifications verifications)
Method write.
|
void |
VerificationsXpp3Writer.write(java.io.Writer writer,
Verifications verifications)
Method write.
|
private void |
VerificationsXpp3Writer.writeVerifications(Verifications verifications,
java.lang.String tagName,
org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writeVerifications.
|