Package org.apache.maven.toolchain.v4
Class MavenToolchainsStaxWriter
java.lang.Object
org.apache.maven.toolchain.v4.MavenToolchainsStaxWriter
-
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
(Function<InputLocation, String> stringFormatter) Method setStringFormatter.protected String
toString
(InputLocation location) Method toString.void
write
(OutputStream stream, PersistedToolchains persistedToolchains) Method write.void
write
(Writer writer, PersistedToolchains persistedToolchains) Method write.protected void
writeLocationTracking
(InputLocationTracker locationTracker, Object key, XMLStreamWriter serializer) Method writeLocationTracking.
-
Field Details
-
stringFormatter
Field stringFormatter.
-
-
Constructor Details
-
MavenToolchainsStaxWriter
public MavenToolchainsStaxWriter()
-
-
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
public void write(Writer writer, PersistedToolchains persistedToolchains) throws IOException, XMLStreamException Method write.- Parameters:
writer
- a writer objectpersistedToolchains
- a PersistedToolchains object- Throws:
IOException
- IOException if anyXMLStreamException
-
write
public void write(OutputStream stream, PersistedToolchains persistedToolchains) throws IOException, XMLStreamException Method write.- Parameters:
stream
- a stream objectpersistedToolchains
- a PersistedToolchains 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
-