Uses of Interface
org.apache.maven.api.xml.Dom
Packages that use Dom
Package
Description
Maven POM (Project Object Model) classes, generated from
maven.mdo
model.Contains implementation of the
Dom
interface and related classes.Contains modified versions of the
Xpp3Dom
and
Xpp3DomBuilder
classes.-
Uses of Dom in org.apache.maven.api
Methods in org.apache.maven.api that return types with arguments of type Dom -
Uses of Dom in org.apache.maven.api.model
Methods in org.apache.maven.api.model that return DomModifier and TypeMethodDescriptionConfigurationContainer.getConfiguration()
The configuration as DOM object.Methods in org.apache.maven.api.model with parameters of type DomModifier and TypeMethodDescriptionConfigurationContainer.Builder.configuration
(Dom configuration) Plugin.Builder.configuration
(Dom configuration) PluginExecution.Builder.configuration
(Dom configuration) ReportPlugin.Builder.configuration
(Dom configuration) ReportSet.Builder.configuration
(Dom configuration) ConfigurationContainer.withConfiguration
(Dom configuration) Creates a newConfigurationContainer
instance using the specified configuration.Plugin.withConfiguration
(Dom configuration) Creates a newPlugin
instance using the specified configuration.PluginExecution.withConfiguration
(Dom configuration) Creates a newPluginExecution
instance using the specified configuration.ReportPlugin.withConfiguration
(Dom configuration) Creates a newReportPlugin
instance using the specified configuration.ReportSet.withConfiguration
(Dom configuration) Creates a newReportSet
instance using the specified configuration. -
Uses of Dom in org.apache.maven.api.settings
Methods in org.apache.maven.api.settings that return DomModifier and TypeMethodDescriptionServer.getConfiguration()
Extra configuration for the transport layer.Methods in org.apache.maven.api.settings with parameters of type DomModifier and TypeMethodDescriptionServer.Builder.configuration
(Dom configuration) Server.withConfiguration
(Dom configuration) Creates a newServer
instance using the specified configuration. -
Uses of Dom in org.apache.maven.api.toolchain
Methods in org.apache.maven.api.toolchain that return DomModifier 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 DomModifier and TypeMethodDescriptionToolchainModel.Builder.configuration
(Dom configuration) ToolchainModel.withConfiguration
(Dom configuration) Creates a newToolchainModel
instance using the specified configuration. -
Uses of Dom in org.apache.maven.api.xml
Methods in org.apache.maven.api.xml that return DomModifier and TypeMethodDescriptionDom.clone()
default Dom
static Dom
Merge recessive into dominant and return eitherdominant
with merged information or a clone ofrecessive
ifdominant
isnull
.static Dom
Methods in org.apache.maven.api.xml that return types with arguments of type DomMethods in org.apache.maven.api.xml with parameters of type Dom -
Uses of Dom in org.apache.maven.internal.impl
Methods in org.apache.maven.internal.impl that return types with arguments of type Dom -
Uses of Dom in org.apache.maven.internal.xml
Classes in org.apache.maven.internal.xml that implement DomModifier 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 DomMethods in org.apache.maven.internal.xml that return DomModifier and TypeMethodDescriptionXpp3Dom.clone()
static Dom
Merge two DOMs, with one having dominance in the case of collision.static Dom
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 DomMethods in org.apache.maven.internal.xml with parameters of type DomModifier and TypeMethodDescriptionstatic Dom
Merge two DOMs, with one having dominance in the case of collision.static Dom
Merges one DOM into another, given a specific algorithm and possible override points for that algorithm.static org.codehaus.plexus.configuration.PlexusConfiguration
XmlPlexusConfiguration.toPlexusConfiguration
(Dom node) static void
Xpp3DomWriter.write
(PrintWriter writer, Dom dom) static void
static void
static void
Constructors in org.apache.maven.internal.xml with parameters of type DomConstructor parameters in org.apache.maven.internal.xml with type arguments of type Dom -
Uses of Dom in org.apache.maven.lifecycle.mapping
Methods in org.apache.maven.lifecycle.mapping that return DomMethods in org.apache.maven.lifecycle.mapping with parameters of type Dom -
Uses of Dom in org.apache.maven.model.v4
Methods in org.apache.maven.model.v4 that return DomMethods in org.apache.maven.model.v4 with parameters of type DomModifier and TypeMethodDescriptionprotected Dom
protected void
MavenXpp3Writer.writeDomToSerializer
(Dom dom, XmlSerializer serializer) Method writeDomToSerializer.protected void
MavenXpp3WriterEx.writeDomToSerializer
(Dom dom, XmlSerializer serializer) Method writeDomToSerializer. -
Uses of Dom in org.apache.maven.plugin
Methods in org.apache.maven.plugin with parameters of type DomConstructors in org.apache.maven.plugin with parameters of type Dom -
Uses of Dom in org.apache.maven.plugin.lifecycle
Methods in org.apache.maven.plugin.lifecycle that return DomModifier 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 DomModifier and TypeMethodDescriptionExecution.Builder.configuration
(Dom configuration) Phase.Builder.configuration
(Dom configuration) Execution.withConfiguration
(Dom configuration) Creates a new Execution instance using the specified configuration.Phase.withConfiguration
(Dom configuration) Creates a new Phase instance using the specified configuration. -
Uses of Dom in org.apache.maven.plugin.lifecycle.io.xpp3
Methods in org.apache.maven.plugin.lifecycle.io.xpp3 with parameters of type DomModifier and TypeMethodDescriptionprotected void
LifecycleMappingsXpp3Writer.writeDomToSerializer
(Dom dom, XmlSerializer serializer) Method writeDomToSerializer. -
Uses of Dom in org.apache.maven.settings.v4
Methods in org.apache.maven.settings.v4 with parameters of type DomModifier and TypeMethodDescriptionprotected void
SettingsXpp3Writer.writeDomToSerializer
(Dom dom, XmlSerializer serializer) Method writeDomToSerializer. -
Uses of Dom in org.apache.maven.toolchain.v4
Methods in org.apache.maven.toolchain.v4 with parameters of type DomModifier and TypeMethodDescriptionprotected void
MavenToolchainsXpp3Writer.writeDomToSerializer
(Dom dom, XmlSerializer serializer) Method writeDomToSerializer. -
Uses of Dom in org.codehaus.plexus.util.xml
Methods in org.codehaus.plexus.util.xml that return DomConstructors in org.codehaus.plexus.util.xml with parameters of type Dom