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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionread
(XmlReaderRequest request) void
write
(XmlWriterRequest<PersistedToolchains> request) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.maven.api.services.xml.XmlFactory
fromXmlString, read, read, read, read, read, read, toXmlString, write, write, write
-
Constructor Details
-
DefaultToolchainsXmlFactory
public DefaultToolchainsXmlFactory()
-
-
Method Details
-
read
- Specified by:
read
in interfaceXmlFactory<PersistedToolchains>
- Throws:
XmlReaderException
-
write
- Specified by:
write
in interfaceXmlFactory<PersistedToolchains>
- Throws:
XmlWriterException
-