Uses of Interface
org.apache.maven.api.xml.XmlNode
Packages that use XmlNode
Package
Description
Maven Core API
Provides support for Maven core extensions configuration and management.
Maven Immutable POM (Project Object Model) classes, generated from
maven.mdo model.Contains classes for managing plugin-specific lifecycle bindings and forked executions.
Contains classes for managing Maven settings, including global and user-specific
configuration stored in settings.xml files.
Provides classes for managing Maven toolchains, which allow projects to use specific
tool installations (like JDKs, compilers, or other build tools) across different
environments without hardcoding paths.
Provides an immutable XML processing API for Maven, offering classes and interfaces
for reading, manipulating, and writing XML documents in a thread-safe manner.
-
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
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 newCoreExtensioninstance using the specified configuration. -
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.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 newConfigurationContainerinstance using the specified configuration.Extension.withConfiguration(XmlNode configuration) Creates a newExtensioninstance 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.plugin.descriptor.lifecycle
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 newExecutioninstance using the specified configuration.Phase.withConfiguration(XmlNode configuration) Creates a newPhaseinstance 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.Builder.build()Builds a new XmlNode instance with the current builder settings.Returns the first child node with the specified name.protected abstract XmlNodeImplementation method for merging two XML nodes.protected abstract XmlNodeXmlService.doRead(InputStream input, XmlService.InputLocationBuilder locationBuilder) Implementation method for reading an XML node from an input stream.protected abstract XmlNodeXmlService.doRead(Reader reader, XmlService.InputLocationBuilder locationBuilder) Implementation method for reading an XML node from a reader.protected abstract XmlNodeXmlService.doRead(XMLStreamReader reader, XmlService.InputLocationBuilder locationBuilder) Implementation method for reading an XML node from an XMLStreamReader.default XmlNodeDeprecated, for removal: This API element is subject to removal in a future version.default XmlNodeDeprecated, for removal: This API element is subject to removal in a future version.default XmlNodeDeprecated, for removal: This API element is subject to removal in a future version.useXmlService.merge(XmlNode, XmlNode, Boolean)insteadstatic XmlNodeDeprecated, for removal: This API element is subject to removal in a future version.useXmlService.merge(XmlNode, XmlNode, Boolean)insteadstatic XmlNodestatic XmlNodeConvenience method to merge two XML nodes using default settings.static XmlNodeMerges two XML nodes.static XmlNodeXmlNode.newInstance(String name) Creates a new XmlNode instance with the specified name.static XmlNodeXmlNode.newInstance(String name, String value) Creates a new XmlNode instance with the specified name and value.static XmlNodeXmlNode.newInstance(String name, String value, Map<String, String> attrs, List<XmlNode> children, Object location) Creates a new XmlNode instance with all properties specified.static XmlNodeXmlNode.newInstance(String name, List<XmlNode> children) Creates a new XmlNode instance with the specified name and children.static XmlNodeXmlService.read(InputStream input, XmlService.InputLocationBuilder locationBuilder) Reads an XML node from an input stream.static XmlNodeReads an XML node from a reader.static XmlNodeXmlService.read(Reader reader, XmlService.InputLocationBuilder locationBuilder) Reads an XML node from a reader.static XmlNodeXmlService.read(XMLStreamReader reader) Reads an XML node from an XMLStreamReader.static XmlNodeXmlService.read(XMLStreamReader reader, XmlService.InputLocationBuilder locationBuilder) Reads an XML node from an XMLStreamReader.Methods in org.apache.maven.api.xml that return types with arguments of type XmlNodeModifier and TypeMethodDescriptionXmlNode.children()Returns an immutable list of all child nodes.XmlNode.getChildren()Deprecated, for removal: This API element is subject to removal in a future version.Methods in org.apache.maven.api.xml with parameters of type XmlNodeModifier and TypeMethodDescriptionprotected abstract XmlNodeImplementation method for merging two XML nodes.protected abstract voidImplementation method for writing an XML node to a writer.default XmlNodeDeprecated, for removal: This API element is subject to removal in a future version.useXmlService.merge(XmlNode, XmlNode, Boolean)insteaddefault XmlNodeDeprecated, for removal: This API element is subject to removal in a future version.useXmlService.merge(XmlNode, XmlNode, Boolean)insteadstatic XmlNodeDeprecated, for removal: This API element is subject to removal in a future version.useXmlService.merge(XmlNode, XmlNode, Boolean)insteadstatic XmlNodestatic XmlNodeConvenience method to merge two XML nodes using default settings.static XmlNodeMerges two XML nodes.static voidWrites an XML node to a writer.Method parameters in org.apache.maven.api.xml with type arguments of type XmlNodeModifier and TypeMethodDescriptionSets the child nodes of the XML node.static XmlNodeXmlNode.newInstance(String name, String value, Map<String, String> attrs, List<XmlNode> children, Object location) Creates a new XmlNode instance with all properties specified.static XmlNodeXmlNode.newInstance(String name, List<XmlNode> children) Creates a new XmlNode instance with the specified name and children.
XmlService.merge(XmlNode, XmlNode, Boolean)instead