Uses of Interface
org.apache.maven.api.xml.XmlNode
Packages that use XmlNode
Package
Description
Maven Core API
Maven Immutable POM (Project Object Model) classes, generated from
maven.mdo
model.Maven Plugin forked lifecycle model.
Maven immutable XML api.
Maven Resolver extensions for utilizing the Maven POM and Maven
repository metadata.
Contains implementation of the
XmlNode
interface and related classes.Maven Resolver extensions for utilizing the Maven POM and Maven
repository metadata.
-
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.cli.extensions
Fields in org.apache.maven.api.cli.extensions declared as XmlNodeModifier and TypeFieldDescription(package private) XmlNode
CoreExtension.Builder.configuration
(package private) final XmlNode
CoreExtension.configuration
Methods in org.apache.maven.api.cli.extensions that return XmlNodeMethods in org.apache.maven.api.cli.extensions 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.api.model
Fields in org.apache.maven.api.model declared as XmlNodeModifier and TypeFieldDescription(package private) XmlNode
ConfigurationContainer.Builder.configuration
(package private) final XmlNode
ConfigurationContainer.configuration
The configuration as DOM object.(package private) XmlNode
Extension.Builder.configuration
(package private) final XmlNode
Extension.configuration
The configuration of the extension.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
Fields in org.apache.maven.api.plugin.descriptor.lifecycle declared as XmlNodeModifier and TypeFieldDescription(package private) XmlNode
Execution.Builder.configuration
(package private) final XmlNode
Execution.configuration
Configuration to pass to the goals.(package private) XmlNode
Phase.Builder.configuration
(package private) final XmlNode
Phase.configuration
Configuration to pass to all goals run in this phase.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
Fields in org.apache.maven.api.settings declared as XmlNodeModifier and TypeFieldDescription(package private) XmlNode
Server.Builder.configuration
(package private) final XmlNode
Server.configuration
Extra configuration for the transport layer.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
Fields in org.apache.maven.api.toolchain declared as XmlNodeModifier and TypeFieldDescription(package private) XmlNode
ToolchainModel.Builder.configuration
(package private) final XmlNode
ToolchainModel.configuration
Toolchain configuration information, like location or any information that is to be retrieved.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
Methods in org.apache.maven.cli that return XmlNodeModifier and TypeMethodDescriptionMethods in org.apache.maven.cli with parameters of type XmlNode -
Uses of XmlNode in org.apache.maven.cling.extensions
Methods in org.apache.maven.cling.extensions that return XmlNodeModifier and TypeMethodDescriptionMethods in org.apache.maven.cling.extensions with parameters of type XmlNode -
Uses of XmlNode in org.apache.maven.cling.internal.extension.io
Methods in org.apache.maven.cling.internal.extension.io that return XmlNodeModifier and TypeMethodDescriptionprivate XmlNode
CoreExtensionsStaxReader.buildXmlNode
(XMLStreamReader parser) Methods in org.apache.maven.cling.internal.extension.io with parameters of type XmlNodeModifier and TypeMethodDescriptionprivate void
CoreExtensionsStaxWriter.writeDom
(XmlNode dom, XMLStreamWriter serializer) -
Uses of XmlNode in org.apache.maven.configuration.internal
Methods in org.apache.maven.configuration.internal that return XmlNode -
Uses of XmlNode in org.apache.maven.extension.internal
Fields in org.apache.maven.extension.internal declared as XmlNodeMethods 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.impl.resolver
Methods in org.apache.maven.internal.impl.resolver with parameters of type XmlNodeModifier and TypeMethodDescriptionprivate static String
PluginsMetadataGenerator.mayGetChild
(XmlNode node, String child) -
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) private XmlNode
DefaultLifecycleExecutionPlanCalculator.getMojoConfiguration
(MojoDescriptor mojoDescriptor) -
Uses of XmlNode in org.apache.maven.lifecycle.internal.concurrent
Methods in org.apache.maven.lifecycle.internal.concurrent that return XmlNodeModifier and TypeMethodDescriptionprivate XmlNode
BuildPlanExecutor.getMojoConfiguration
(MojoDescriptor mojoDescriptor) -
Uses of XmlNode in org.apache.maven.lifecycle.mapping
Fields in org.apache.maven.lifecycle.mapping declared as XmlNodeMethods 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.metadata.v4
Methods in org.apache.maven.metadata.v4 that return XmlNodeModifier and TypeMethodDescriptionprivate XmlNode
MetadataStaxReader.buildXmlNode
(XMLStreamReader parser) Methods in org.apache.maven.metadata.v4 with parameters of type XmlNodeModifier and TypeMethodDescriptionprivate void
MetadataStaxWriter.writeDom
(XmlNode dom, XMLStreamWriter serializer) -
Uses of XmlNode in org.apache.maven.model.v4
Methods in org.apache.maven.model.v4 that return XmlNodeModifier and TypeMethodDescriptionprivate XmlNode
MavenStaxReader.buildXmlNode
(XMLStreamReader parser, InputSource source) protected XmlNode
Methods 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.plugin.descriptor.io
Methods in org.apache.maven.plugin.descriptor.io that return XmlNodeModifier and TypeMethodDescriptionprivate XmlNode
PluginDescriptorStaxReader.buildXmlNode
(XMLStreamReader parser) Methods in org.apache.maven.plugin.descriptor.io with parameters of type XmlNodeModifier and TypeMethodDescriptionprivate void
PluginDescriptorStaxWriter.writeDom
(XmlNode dom, XMLStreamWriter serializer) -
Uses of XmlNode in org.apache.maven.plugin.lifecycle.io
Methods in org.apache.maven.plugin.lifecycle.io that return XmlNodeModifier and TypeMethodDescriptionprivate XmlNode
LifecycleStaxReader.buildXmlNode
(XMLStreamReader parser) Methods in org.apache.maven.plugin.lifecycle.io with parameters of type XmlNodeModifier and TypeMethodDescriptionprivate void
LifecycleStaxWriter.writeDom
(XmlNode dom, XMLStreamWriter serializer) -
Uses of XmlNode in org.apache.maven.project
Methods in org.apache.maven.project with parameters of type XmlNode -
Uses of XmlNode in org.apache.maven.repository.internal
Methods in org.apache.maven.repository.internal with parameters of type XmlNodeModifier and TypeMethodDescriptionprivate static String
PluginsMetadataGenerator.mayGetChild
(XmlNode node, String child) Deprecated. -
Uses of XmlNode in org.apache.maven.settings.v4
Methods in org.apache.maven.settings.v4 that return XmlNodeModifier and TypeMethodDescriptionprivate XmlNode
SettingsStaxReader.buildXmlNode
(XMLStreamReader parser, InputSource source) protected XmlNode
Methods in org.apache.maven.settings.v4 with parameters of type XmlNode -
Uses of XmlNode in org.apache.maven.toolchain.v4
Methods in org.apache.maven.toolchain.v4 that return XmlNodeModifier and TypeMethodDescriptionprivate XmlNode
MavenToolchainsStaxReader.buildXmlNode
(XMLStreamReader parser, InputSource source) protected XmlNode
Methods in org.apache.maven.toolchain.v4 with parameters of type XmlNode