Uses of Class
org.apache.maven.plugin.verifier.model.Verifications
Packages that use Verifications
-
Uses of Verifications in org.apache.maven.plugin.verifier.model.io.xpp3
Methods in org.apache.maven.plugin.verifier.model.io.xpp3 that return VerificationsModifier and TypeMethodDescriptionprivate Verifications
VerificationsXpp3Reader.parseVerifications
(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict) Method parseVerifications.VerificationsXpp3Reader.read
(InputStream in) Method read.VerificationsXpp3Reader.read
(InputStream in, boolean strict) Method read.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 VerificationsModifier and TypeMethodDescriptionvoid
VerificationsXpp3Writer.write
(OutputStream stream, Verifications verifications) Method write.void
VerificationsXpp3Writer.write
(Writer writer, Verifications verifications) Method write.private void
VerificationsXpp3Writer.writeVerifications
(Verifications verifications, String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer) Method writeVerifications.