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