Class CoreExtensionsXpp3Writer
java.lang.Object
org.apache.maven.cli.internal.extension.model.io.xpp3.CoreExtensionsXpp3Writer
Deprecated.
Class CoreExtensionsXpp3Writer.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetFileComment(String fileComment) Deprecated.Method setFileComment.voidwrite(OutputStream stream, CoreExtensions coreExtensions) Deprecated.Method write.voidwrite(Writer writer, CoreExtensions coreExtensions) Deprecated.Method write.
-
Constructor Details
-
CoreExtensionsXpp3Writer
public CoreExtensionsXpp3Writer()Deprecated.
-
-
Method Details
-
setFileComment
Deprecated.Method setFileComment.- Parameters:
fileComment- a fileComment object.
-
write
Deprecated.Method write.- Parameters:
writer- a writer object.coreExtensions- a coreExtensions object.- Throws:
IOException- IOException if any.
-
write
Deprecated.Method write.- Parameters:
stream- a stream object.coreExtensions- a coreExtensions object.- Throws:
IOException- IOException if any.
-
org.apache.maven.cling.internal.extension.io.CoreExtensionsStaxWriter