Uses of Class
org.codehaus.mojo.versions.rewriting.MutableXMLStreamReader
Packages that use MutableXMLStreamReader
Package
Description
-
Uses of MutableXMLStreamReader in org.codehaus.mojo.versions.api
Methods in org.codehaus.mojo.versions.api with parameters of type MutableXMLStreamReaderModifier and TypeMethodDescriptionstatic StringPomHelper.getProjectVersion(MutableXMLStreamReader pom) Retrieves the project version from the pom.static booleanPomHelper.setDependencyVersion(MutableXMLStreamReader pom, String groupId, String artifactId, String oldVersion, String newVersion, org.apache.maven.model.Model model, org.apache.maven.plugin.logging.Log logger) Searches the pom re-defining the specified dependency to the specified version.static booleanPomHelper.setElementValue(MutableXMLStreamReader pom, String parentPath, String elementName, String value) Sets the value of the given element given its parent element path.static booleanPomHelper.setElementValue(MutableXMLStreamReader pom, String parentPath, String elementName, String value, boolean shouldCreate) Sets the value of the given element given its parent element path.static booleanPomHelper.setPluginVersion(MutableXMLStreamReader pom, String groupId, String artifactId, String oldVersion, String newVersion) Searches the pom re-defining the specified plugin to the specified version.static booleanPomHelper.setProjectParentVersion(MutableXMLStreamReader pom, String value) Searches the pom re-defining the project version to the specified version.static booleanPomHelper.setProjectVersion(MutableXMLStreamReader pom, String value) Searches the pom re-defining the project version to the specified version.static booleanPomHelper.setPropertyVersion(MutableXMLStreamReader pom, String profileId, String property, String value) Searches the pom re-defining the specified property to the specified version. -
Uses of MutableXMLStreamReader in org.codehaus.mojo.versions.change
Methods in org.codehaus.mojo.versions.change that return MutableXMLStreamReaderMethods in org.codehaus.mojo.versions.change with parameters of type MutableXMLStreamReaderConstructors in org.codehaus.mojo.versions.change with parameters of type MutableXMLStreamReaderModifierConstructorDescriptionAbstractVersionChanger(org.apache.maven.model.Model model, MutableXMLStreamReader pom, org.apache.maven.plugin.logging.Log log) DependencyVersionChanger(org.apache.maven.model.Model model, MutableXMLStreamReader pom, org.apache.maven.plugin.logging.Log reporter) ParentVersionChanger(org.apache.maven.model.Model model, MutableXMLStreamReader pom, org.apache.maven.plugin.logging.Log reporter) PluginVersionChanger(org.apache.maven.model.Model model, MutableXMLStreamReader pom, org.apache.maven.plugin.logging.Log reporter) ProjectVersionChanger(org.apache.maven.model.Model model, MutableXMLStreamReader pom, org.apache.maven.plugin.logging.Log reporter) -
Uses of MutableXMLStreamReader in org.codehaus.mojo.versions.utils
Methods in org.codehaus.mojo.versions.utils that return MutableXMLStreamReaderModifier and TypeMethodDescriptionModelNode.getMutableXMLStreamReader()Gets theMutableXMLStreamReaderinstanceConstructors in org.codehaus.mojo.versions.utils with parameters of type MutableXMLStreamReaderModifierConstructorDescriptionModelNode(org.apache.maven.model.Model model, MutableXMLStreamReader pom) Creates a root node (without a parent).ModelNode(ModelNode parent, org.apache.maven.model.Model model, MutableXMLStreamReader pom) Creates a new instance with a parent node.