Package org.apache.maven.settings.v4
Class SettingsStaxWriter
java.lang.Object
org.apache.maven.settings.v4.SettingsStaxWriter
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setAddLocationInformation
(boolean addLocationInformation) Method setAddLocationInformation.void
setFileComment
(String fileComment) Method setFileComment.void
setNamespace
(String namespace) Method setNamespace.void
setSchemaLocation
(String schemaLocation) Method setSchemaLocation.void
setStringFormatter
(InputLocation.StringFormatter stringFormatter) Method setStringFormatter.protected String
toString
(InputLocation location) Method toString.void
write
(OutputStream stream, Settings settings) Method write.void
Method write.protected void
writeLocationTracking
(InputLocationTracker locationTracker, Object key, XMLStreamWriter serializer) Method writeLocationTracking.
-
Field Details
-
stringFormatter
Field stringFormatter.
-
-
Constructor Details
-
SettingsStaxWriter
public SettingsStaxWriter()
-
-
Method Details
-
setNamespace
Method setNamespace.- Parameters:
namespace
- the namespace to use.
-
setSchemaLocation
Method setSchemaLocation.- Parameters:
schemaLocation
- the schema location to use.
-
setFileComment
Method setFileComment.- Parameters:
fileComment
- a fileComment object.
-
setAddLocationInformation
public void setAddLocationInformation(boolean addLocationInformation) Method setAddLocationInformation. -
setStringFormatter
Method setStringFormatter.- Parameters:
stringFormatter
-
-
write
Method write.- Parameters:
writer
- a writer objectsettings
- a Settings object- Throws:
IOException
- IOException if anyXMLStreamException
-
write
Method write.- Parameters:
stream
- a stream objectsettings
- a Settings object- Throws:
IOException
- IOException if anyXMLStreamException
-
writeLocationTracking
protected void writeLocationTracking(InputLocationTracker locationTracker, Object key, XMLStreamWriter serializer) throws IOException, XMLStreamException Method writeLocationTracking.- Parameters:
locationTracker
-key
-serializer
-- Throws:
IOException
XMLStreamException
-
toString
Method toString.- Parameters:
location
-- Returns:
- String
-