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 VerificationsVerificationsXpp3Reader. parseVerifications(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict)Method parseVerifications.VerificationsVerificationsXpp3Reader. read(java.io.InputStream in)Method read.VerificationsVerificationsXpp3Reader. read(java.io.InputStream in, boolean strict)Method read.VerificationsVerificationsXpp3Reader. read(java.io.Reader reader)VerificationsVerificationsXpp3Reader. read(java.io.Reader reader, boolean strict)private VerificationsVerificationsXpp3Reader. 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 voidVerificationsXpp3Writer. write(java.io.OutputStream stream, Verifications verifications)Method write.voidVerificationsXpp3Writer. write(java.io.Writer writer, Verifications verifications)Method write.private voidVerificationsXpp3Writer. writeVerifications(Verifications verifications, java.lang.String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)Method writeVerifications.
-