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 newConfigurationContainerinstance using the specified configuration.Plugin.withConfiguration(XmlNode configuration) Creates a newPlugininstance using the specified configuration.PluginExecution.withConfiguration(XmlNode configuration) Creates a newPluginExecutioninstance using the specified configuration.ReportPlugin.withConfiguration(XmlNode configuration) Creates a newReportPlugininstance using the specified configuration.ReportSet.withConfiguration(XmlNode configuration) Creates a newReportSetinstance 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 newServerinstance 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 newToolchainModelinstance 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 XmlNodestatic XmlNodeMerge recessive into dominant and return eitherdominantwith merged information or a clone ofrecessiveifdominantisnull.static XmlNodeMethods 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