Uses of Interface
org.apache.maven.api.xml.XmlNode
Packages that use XmlNode
Package
Description
Maven Immutable POM (Project Object Model) classes, generated from 
maven.mdo model.Contains implementation of the 
XmlNode interface and related classes.Contains modified versions of the
 
Xpp3Dom and
 Xpp3DomBuilder
 classes.- 
Uses of XmlNode in org.apache.maven.apiMethods in org.apache.maven.api that return types with arguments of type XmlNode
- 
Uses of XmlNode in org.apache.maven.api.modelMethods in org.apache.maven.api.model that return XmlNodeModifier and TypeMethodDescriptionConfigurationContainer.getConfiguration()The configuration as DOM object.Methods in org.apache.maven.api.model with parameters of type XmlNodeModifier and TypeMethodDescriptionConfigurationContainer.Builder.configuration(XmlNode configuration) Plugin.Builder.configuration(XmlNode configuration) PluginExecution.Builder.configuration(XmlNode configuration) ReportPlugin.Builder.configuration(XmlNode configuration) ReportSet.Builder.configuration(XmlNode configuration) ConfigurationContainer.withConfiguration(XmlNode configuration) Creates a newConfigurationContainerinstance using the specified configuration.Plugin.withConfiguration(XmlNode configuration) Creates a newPlugininstance using the specified configuration.PluginExecution.withConfiguration(XmlNode configuration) Creates a newPluginExecutioninstance using the specified configuration.ReportPlugin.withConfiguration(XmlNode configuration) Creates a newReportPlugininstance using the specified configuration.ReportSet.withConfiguration(XmlNode configuration) Creates a newReportSetinstance using the specified configuration.
- 
Uses of XmlNode in org.apache.maven.api.settingsMethods in org.apache.maven.api.settings that return XmlNodeModifier and TypeMethodDescriptionServer.getConfiguration()Extra configuration for the transport layer.Methods in org.apache.maven.api.settings with parameters of type XmlNodeModifier and TypeMethodDescriptionServer.Builder.configuration(XmlNode configuration) Server.withConfiguration(XmlNode configuration) Creates a newServerinstance using the specified configuration.
- 
Uses of XmlNode in org.apache.maven.api.toolchainMethods in org.apache.maven.api.toolchain that return XmlNodeModifier and TypeMethodDescriptionToolchainModel.getConfiguration()Toolchain configuration information, like location or any information that is to be retrieved.Methods in org.apache.maven.api.toolchain with parameters of type XmlNodeModifier and TypeMethodDescriptionToolchainModel.Builder.configuration(XmlNode configuration) ToolchainModel.withConfiguration(XmlNode configuration) Creates a newToolchainModelinstance using the specified configuration.
- 
Uses of XmlNode in org.apache.maven.api.xmlMethods in org.apache.maven.api.xml that return XmlNodeModifier and TypeMethodDescriptionXmlNode.clone()default XmlNodestatic XmlNodeMerge recessive into dominant and return eitherdominantwith merged information or a clone ofrecessiveifdominantisnull.static XmlNodeMethods in org.apache.maven.api.xml that return types with arguments of type XmlNodeMethods in org.apache.maven.api.xml with parameters of type XmlNode
- 
Uses of XmlNode in org.apache.maven.internal.implMethods in org.apache.maven.internal.impl that return types with arguments of type XmlNode
- 
Uses of XmlNode in org.apache.maven.internal.xmlClasses in org.apache.maven.internal.xml that implement XmlNodeModifier and TypeClassDescriptionclassNOTE: remove all the util code in here when separated, this class should be pure data.Fields in org.apache.maven.internal.xml with type parameters of type XmlNodeMethods in org.apache.maven.internal.xml that return XmlNodeModifier and TypeMethodDescriptionXmlNodeImpl.clone()static XmlNodeMerge two DOMs, with one having dominance in the case of collision.static XmlNodeMerges one DOM into another, given a specific algorithm and possible override points for that algorithm.Methods in org.apache.maven.internal.xml that return types with arguments of type XmlNodeMethods in org.apache.maven.internal.xml with parameters of type XmlNodeModifier and TypeMethodDescriptionstatic XmlNodeMerge two DOMs, with one having dominance in the case of collision.static XmlNodeMerges one DOM into another, given a specific algorithm and possible override points for that algorithm.static org.codehaus.plexus.configuration.PlexusConfigurationXmlPlexusConfiguration.toPlexusConfiguration(XmlNode node) static voidXmlNodeWriter.write(PrintWriter writer, XmlNode dom) static voidstatic voidstatic voidConstructors in org.apache.maven.internal.xml with parameters of type XmlNodeConstructor parameters in org.apache.maven.internal.xml with type arguments of type XmlNode
- 
Uses of XmlNode in org.apache.maven.lifecycle.mappingMethods in org.apache.maven.lifecycle.mapping that return XmlNodeMethods in org.apache.maven.lifecycle.mapping with parameters of type XmlNode
- 
Uses of XmlNode in org.apache.maven.model.v4Methods in org.apache.maven.model.v4 that return XmlNodeMethods in org.apache.maven.model.v4 with parameters of type XmlNodeModifier and TypeMethodDescriptionprotected XmlNodeprotected voidMavenXpp3Writer.writeDomToSerializer(XmlNode dom, XmlSerializer serializer) Method writeDomToSerializer.protected voidMavenXpp3WriterEx.writeDomToSerializer(XmlNode dom, XmlSerializer serializer) Method writeDomToSerializer.
- 
Uses of XmlNode in org.apache.maven.pluginMethods in org.apache.maven.plugin with parameters of type XmlNodeConstructors in org.apache.maven.plugin with parameters of type XmlNodeModifierConstructorDescriptionMojoExecution(MojoDescriptor mojoDescriptor, XmlNode configuration) 
- 
Uses of XmlNode in org.apache.maven.plugin.lifecycleMethods in org.apache.maven.plugin.lifecycle that return XmlNodeModifier and TypeMethodDescriptionExecution.getConfiguration()Configuration to pass to the goals.Phase.getConfiguration()Configuration to pass to all goals run in this phase.Methods in org.apache.maven.plugin.lifecycle with parameters of type XmlNodeModifier and TypeMethodDescriptionExecution.Builder.configuration(XmlNode configuration) Phase.Builder.configuration(XmlNode configuration) Execution.withConfiguration(XmlNode configuration) Creates a newExecutioninstance using the specified configuration.Phase.withConfiguration(XmlNode configuration) Creates a newPhaseinstance using the specified configuration.
- 
Uses of XmlNode in org.apache.maven.plugin.lifecycle.io.xpp3Methods in org.apache.maven.plugin.lifecycle.io.xpp3 with parameters of type XmlNodeModifier and TypeMethodDescriptionprotected voidLifecycleMappingsXpp3Writer.writeDomToSerializer(XmlNode dom, XmlSerializer serializer) Method writeDomToSerializer.
- 
Uses of XmlNode in org.apache.maven.settings.v4Methods in org.apache.maven.settings.v4 with parameters of type XmlNodeModifier and TypeMethodDescriptionprotected voidSettingsXpp3Writer.writeDomToSerializer(XmlNode dom, XmlSerializer serializer) Method writeDomToSerializer.
- 
Uses of XmlNode in org.apache.maven.toolchain.v4Methods in org.apache.maven.toolchain.v4 with parameters of type XmlNodeModifier and TypeMethodDescriptionprotected voidMavenToolchainsXpp3Writer.writeDomToSerializer(XmlNode dom, XmlSerializer serializer) Method writeDomToSerializer.
- 
Uses of XmlNode in org.codehaus.plexus.util.xmlMethods in org.codehaus.plexus.util.xml that return XmlNodeConstructors in org.codehaus.plexus.util.xml with parameters of type XmlNode