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 VerificationsVerificationsXpp3Reader.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 TypeMethodDescriptionvoidVerificationsXpp3Writer.write(OutputStream stream, Verifications verifications) Method write.voidVerificationsXpp3Writer.write(Writer writer, Verifications verifications) Method write.private voidVerificationsXpp3Writer.writeVerifications(Verifications verifications, String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer) Method writeVerifications.