@Named @Singleton public class DefaultSettingsXmlFactory extends Object implements SettingsXmlFactory
| Constructor and Description |
|---|
DefaultSettingsXmlFactory() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.maven.api.settings.Settings |
read(XmlReaderRequest request) |
void |
write(XmlWriterRequest<org.apache.maven.api.settings.Settings> request) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfromXmlString, read, read, read, read, read, read, toXmlString, write, write, writepublic org.apache.maven.api.settings.Settings read(@Nonnull XmlReaderRequest request) throws XmlReaderException
read in interface XmlFactory<org.apache.maven.api.settings.Settings>XmlReaderExceptionpublic void write(XmlWriterRequest<org.apache.maven.api.settings.Settings> request) throws XmlWriterException
write in interface XmlFactory<org.apache.maven.api.settings.Settings>XmlWriterExceptionCopyright © 2001–2022 The Apache Software Foundation. All rights reserved.