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 newConfigurationContainerinstance using the specified configuration.Plugin.withConfiguration(Dom configuration) Creates a newPlugininstance using the specified configuration.PluginExecution.withConfiguration(Dom configuration) Creates a newPluginExecutioninstance using the specified configuration.ReportPlugin.withConfiguration(Dom configuration) Creates a newReportPlugininstance using the specified configuration.ReportSet.withConfiguration(Dom configuration) Creates a newReportSetinstance 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 newServerinstance 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 newToolchainModelinstance 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 Domstatic DomMerge recessive into dominant and return eitherdominantwith merged information or a clone ofrecessiveifdominantisnull.static DomMethods 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 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 DomMethods in org.apache.maven.internal.xml that return DomModifier and TypeMethodDescriptionXpp3Dom.clone()static DomMerge two DOMs, with one having dominance in the case of collision.static DomMerges 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 DomMerge two DOMs, with one having dominance in the case of collision.static DomMerges one DOM into another, given a specific algorithm and possible override points for that algorithm.static org.codehaus.plexus.configuration.PlexusConfigurationXmlPlexusConfiguration.toPlexusConfiguration(Dom node) static voidXpp3DomWriter.write(PrintWriter writer, Dom dom) static voidstatic voidstatic voidConstructors 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 Domprotected voidMavenXpp3Writer.writeDomToSerializer(Dom dom, XmlSerializer serializer) Method writeDomToSerializer.protected voidMavenXpp3WriterEx.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 voidLifecycleMappingsXpp3Writer.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 voidSettingsXpp3Writer.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 voidMavenToolchainsXpp3Writer.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