Class DefaultSettingsXmlFactory
java.lang.Object
org.apache.maven.impl.DefaultSettingsXmlFactory
- All Implemented Interfaces:
org.apache.maven.api.Service, org.apache.maven.api.services.xml.SettingsXmlFactory, org.apache.maven.api.services.xml.XmlFactory<org.apache.maven.api.settings.Settings>
@Named
@Singleton
public class DefaultSettingsXmlFactory
extends Object
implements org.apache.maven.api.services.xml.SettingsXmlFactory
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.maven.api.services.xml.XmlFactory
fromXmlString, read, read, read, read, read, read, toXmlString, write, write, write
-
Constructor Details
-
DefaultSettingsXmlFactory
public DefaultSettingsXmlFactory()
-
-
Method Details
-
read
public org.apache.maven.api.settings.Settings read(@Nonnull org.apache.maven.api.services.xml.XmlReaderRequest request) throws org.apache.maven.api.services.xml.XmlReaderException - Specified by:
readin interfaceorg.apache.maven.api.services.xml.XmlFactory<org.apache.maven.api.settings.Settings>- Throws:
org.apache.maven.api.services.xml.XmlReaderException
-
write
public void write(org.apache.maven.api.services.xml.XmlWriterRequest<org.apache.maven.api.settings.Settings> request) throws org.apache.maven.api.services.xml.XmlWriterException - Specified by:
writein interfaceorg.apache.maven.api.services.xml.XmlFactory<org.apache.maven.api.settings.Settings>- Throws:
org.apache.maven.api.services.xml.XmlWriterException
-