Class BuildJobXpp3Writer
java.lang.Object
org.apache.maven.plugins.invoker.model.io.xpp3.BuildJobXpp3Writer
Class BuildJobXpp3Writer.
- Version:
- $Revision$ $Date$
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setFileComment
(String fileComment) Method setFileComment.void
write
(OutputStream stream, BuildJob buildJob) Method write.void
Method write.private void
writeBuildJob
(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
-
-
write
Method write.- Parameters:
writer
-buildJob
-- Throws:
IOException
-
write
Method write.- Parameters:
stream
-buildJob
-- Throws:
IOException
-
writeBuildJob
private void writeBuildJob(BuildJob buildJob, String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer) throws IOException Method writeBuildJob.- Parameters:
buildJob
-serializer
-tagName
-- Throws:
IOException
-