Class BuildJobXpp3Writer
java.lang.Object
org.apache.maven.plugins.invoker.model.io.xpp3.BuildJobXpp3Writer
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetFileComment(String fileComment) Method setFileComment.voidwrite(OutputStream stream, BuildJob buildJob) Method write.voidMethod write.private voidwriteBuildJob(BuildJob buildJob, String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer) Method writeBuildJob.
-
Field Details
-
NAMESPACE
Field NAMESPACE. -
fileComment
Field fileComment.
-
-
Constructor Details
-
BuildJobXpp3Writer
public BuildJobXpp3Writer()
-
-
Method Details
-
setFileComment
Method setFileComment.- Parameters:
fileComment- a fileComment object.
-
write
Method write.- Parameters:
writer- a writer object.buildJob- a buildJob object.- Throws:
IOException- java.io.IOException if any.
-
write
Method write.- Parameters:
stream- a stream object.buildJob- a buildJob object.- Throws:
IOException- java.io.IOException if any.
-
writeBuildJob
private void writeBuildJob(BuildJob buildJob, String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer) throws IOException Method writeBuildJob.- Parameters:
buildJob- a buildJob object.tagName- a tagName object.serializer- a serializer object.- Throws:
IOException- java.io.IOException if any.
-