Class VerificationsXpp3Writer
- java.lang.Object
-
- org.apache.maven.plugin.verifier.model.io.xpp3.VerificationsXpp3Writer
-
public class VerificationsXpp3Writer extends java.lang.Object
Class VerificationsXpp3Writer.- Version:
- $Revision$ $Date$
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.String
fileComment
Field fileComment.private static java.lang.String
NAMESPACE
Field NAMESPACE.
-
Constructor Summary
Constructors Constructor Description VerificationsXpp3Writer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setFileComment(java.lang.String fileComment)
Method setFileComment.void
write(java.io.OutputStream stream, Verifications verifications)
Method write.void
write(java.io.Writer writer, Verifications verifications)
Method write.private void
writeFile(File file, java.lang.String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writeFile.private void
writeVerifications(Verifications verifications, java.lang.String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writeVerifications.
-
-
-
Method Detail
-
setFileComment
public void setFileComment(java.lang.String fileComment)
Method setFileComment.- Parameters:
fileComment
-
-
write
public void write(java.io.Writer writer, Verifications verifications) throws java.io.IOException
Method write.- Parameters:
writer
-verifications
-- Throws:
java.io.IOException
-
write
public void write(java.io.OutputStream stream, Verifications verifications) throws java.io.IOException
Method write.- Parameters:
stream
-verifications
-- Throws:
java.io.IOException
-
writeFile
private void writeFile(File file, java.lang.String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer) throws java.io.IOException
Method writeFile.- Parameters:
file
-serializer
-tagName
-- Throws:
java.io.IOException
-
writeVerifications
private void writeVerifications(Verifications verifications, java.lang.String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer) throws java.io.IOException
Method writeVerifications.- Parameters:
verifications
-serializer
-tagName
-- Throws:
java.io.IOException
-
-