Package | Description |
---|---|
org.apache.maven.api.services.xml | |
org.apache.maven.internal.impl |
Modifier and Type | Method and Description |
---|---|
default String |
XmlFactory.toXmlString(T content)
Simply converts the given content to an xml string.
|
default void |
XmlFactory.write(T content,
OutputStream outputStream) |
default void |
XmlFactory.write(T content,
Path path) |
default void |
XmlFactory.write(T content,
Writer writer) |
void |
XmlFactory.write(XmlWriterRequest<T> request) |
Modifier and Type | Method and Description |
---|---|
static String |
DefaultModelXmlFactory.toXml(Model content)
Simply converts the given content to an xml string.
|
void |
DefaultModelXmlFactory.write(XmlWriterRequest<Model> request) |
void |
DefaultToolchainsXmlFactory.write(XmlWriterRequest<PersistedToolchains> request) |
void |
DefaultSettingsXmlFactory.write(XmlWriterRequest<Settings> request) |
Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.