Class SettingsXpp3Writer
java.lang.Object
org.apache.maven.settings.io.xpp3.SettingsXpp3Writer
Deprecated.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setFileComment
(String fileComment) Deprecated.Method setFileComment.void
write
(OutputStream stream, Settings settings) Deprecated.Method write.void
Deprecated.Method write.
-
Constructor Details
-
SettingsXpp3Writer
public SettingsXpp3Writer()Deprecated.
-
-
Method Details
-
setFileComment
Deprecated.Method setFileComment.- Parameters:
fileComment
- a fileComment object.
-
write
Deprecated.Method write.- Parameters:
writer
- a writer object.settings
- a settings object.- Throws:
IOException
- java.io.IOException if any.
-
write
Deprecated.Method write.- Parameters:
stream
- a stream object.settings
- a settings object.- Throws:
IOException
- java.io.IOException if any.
-
org.apache.maven.api.services.xml.SettingsXmlFactory
frommaven-api-core
orSettingsStaxWriter