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.-
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.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 newConfigurationContainer
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.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 TypeMethodDescriptionXmlNode.clone()
default 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