Uses of Class
org.codehaus.mojo.versions.rewriting.ModifiedPomXMLEventReader
Packages that use ModifiedPomXMLEventReader
Package
Description
-
Uses of ModifiedPomXMLEventReader in org.codehaus.mojo.versions.api
Methods in org.codehaus.mojo.versions.api with parameters of type ModifiedPomXMLEventReaderModifier and TypeMethodDescriptionstatic StringPomHelper.getProjectVersion(ModifiedPomXMLEventReader pom) Retrieves the project version from the pom.static org.apache.maven.model.ModelPomHelper.getRawModel(ModifiedPomXMLEventReader modifiedPomXMLEventReader) Gets the current raw model before any interpolation what-so-ever.static booleanPomHelper.setDependencyVersion(ModifiedPomXMLEventReader pom, String groupId, String artifactId, String oldVersion, String newVersion, org.apache.maven.model.Model model) Searches the pom re-defining the specified dependency to the specified version.static booleanPomHelper.setElementValue(ModifiedPomXMLEventReader pom, String parentPath, String elementName, String value) Sets the value of the given element given its parent element path.static booleanPomHelper.setElementValue(ModifiedPomXMLEventReader pom, String parentPath, String elementName, String value, boolean shouldCreate) Sets the value of the given element given its parent element path.static booleanPomHelper.setPluginVersion(ModifiedPomXMLEventReader pom, String groupId, String artifactId, String oldVersion, String newVersion) Searches the pom re-defining the specified plugin to the specified version.static booleanPomHelper.setProjectParentVersion(ModifiedPomXMLEventReader pom, String value) Searches the pom re-defining the project version to the specified version.static booleanPomHelper.setProjectVersion(ModifiedPomXMLEventReader pom, String value) Searches the pom re-defining the project version to the specified version.static booleanPomHelper.setPropertyVersion(ModifiedPomXMLEventReader pom, String profileId, String property, String value) Searches the pom re-defining the specified property to the specified version. -
Uses of ModifiedPomXMLEventReader in org.codehaus.mojo.versions.change
Methods in org.codehaus.mojo.versions.change that return ModifiedPomXMLEventReaderMethods in org.codehaus.mojo.versions.change with parameters of type ModifiedPomXMLEventReaderModifier and TypeMethodDescriptionvoidVersionChangerFactory.setPom(ModifiedPomXMLEventReader pom) Constructors in org.codehaus.mojo.versions.change with parameters of type ModifiedPomXMLEventReaderModifierConstructorDescriptionAbstractVersionChanger(org.apache.maven.model.Model model, ModifiedPomXMLEventReader pom, org.apache.maven.plugin.logging.Log log) DependencyVersionChanger(org.apache.maven.model.Model model, ModifiedPomXMLEventReader pom, org.apache.maven.plugin.logging.Log reporter) ParentVersionChanger(org.apache.maven.model.Model model, ModifiedPomXMLEventReader pom, org.apache.maven.plugin.logging.Log reporter) PluginVersionChanger(org.apache.maven.model.Model model, ModifiedPomXMLEventReader pom, org.apache.maven.plugin.logging.Log reporter) ProjectVersionChanger(org.apache.maven.model.Model model, ModifiedPomXMLEventReader pom, org.apache.maven.plugin.logging.Log reporter) -
Uses of ModifiedPomXMLEventReader in org.codehaus.mojo.versions.utils
Methods in org.codehaus.mojo.versions.utils that return ModifiedPomXMLEventReaderModifier and TypeMethodDescriptionModelNode.getModifiedPomXMLEventReader()Gets theModifiedPomXMLEventReaderinstanceConstructors in org.codehaus.mojo.versions.utils with parameters of type ModifiedPomXMLEventReaderModifierConstructorDescriptionModelNode(org.apache.maven.model.Model model, ModifiedPomXMLEventReader pom) Creates a root node (without a parent).ModelNode(ModelNode parent, org.apache.maven.model.Model model, ModifiedPomXMLEventReader pom) Creates a new instance with a parent node.