Uses of Class
org.apache.maven.plugin.verifier.model.Verifications
-
Packages that use Verifications Package Description org.apache.maven.plugin.verifier.model.io.xpp3 -
-
Uses of Verifications in org.apache.maven.plugin.verifier.model.io.xpp3
Methods in org.apache.maven.plugin.verifier.model.io.xpp3 that return Verifications Modifier and Type Method 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.Methods in org.apache.maven.plugin.verifier.model.io.xpp3 with parameters of type Verifications Modifier and Type Method 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.
-