Package org.apache.maven.internal.impl
Class DefaultSettingsXmlFactory
java.lang.Object
org.apache.maven.internal.impl.DefaultSettingsXmlFactory
- All Implemented Interfaces:
- Service,- SettingsXmlFactory,- XmlFactory<Settings>
@Named
@Singleton
public class DefaultSettingsXmlFactory
extends Object
implements SettingsXmlFactory
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionread(XmlReaderRequest request) voidwrite(XmlWriterRequest<Settings> request) Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.maven.api.services.xml.XmlFactoryfromXmlString, read, read, read, read, read, read, toXmlString, write, write, write
- 
Constructor Details- 
DefaultSettingsXmlFactorypublic DefaultSettingsXmlFactory()
 
- 
- 
Method Details- 
read- Specified by:
- readin interface- XmlFactory<Settings>
- Throws:
- XmlReaderException
 
- 
write- Specified by:
- writein interface- XmlFactory<Settings>
- Throws:
- XmlWriterException
 
 
-