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.Maven Plugin forked lifecycle model.
Maven immutable XML api.
Contains implementation of the
XmlNode
interface and related classes.-
Uses of XmlNode in org.apache.maven.api
Methods in org.apache.maven.api that return types with arguments of type XmlNode -
Uses of XmlNode in org.apache.maven.api.model
Methods in org.apache.maven.api.model that return XmlNodeModifier and TypeMethodDescriptionConfigurationContainer.getConfiguration()
The configuration as DOM object.Extension.getConfiguration()
The configuration of the extension.Methods in org.apache.maven.api.model with parameters of type XmlNodeModifier and TypeMethodDescriptionConfigurationContainer.Builder.configuration
(XmlNode configuration) Extension.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 newConfigurationContainer
instance using the specified configuration.Extension.withConfiguration
(XmlNode configuration) Creates a newExtension
instance using the specified configuration.Plugin.withConfiguration
(XmlNode configuration) Creates a newPlugin
instance using the specified configuration.PluginExecution.withConfiguration
(XmlNode configuration) Creates a newPluginExecution
instance using the specified configuration.ReportPlugin.withConfiguration
(XmlNode configuration) Creates a newReportPlugin
instance using the specified configuration.ReportSet.withConfiguration
(XmlNode configuration) Creates a newReportSet
instance using the specified configuration. -
Uses of XmlNode in org.apache.maven.api.plugin.descriptor.lifecycle
Methods in org.apache.maven.api.plugin.descriptor.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.api.plugin.descriptor.lifecycle with parameters of type XmlNodeModifier and TypeMethodDescriptionExecution.Builder.configuration
(XmlNode configuration) Phase.Builder.configuration
(XmlNode configuration) Execution.withConfiguration
(XmlNode configuration) Creates a newExecution
instance using the specified configuration.Phase.withConfiguration
(XmlNode configuration) Creates a newPhase
instance using the specified configuration. -
Uses of XmlNode in org.apache.maven.api.settings
Methods 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 newServer
instance using the specified configuration. -
Uses of XmlNode in org.apache.maven.api.toolchain
Methods 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 newToolchainModel
instance using the specified configuration. -
Uses of XmlNode in org.apache.maven.api.xml
Methods in org.apache.maven.api.xml that return XmlNodeModifier and TypeMethodDescriptiondefault XmlNode
static XmlNode
Merge recessive into dominant and return eitherdominant
with merged information or a clone ofrecessive
ifdominant
isnull
.static XmlNode
Methods 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.cli.internal.extension.model
Methods in org.apache.maven.cli.internal.extension.model that return XmlNodeMethods in org.apache.maven.cli.internal.extension.model with parameters of type XmlNodeModifier and TypeMethodDescriptionCoreExtension.Builder.configuration
(XmlNode configuration) CoreExtension.withConfiguration
(XmlNode configuration) Creates a newCoreExtension
instance using the specified configuration. -
Uses of XmlNode in org.apache.maven.extension.internal
Methods in org.apache.maven.extension.internal that return XmlNodeModifier and TypeMethodDescriptionCoreExtensionEntry.getConfiguration()
Returns the configuration for this extension.Methods in org.apache.maven.extension.internal with parameters of type XmlNodeModifier and TypeMethodDescriptionstatic CoreExtensionEntry
CoreExtensionEntry.discoverFrom
(org.codehaus.plexus.classworlds.realm.ClassRealm loader, Collection<File> classpath, String key, XmlNode configuration) Constructors in org.apache.maven.extension.internal with parameters of type XmlNodeModifierConstructorDescriptionCoreExtensionEntry
(org.codehaus.plexus.classworlds.realm.ClassRealm realm, Collection<String> artifacts, Collection<String> packages, String key, XmlNode configuration) -
Uses of XmlNode in org.apache.maven.internal.impl
Methods in org.apache.maven.internal.impl that return types with arguments of type XmlNode -
Uses of XmlNode in org.apache.maven.internal.xml
Classes in org.apache.maven.internal.xml that implement XmlNodeModifier and TypeClassDescriptionclass
NOTE: 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 TypeMethodDescriptionstatic XmlNode
Merge two DOMs, with one having dominance in the case of collision.static XmlNode
Merges 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 XmlNode
Merge two DOMs, with one having dominance in the case of collision.static XmlNode
Merges one DOM into another, given a specific algorithm and possible override points for that algorithm.static org.codehaus.plexus.configuration.PlexusConfiguration
XmlPlexusConfiguration.toPlexusConfiguration
(XmlNode node) static void
static void
XmlNodeWriter.write
(XMLStreamWriter xmlWriter, XmlNode dom) Constructors 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.internal
Methods in org.apache.maven.lifecycle.internal that return XmlNodeModifier and TypeMethodDescriptionstatic XmlNode
MojoDescriptorCreator.convert
(MojoDescriptor mojoDescriptor) -
Uses of XmlNode in org.apache.maven.lifecycle.mapping
Methods 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.v4
Methods in org.apache.maven.model.v4 that return XmlNodeMethods in org.apache.maven.model.v4 with parameters of type XmlNode -
Uses of XmlNode in org.apache.maven.plugin
Methods 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.settings.v4
Methods in org.apache.maven.settings.v4 that return XmlNodeMethods in org.apache.maven.settings.v4 with parameters of type XmlNode