Package org.apache.maven.internal.impl
Class DefaultToolchainsXmlFactory
java.lang.Object
org.apache.maven.internal.impl.DefaultToolchainsXmlFactory
- All Implemented Interfaces:
- Service,- ToolchainsXmlFactory,- XmlFactory<PersistedToolchains>
@Named
@Singleton
public class DefaultToolchainsXmlFactory
extends Object
implements ToolchainsXmlFactory
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionread(XmlReaderRequest request) voidwrite(XmlWriterRequest<PersistedToolchains> 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- 
DefaultToolchainsXmlFactorypublic DefaultToolchainsXmlFactory()
 
- 
- 
Method Details- 
read- Specified by:
- readin interface- XmlFactory<PersistedToolchains>
- Throws:
- XmlReaderException
 
- 
write- Specified by:
- writein interface- XmlFactory<PersistedToolchains>
- Throws:
- XmlWriterException
 
 
-