A B C D E F G H I L M N O P Q R S T U V W

A

AbstractVersionComparator - Class in org.codehaus.mojo.versions.ordering
Base class for version comparators.
AbstractVersionComparator() - Constructor for class org.codehaus.mojo.versions.ordering.AbstractVersionComparator
 
AbstractVersionDetails - Class in org.codehaus.mojo.versions.api
Base class for VersionDetails.
AbstractVersionDetails() - Constructor for class org.codehaus.mojo.versions.api.AbstractVersionDetails
 
AbstractVersionDetails(ArtifactVersion, boolean) - Constructor for class org.codehaus.mojo.versions.api.AbstractVersionDetails
 
AbstractVersionsDependencyUpdaterMojo - Class in org.codehaus.mojo.versions
Base class for a mojo that updates dependency versions.
AbstractVersionsDependencyUpdaterMojo() - Constructor for class org.codehaus.mojo.versions.AbstractVersionsDependencyUpdaterMojo
 
AbstractVersionsReport - Class in org.codehaus.mojo.versions
Base class for all versions reports.
AbstractVersionsReport() - Constructor for class org.codehaus.mojo.versions.AbstractVersionsReport
 
AbstractVersionsReportRenderer - Class in org.codehaus.mojo.versions
Base class for report renderers.
AbstractVersionsReportRenderer(Sink, String, I18N, Locale) - Constructor for class org.codehaus.mojo.versions.AbstractVersionsReportRenderer
 
AbstractVersionsUpdaterMojo - Class in org.codehaus.mojo.versions
Abstract base class for Versions Mojos.
AbstractVersionsUpdaterMojo() - Constructor for class org.codehaus.mojo.versions.AbstractVersionsUpdaterMojo
 
addRule(Rule) - Method in class org.codehaus.mojo.versions.model.RuleSet
Method addRule.
allowIncrementalUpdates - Variable in class org.codehaus.mojo.versions.UseLatestSnapshotsMojo
Whether to allow the incremental version number to be changed.
allowIncrementalUpdates - Variable in class org.codehaus.mojo.versions.UseNextSnapshotsMojo
Whether to allow the incremental version number to be changed.
allowMajorUpdates - Variable in class org.codehaus.mojo.versions.UseLatestSnapshotsMojo
Whether to allow the major version number to be changed.
allowMajorUpdates - Variable in class org.codehaus.mojo.versions.UseNextSnapshotsMojo
Whether to allow the major version number to be changed.
allowMinorUpdates - Variable in class org.codehaus.mojo.versions.UseLatestSnapshotsMojo
Whether to allow the minor version number to be changed.
allowMinorUpdates - Variable in class org.codehaus.mojo.versions.UseNextSnapshotsMojo
Whether to allow the minor version number to be changed.
allowSnapshots - Variable in class org.codehaus.mojo.versions.AbstractVersionsReport
Whether to allow snapshots when searching for the latest version of an artifact.
allowSnapshots - Variable in class org.codehaus.mojo.versions.AbstractVersionsUpdaterMojo
Whether to allow snapshots when searching for the latest version of an artifact.
alphaNumIncrement(String) - Static method in class org.codehaus.mojo.versions.ordering.VersionComparators
 
ANY - Static variable in class org.codehaus.mojo.versions.api.UpdateScope
Any version updates.
APACHE_MAVEN_PLUGINS_GROUPID - Static variable in class org.codehaus.mojo.versions.api.PomHelper
 
ArtifactAssociation - Interface in org.codehaus.mojo.versions.api
Created by IntelliJ IDEA.
artifactFactory - Variable in class org.codehaus.mojo.versions.AbstractVersionsReport
 
artifactFactory - Variable in class org.codehaus.mojo.versions.AbstractVersionsUpdaterMojo
 
artifactMetadataSource - Variable in class org.codehaus.mojo.versions.AbstractVersionsReport
The artifact metadata source to use.
artifactMetadataSource - Variable in class org.codehaus.mojo.versions.AbstractVersionsUpdaterMojo
The artifact metadata source to use.
ArtifactVersions - Class in org.codehaus.mojo.versions.api
Holds the results of a search for versions of an artifact.
ArtifactVersions(Artifact, List, VersionComparator) - Constructor for class org.codehaus.mojo.versions.api.ArtifactVersions
Creates a new ArtifactVersions instance.
asStringBuffer() - Method in class org.codehaus.mojo.versions.rewriting.ModifiedPomXMLEventReader
Returns a copy of the backing string buffer.

B

bundleName - Variable in class org.codehaus.mojo.versions.AbstractVersionsReportRenderer
The name of the bundle containing our I18n resources.

C

canGenerateReport() - Method in class org.codehaus.mojo.versions.DependencyUpdatesReport
canGenerateReport() - Method in class org.codehaus.mojo.versions.PluginUpdatesReport
canGenerateReport() - Method in class org.codehaus.mojo.versions.PropertyUpdatesReport
classifyUpdate(VersionComparator, ArtifactVersion, ArtifactVersion) - Static method in class org.codehaus.mojo.versions.api.UpdateScope
Classifies the type of update.
clearMark(int) - Method in class org.codehaus.mojo.versions.rewriting.ModifiedPomXMLEventReader
Clears the mark.
clone() - Method in class org.codehaus.mojo.versions.api.UpdateScope
Throws CloneNotSupportedException.
close() - Method in class org.codehaus.mojo.versions.rewriting.ModifiedPomXMLEventReader
CommitMojo - Class in org.codehaus.mojo.versions
Removes the initial backup of the pom, thereby accepting the changes.
CommitMojo() - Constructor for class org.codehaus.mojo.versions.CommitMojo
 
ComparableVersion - Class in org.codehaus.mojo.versions.ordering
Generic implementation of version comparison.
ComparableVersion(String) - Constructor for class org.codehaus.mojo.versions.ordering.ComparableVersion
 
compare(Object, Object) - Method in class org.codehaus.mojo.versions.ordering.AbstractVersionComparator
compare(Object, Object) - Method in class org.codehaus.mojo.versions.ordering.MavenVersionComparator
compare(Object, Object) - Method in class org.codehaus.mojo.versions.ordering.MercuryVersionComparator
compare(Object, Object) - Method in class org.codehaus.mojo.versions.ordering.NumericVersionComparator
compare(Object, Object) - Method in class org.codehaus.mojo.versions.utils.DependencyComparator
 
compare(Object, Object) - Method in class org.codehaus.mojo.versions.utils.PluginComparator
Compares to Plugin or ReportPlugin instances.
compare(Object, Object) - Method in class org.codehaus.mojo.versions.utils.PropertyComparator
Compares to Property instances.
compareTo(Object) - Method in class org.codehaus.mojo.versions.api.UpdateScope
Compares this enum with the specified object for order.
compareTo(Object) - Method in class org.codehaus.mojo.versions.ordering.ComparableVersion
 
comparisonMethod - Variable in class org.codehaus.mojo.versions.AbstractVersionsReport
The versioning rule to use when comparing versions.
containsVersion(String) - Method in class org.codehaus.mojo.versions.api.AbstractVersionDetails
 
containsVersion(String) - Method in interface org.codehaus.mojo.versions.api.VersionDetails
Returns true if the specific version is in the list of versions.
convertWildcardsToRegex(String, boolean) - Static method in class org.codehaus.mojo.versions.utils.RegexUtils
Converts a wildcard rule to a regex rule.
createArtifactVersion(String) - Method in class org.codehaus.mojo.versions.api.DefaultVersionsHelper
Creates an ArtifactVersion instance from a string.
createArtifactVersion(String) - Method in interface org.codehaus.mojo.versions.api.VersionsHelper
Creates an ArtifactVersion instance from a string.
createDependencyArtifact(String, String, VersionRange, String, String, String, boolean) - Method in class org.codehaus.mojo.versions.api.DefaultVersionsHelper
Shorthand method for getArtifactFactory().createDependencyArtifact(...).
createDependencyArtifact(String, String, VersionRange, String, String, String) - Method in class org.codehaus.mojo.versions.api.DefaultVersionsHelper
Shorthand method for getArtifactFactory().createDependencyArtifact(...).
createDependencyArtifact(Dependency) - Method in class org.codehaus.mojo.versions.api.DefaultVersionsHelper
Shorthand method for getArtifactFactory().createDependencyArtifact(...) which extracts the parameters from the Dependency instance.
createDependencyArtifact(String, String, VersionRange, String, String, String, boolean) - Method in interface org.codehaus.mojo.versions.api.VersionsHelper
Shorthand method for getArtifactFactory().createDependencyArtifact(...).
createDependencyArtifact(String, String, VersionRange, String, String, String) - Method in interface org.codehaus.mojo.versions.api.VersionsHelper
Shorthand method for getArtifactFactory().createDependencyArtifact(...).
createDependencyArtifact(Dependency) - Method in interface org.codehaus.mojo.versions.api.VersionsHelper
Shorthand method for getArtifactFactory().createDependencyArtifact(...) which extracts the parameters from the Dependency instance.
createPluginArtifact(String, String, VersionRange) - Method in class org.codehaus.mojo.versions.api.DefaultVersionsHelper
Shorthand method for getArtifactFactory().createPluginArtifact(...).
createPluginArtifact(String, String, VersionRange) - Method in interface org.codehaus.mojo.versions.api.VersionsHelper
Shorthand method for getArtifactFactory().createPluginArtifact(...).
createWagon(String, String, WagonManager, Settings, Log) - Static method in class org.codehaus.mojo.versions.utils.WagonUtils
Convenience method to create a wagon.

D

debugModules(Log, String, Collection) - Static method in class org.codehaus.mojo.versions.api.PomHelper
Outputs a debug message with a list of modules.
DefaultVersionsHelper - Class in org.codehaus.mojo.versions.api
Helper class that provides common functionality required by both the mojos and the reports.
DefaultVersionsHelper(ArtifactFactory, ArtifactMetadataSource, List, List, ArtifactRepository, WagonManager, Settings, String, String, Log, MavenSession, PathTranslator) - Constructor for class org.codehaus.mojo.versions.api.DefaultVersionsHelper
Constructs a new DefaultVersionsHelper.
DependencyComparator - Class in org.codehaus.mojo.versions.utils
A comparator used to sort dependencies by group id, artifact id and finally version.
DependencyComparator() - Constructor for class org.codehaus.mojo.versions.utils.DependencyComparator
 
DependencyUpdatesRenderer - Class in org.codehaus.mojo.versions
 
DependencyUpdatesRenderer(Sink, I18N, String, Locale, Map, Map) - Constructor for class org.codehaus.mojo.versions.DependencyUpdatesRenderer
 
DependencyUpdatesReport - Class in org.codehaus.mojo.versions
Generates a report of available updates for the dependencies of a project.
DependencyUpdatesReport() - Constructor for class org.codehaus.mojo.versions.DependencyUpdatesReport
 
determineUnchangedSegment(Boolean, Boolean, Boolean) - Method in class org.codehaus.mojo.versions.AbstractVersionsUpdaterMojo
Based on the passed flags, determines which segment is unchangable.
DisplayDependencyUpdatesMojo - Class in org.codehaus.mojo.versions
Displays all dependencies that have newer versions available.
DisplayDependencyUpdatesMojo() - Constructor for class org.codehaus.mojo.versions.DisplayDependencyUpdatesMojo
 
DisplayPluginUpdatesMojo - Class in org.codehaus.mojo.versions
Displays all plugins that have newer versions available.
DisplayPluginUpdatesMojo() - Constructor for class org.codehaus.mojo.versions.DisplayPluginUpdatesMojo
 
DisplayPropertyUpdatesMojo - Class in org.codehaus.mojo.versions
Sets properties to the latest versions of specific artifacts.
DisplayPropertyUpdatesMojo() - Constructor for class org.codehaus.mojo.versions.DisplayPropertyUpdatesMojo
 
doGenerateReport(Locale, Sink) - Method in class org.codehaus.mojo.versions.AbstractVersionsReport
generates the report.
doGenerateReport(Locale, Sink) - Method in class org.codehaus.mojo.versions.DependencyUpdatesReport
generates an empty report in case there are no sources to generate a report with
doGenerateReport(Locale, Sink) - Method in class org.codehaus.mojo.versions.PluginUpdatesReport
generates an empty report in case there are no sources to generate a report with
doGenerateReport(Locale, Sink) - Method in class org.codehaus.mojo.versions.PropertyUpdatesReport
 

E

equals(ArtifactVersion, ArtifactVersion) - Method in class org.codehaus.mojo.versions.AbstractVersionsReportRenderer
 
equals(Object) - Method in class org.codehaus.mojo.versions.api.UpdateScope
equals(Object) - Method in class org.codehaus.mojo.versions.ordering.AbstractVersionComparator
Returns true if this object is the same type of comparator as the parameter.
equals(Object) - Method in class org.codehaus.mojo.versions.ordering.ComparableVersion
 
execute() - Method in class org.codehaus.mojo.versions.AbstractVersionsUpdaterMojo
execute() - Method in class org.codehaus.mojo.versions.CommitMojo
 
execute() - Method in class org.codehaus.mojo.versions.DisplayDependencyUpdatesMojo
 
execute() - Method in class org.codehaus.mojo.versions.DisplayPluginUpdatesMojo
 
execute() - Method in class org.codehaus.mojo.versions.DisplayPropertyUpdatesMojo
 
execute() - Method in class org.codehaus.mojo.versions.HelpMojo
execute() - Method in class org.codehaus.mojo.versions.RevertMojo
 
execute() - Method in class org.codehaus.mojo.versions.SetMojo
Called when this mojo is executed.
execute() - Method in class org.codehaus.mojo.versions.UpdateChildModulesMojo
Called when this mojo is executed.
executeReport(Locale) - Method in class org.codehaus.mojo.versions.AbstractVersionsReport
extractArtifacts(Collection) - Method in class org.codehaus.mojo.versions.api.DefaultVersionsHelper
Takes a List of MavenProject instances and converts it into a Set of Artifact instances.
extractArtifacts(Collection) - Method in interface org.codehaus.mojo.versions.api.VersionsHelper
Takes a List of MavenProject instances and converts it into a Set of Artifact instances.

F

finalize() - Method in class org.codehaus.mojo.versions.api.UpdateScope
enum classes cannot have finalize methods.
findArtifact(Dependency) - Method in class org.codehaus.mojo.versions.AbstractVersionsDependencyUpdaterMojo
Try to find the dependency artifact that matches the given dependency.
findLatestVersion(Artifact, VersionRange, Boolean, boolean) - Method in class org.codehaus.mojo.versions.AbstractVersionsReport
Finds the latest version of the specified artifact that matches the version range.
findLatestVersion(Artifact, VersionRange, Boolean, boolean) - Method in class org.codehaus.mojo.versions.AbstractVersionsUpdaterMojo
Finds the latest version of the specified artifact that matches the version range.

G

getAddDefaultEntities() - Method in class org.codehaus.mojo.versions.model.io.xpp3.RuleXpp3Reader
Returns the state of the "add default entities" flag.
getAllChildModules(MavenProject, Log) - Static method in class org.codehaus.mojo.versions.api.PomHelper
Returns a set of all child modules for a project, including any defined in profiles (ignoring profile activation).
getAllChildModules(Model, Log) - Static method in class org.codehaus.mojo.versions.api.PomHelper
Returns a set of all child modules for a project, including any defined in profiles (ignoring profile activation).
getAllowSnapshots() - Method in class org.codehaus.mojo.versions.AbstractVersionsReport
 
getAllowSnapshots() - Method in class org.codehaus.mojo.versions.LinkItem
Getter for property 'allowSnapshots'.
getAllUpdates(ArtifactVersion, UpdateScope) - Method in class org.codehaus.mojo.versions.api.AbstractVersionDetails
 
getAllUpdates(ArtifactVersion, VersionRange) - Method in class org.codehaus.mojo.versions.api.AbstractVersionDetails
 
getAllUpdates(ArtifactVersion, UpdateScope, boolean) - Method in class org.codehaus.mojo.versions.api.AbstractVersionDetails
 
getAllUpdates(ArtifactVersion, VersionRange, boolean) - Method in class org.codehaus.mojo.versions.api.AbstractVersionDetails
 
getAllUpdates(UpdateScope) - Method in class org.codehaus.mojo.versions.api.AbstractVersionDetails
 
getAllUpdates(UpdateScope, boolean) - Method in class org.codehaus.mojo.versions.api.AbstractVersionDetails
 
getAllUpdates(VersionRange) - Method in class org.codehaus.mojo.versions.api.AbstractVersionDetails
 
getAllUpdates(VersionRange, boolean) - Method in class org.codehaus.mojo.versions.api.AbstractVersionDetails
 
getAllUpdates(VersionDetails, ArtifactVersion, boolean) - Method in class org.codehaus.mojo.versions.api.UpdateScope
Returns all versions newer than the specified current version within this scope.
getAllUpdates(ArtifactVersion, UpdateScope) - Method in interface org.codehaus.mojo.versions.api.VersionDetails
Returns the all versions newer than the specified current version, but within the the specified update scope.
getAllUpdates(ArtifactVersion, UpdateScope, boolean) - Method in interface org.codehaus.mojo.versions.api.VersionDetails
Returns the all versions newer than the specified current version, but within the the specified update scope.
getAllUpdates(ArtifactVersion, VersionRange) - Method in interface org.codehaus.mojo.versions.api.VersionDetails
Returns the all versions newer than the specified current version, but within the the specified update scope.
getAllUpdates(ArtifactVersion, VersionRange, boolean) - Method in interface org.codehaus.mojo.versions.api.VersionDetails
Returns the all versions newer than the specified current version, but within the the specified update scope.
getAllUpdates(UpdateScope) - Method in interface org.codehaus.mojo.versions.api.VersionDetails
Returns the all versions newer than the specified current version, but within the the specified update scope.
getAllUpdates(UpdateScope, boolean) - Method in interface org.codehaus.mojo.versions.api.VersionDetails
Returns the all versions newer than the specified current version, but within the the specified update scope.
getAllUpdates(VersionRange) - Method in interface org.codehaus.mojo.versions.api.VersionDetails
Returns the all versions newer than the specified current version, but within the the specified update scope.
getAllUpdates(VersionRange, boolean) - Method in interface org.codehaus.mojo.versions.api.VersionDetails
Returns the all versions newer than the specified current version, but within the the specified update scope.
getArtifact() - Method in interface org.codehaus.mojo.versions.api.ArtifactAssociation
 
getArtifact() - Method in class org.codehaus.mojo.versions.api.ArtifactVersions
Returns the artifact who's version information we are holding.
getArtifactFactory() - Method in class org.codehaus.mojo.versions.api.DefaultVersionsHelper
Returns the artifact factory to use.
getArtifactFactory() - Method in interface org.codehaus.mojo.versions.api.VersionsHelper
Returns the artifact factory to use.
getArtifactId() - Method in interface org.codehaus.mojo.versions.api.ArtifactAssociation
 
getArtifactId() - Method in class org.codehaus.mojo.versions.api.ArtifactVersions
Returns the artifactId of the artifact who's versions we are holding.
getArtifactId(Model) - Static method in class org.codehaus.mojo.versions.api.PomHelper
Extracts the artifactId from a raw model, interpolating from the parent if necessary.
getArtifactId() - Method in class org.codehaus.mojo.versions.LinkItem
Getter for property 'artifactId'.
getArtifactId() - Method in class org.codehaus.mojo.versions.model.Rule
Get the artifactId to which this rule applies.
getArtifactVersions() - Method in class org.codehaus.mojo.versions.PluginUpdatesDetails
 
getAssociations() - Method in class org.codehaus.mojo.versions.api.PropertyVersions
 
getBetween(int, int) - Method in class org.codehaus.mojo.versions.rewriting.ModifiedPomXMLEventReader
 
getChildModels(Map, String, String) - Static method in class org.codehaus.mojo.versions.api.PomHelper
Returns all the models that have a specified groupId and artifactId as parent.
getComparisonMethod() - Method in class org.codehaus.mojo.versions.AbstractVersionsReport
 
getComparisonMethod() - Method in class org.codehaus.mojo.versions.model.Rule
Get the comparison method that this rule specifies.
getComparisonMethod() - Method in class org.codehaus.mojo.versions.model.RuleSet
Get the comparison method to use when no rule matches.
getCurrentVersion() - Method in class org.codehaus.mojo.versions.api.AbstractVersionDetails
 
getCurrentVersion() - Method in interface org.codehaus.mojo.versions.api.VersionDetails
Retrieves the current version.
getDeclaringClass() - Method in class org.codehaus.mojo.versions.api.UpdateScope
Returns the Class object corresponding to this enum constant's enum type.
getDependencies() - Method in class org.codehaus.mojo.versions.Property
 
getDependencyVersions() - Method in class org.codehaus.mojo.versions.PluginUpdatesDetails
 
getDescription(Locale) - Method in class org.codehaus.mojo.versions.AbstractVersionsReport
 
getElementText() - Method in class org.codehaus.mojo.versions.rewriting.ModifiedPomXMLEventReader
getExpressionEvaluator(MavenProject) - Method in class org.codehaus.mojo.versions.api.DefaultVersionsHelper
Returns an ExpressionEvaluator for the specified project.
getExpressionEvaluator(MavenProject) - Method in interface org.codehaus.mojo.versions.api.VersionsHelper
Returns an ExpressionEvaluator for the specified project.
getGroupId() - Method in interface org.codehaus.mojo.versions.api.ArtifactAssociation
 
getGroupId() - Method in class org.codehaus.mojo.versions.api.ArtifactVersions
Returns the groupId of the artifact who's versions we are holding.
getGroupId(Model) - Static method in class org.codehaus.mojo.versions.api.PomHelper
Extracts the groupId from a raw model, interpolating from the parent if necessary.
getGroupId() - Method in class org.codehaus.mojo.versions.LinkItem
Getter for property 'groupId'.
getGroupId() - Method in class org.codehaus.mojo.versions.model.Rule
Get the for groupId to which this rule applies.
getHelper() - Method in class org.codehaus.mojo.versions.AbstractVersionsReport
 
getHelper() - Method in class org.codehaus.mojo.versions.AbstractVersionsUpdaterMojo
 
getI18n() - Method in class org.codehaus.mojo.versions.AbstractVersionsReport
 
getLocalRoot(MavenProjectBuilder, MavenProject, ArtifactRepository, ProfileManager, Log) - Static method in class org.codehaus.mojo.versions.api.PomHelper
Finds the local root of the specified project.
getLog() - Method in class org.codehaus.mojo.versions.api.DefaultVersionsHelper
Gets the logger used by this helper.
getLog() - Method in interface org.codehaus.mojo.versions.api.VersionsHelper
Gets the logger used by this helper.
getMarkVerbatim(int) - Method in class org.codehaus.mojo.versions.rewriting.ModifiedPomXMLEventReader
the verbatim text of the current element when ModifiedPomXMLEventReader.mark(int) was called.
getModel(Map, String, String) - Static method in class org.codehaus.mojo.versions.api.PomHelper
Returns the model that has the specified groupId and artifactId or null if no such model exists.
getModelEncoding() - Method in class org.codehaus.mojo.versions.model.RuleSet
Get the modelEncoding field.
getName(Locale) - Method in class org.codehaus.mojo.versions.AbstractVersionsReport
 
getName() - Method in class org.codehaus.mojo.versions.api.PropertyVersions
 
getName() - Method in class org.codehaus.mojo.versions.Property
 
getNewerVersions(String, boolean) - Method in class org.codehaus.mojo.versions.api.AbstractVersionDetails
 
getNewestUpdate(ArtifactVersion, UpdateScope) - Method in class org.codehaus.mojo.versions.api.AbstractVersionDetails
 
getNewestUpdate(ArtifactVersion, VersionRange) - Method in class org.codehaus.mojo.versions.api.AbstractVersionDetails
 
getNewestUpdate(ArtifactVersion, UpdateScope, boolean) - Method in class org.codehaus.mojo.versions.api.AbstractVersionDetails
 
getNewestUpdate(ArtifactVersion, VersionRange, boolean) - Method in class org.codehaus.mojo.versions.api.AbstractVersionDetails
 
getNewestUpdate(UpdateScope) - Method in class org.codehaus.mojo.versions.api.AbstractVersionDetails
 
getNewestUpdate(UpdateScope, boolean) - Method in class org.codehaus.mojo.versions.api.AbstractVersionDetails
 
getNewestUpdate(VersionRange) - Method in class org.codehaus.mojo.versions.api.AbstractVersionDetails
 
getNewestUpdate(VersionRange, boolean) - Method in class org.codehaus.mojo.versions.api.AbstractVersionDetails
 
getNewestUpdate(VersionDetails, ArtifactVersion, boolean) - Method in class org.codehaus.mojo.versions.api.UpdateScope
Returns the newest version after the specified current version within this scope.
getNewestUpdate(ArtifactVersion, UpdateScope) - Method in interface org.codehaus.mojo.versions.api.VersionDetails
Returns the newest version newer than the specified current version, but within the the specified update scope or null if no such version exists.
getNewestUpdate(ArtifactVersion, UpdateScope, boolean) - Method in interface org.codehaus.mojo.versions.api.VersionDetails
Returns the newest version newer than the specified current version, but within the the specified update scope or null if no such version exists.
getNewestUpdate(ArtifactVersion, VersionRange) - Method in interface org.codehaus.mojo.versions.api.VersionDetails
Returns the newest version newer than the specified current version, but within the the specified update scope or null if no such version exists.
getNewestUpdate(ArtifactVersion, VersionRange, boolean) - Method in interface org.codehaus.mojo.versions.api.VersionDetails
Returns the newest version newer than the specified current version, but within the the specified update scope or null if no such version exists.
getNewestUpdate(UpdateScope) - Method in interface org.codehaus.mojo.versions.api.VersionDetails
Returns the newest version newer than the specified current version, but within the the specified update scope or null if no such version exists.
getNewestUpdate(UpdateScope, boolean) - Method in interface org.codehaus.mojo.versions.api.VersionDetails
Returns the newest version newer than the specified current version, but within the the specified update scope or null if no such version exists.
getNewestUpdate(VersionRange) - Method in interface org.codehaus.mojo.versions.api.VersionDetails
Returns the newest version newer than the specified current version, but within the the specified update scope or null if no such version exists.
getNewestUpdate(VersionRange, boolean) - Method in interface org.codehaus.mojo.versions.api.VersionDetails
Returns the newest version newer than the specified current version, but within the the specified update scope or null if no such version exists.
getNewestVersion(ArtifactVersion, ArtifactVersion) - Method in class org.codehaus.mojo.versions.api.AbstractVersionDetails
 
getNewestVersion(ArtifactVersion, ArtifactVersion, boolean) - Method in class org.codehaus.mojo.versions.api.AbstractVersionDetails
 
getNewestVersion(VersionRange, ArtifactVersion, ArtifactVersion, boolean, boolean, boolean) - Method in class org.codehaus.mojo.versions.api.AbstractVersionDetails
 
getNewestVersion(ArtifactVersion, ArtifactVersion, boolean, boolean, boolean) - Method in class org.codehaus.mojo.versions.api.AbstractVersionDetails
 
getNewestVersion(VersionRange, boolean) - Method in class org.codehaus.mojo.versions.api.AbstractVersionDetails
 
getNewestVersion(String, Property, Boolean, List, VersionsHelper) - Method in class org.codehaus.mojo.versions.api.PropertyVersions
 
getNewestVersion(ArtifactVersion, ArtifactVersion) - Method in interface org.codehaus.mojo.versions.api.VersionDetails
Returns the latest version newer than the specified lowerBound, but less than the specified upper bound or null if no such version exists.
getNewestVersion(ArtifactVersion, ArtifactVersion, boolean) - Method in interface org.codehaus.mojo.versions.api.VersionDetails
Returns the latest version newer than the specified lowerBound, but less than the specified upper bound or null if no such version exists.
getNewestVersion(ArtifactVersion, ArtifactVersion, boolean, boolean, boolean) - Method in interface org.codehaus.mojo.versions.api.VersionDetails
Returns the latest version newer than the specified current version, but less than the specified upper bound or null if no such version exists.
getNewestVersion(VersionRange, ArtifactVersion, ArtifactVersion, boolean, boolean, boolean) - Method in interface org.codehaus.mojo.versions.api.VersionDetails
Returns the latest version newer than the specified current version, but less than the specified upper bound or null if no such version exists.
getNewestVersion(VersionRange, boolean) - Method in interface org.codehaus.mojo.versions.api.VersionDetails
Returns the latest version within the specified version range or null if no such version exists.
getOldestUpdate(ArtifactVersion, UpdateScope) - Method in class org.codehaus.mojo.versions.api.AbstractVersionDetails
 
getOldestUpdate(ArtifactVersion, VersionRange) - Method in class org.codehaus.mojo.versions.api.AbstractVersionDetails
 
getOldestUpdate(ArtifactVersion, UpdateScope, boolean) - Method in class org.codehaus.mojo.versions.api.AbstractVersionDetails
 
getOldestUpdate(ArtifactVersion, VersionRange, boolean) - Method in class org.codehaus.mojo.versions.api.AbstractVersionDetails
 
getOldestUpdate(UpdateScope) - Method in class org.codehaus.mojo.versions.api.AbstractVersionDetails
 
getOldestUpdate(UpdateScope, boolean) - Method in class org.codehaus.mojo.versions.api.AbstractVersionDetails
 
getOldestUpdate(VersionRange) - Method in class org.codehaus.mojo.versions.api.AbstractVersionDetails
 
getOldestUpdate(VersionRange, boolean) - Method in class org.codehaus.mojo.versions.api.AbstractVersionDetails
 
getOldestUpdate(VersionDetails, ArtifactVersion, boolean) - Method in class org.codehaus.mojo.versions.api.UpdateScope
Returns the next version after the specified current version within this scope.
getOldestUpdate(ArtifactVersion, UpdateScope) - Method in interface org.codehaus.mojo.versions.api.VersionDetails
Returns the oldest version newer than the specified current version, but within the the specified update scope or null if no such version exists.
getOldestUpdate(ArtifactVersion, UpdateScope, boolean) - Method in interface org.codehaus.mojo.versions.api.VersionDetails
Returns the oldest version newer than the specified current version, but within the the specified update scope or null if no such version exists.
getOldestUpdate(ArtifactVersion, VersionRange) - Method in interface org.codehaus.mojo.versions.api.VersionDetails
Returns the oldest version newer than the specified current version, but within the the specified update scope or null if no such version exists.
getOldestUpdate(ArtifactVersion, VersionRange, boolean) - Method in interface org.codehaus.mojo.versions.api.VersionDetails
Returns the oldest version newer than the specified current version, but within the the specified update scope or null if no such version exists.
getOldestUpdate(UpdateScope) - Method in interface org.codehaus.mojo.versions.api.VersionDetails
Returns the oldest version newer than the current version, but within the the specified update scope or null if no such version exists.
getOldestUpdate(UpdateScope, boolean) - Method in interface org.codehaus.mojo.versions.api.VersionDetails
Returns the oldest version newer than the specified current version, but within the the specified update scope or null if no such version exists.
getOldestUpdate(VersionRange) - Method in interface org.codehaus.mojo.versions.api.VersionDetails
Returns the oldest version newer than the current version, but within the the specified update scope or null if no such version exists.
getOldestUpdate(VersionRange, boolean) - Method in interface org.codehaus.mojo.versions.api.VersionDetails
Returns the oldest version newer than the specified current version, but within the the specified update scope or null if no such version exists.
getOldestVersion(ArtifactVersion, ArtifactVersion) - Method in class org.codehaus.mojo.versions.api.AbstractVersionDetails
 
getOldestVersion(VersionRange, boolean) - Method in class org.codehaus.mojo.versions.api.AbstractVersionDetails
 
getOldestVersion(ArtifactVersion, ArtifactVersion, boolean) - Method in class org.codehaus.mojo.versions.api.AbstractVersionDetails
 
getOldestVersion(ArtifactVersion, ArtifactVersion, boolean, boolean, boolean) - Method in class org.codehaus.mojo.versions.api.AbstractVersionDetails
 
getOldestVersion(VersionRange, ArtifactVersion, ArtifactVersion, boolean, boolean, boolean) - Method in class org.codehaus.mojo.versions.api.AbstractVersionDetails
 
getOldestVersion(ArtifactVersion, ArtifactVersion) - Method in interface org.codehaus.mojo.versions.api.VersionDetails
Returns the oldest version after the specified lowerBound, but less than the specified upper bound or null if no such version exists.
getOldestVersion(VersionRange, boolean) - Method in interface org.codehaus.mojo.versions.api.VersionDetails
Returns the oldest version within the specified version range or null if no such version exists.
getOldestVersion(ArtifactVersion, ArtifactVersion, boolean) - Method in interface org.codehaus.mojo.versions.api.VersionDetails
Returns the oldest version newer than the specified lower bound, but less than the specified upper bound or null if no such version exists.
getOldestVersion(ArtifactVersion, ArtifactVersion, boolean, boolean, boolean) - Method in interface org.codehaus.mojo.versions.api.VersionDetails
Returns the oldest version within the specified bounds or null if no such version exists.
getOldestVersion(VersionRange, ArtifactVersion, ArtifactVersion, boolean, boolean, boolean) - Method in interface org.codehaus.mojo.versions.api.VersionDetails
Returns the oldest version within the specified bounds or null if no such version exists.
getOutputDirectory() - Method in class org.codehaus.mojo.versions.AbstractVersionsReport
 
getOutputName() - Method in class org.codehaus.mojo.versions.DependencyUpdatesReport
getOutputName() - Method in class org.codehaus.mojo.versions.PluginUpdatesReport
getOutputName() - Method in class org.codehaus.mojo.versions.PropertyUpdatesReport
getPeekVerbatim() - Method in class org.codehaus.mojo.versions.rewriting.ModifiedPomXMLEventReader
Returns the verbatim text of the element returned by ModifiedPomXMLEventReader.peek().
getPhaseToLifecycleMap(List) - Method in class org.codehaus.mojo.versions.DisplayPluginUpdatesMojo
Gets the phase to lifecycle map.
getProfileId() - Method in class org.codehaus.mojo.versions.api.PropertyVersions
 
getProject() - Method in class org.codehaus.mojo.versions.AbstractVersionsReport
 
getProject() - Method in class org.codehaus.mojo.versions.AbstractVersionsUpdaterMojo
Getter for property 'project'.
getProjectParent(ModifiedPomXMLEventReader, VersionsHelper) - Static method in class org.codehaus.mojo.versions.api.PomHelper
Gets the parent artifact from the pom.
getProjectVersion(ModifiedPomXMLEventReader) - Static method in class org.codehaus.mojo.versions.api.PomHelper
Retrieves the project version from the pom.
getProperty() - Method in class org.codehaus.mojo.versions.LinkItem
Getter for property 'property'.
getProperty(String) - Method in class org.codehaus.mojo.versions.rewriting.ModifiedPomXMLEventReader
getPropertyValue(StringBuffer, String) - Method in class org.codehaus.mojo.versions.AbstractVersionsUpdaterMojo
Gets the property value that is defined in the pom.
getPropertyVersionsBuilders(VersionsHelper, MavenProject) - Static method in class org.codehaus.mojo.versions.api.PomHelper
Examines the project to find any properties which are associated with versions of artifacts in the project.
getProxyInfo(Settings) - Static method in class org.codehaus.mojo.versions.utils.WagonUtils
Convenience method to convert the Proxy object from a Settings into a ProxyInfo.
getRawModel(MavenProject) - Static method in class org.codehaus.mojo.versions.api.PomHelper
Gets the raw model before any interpolation what-so-ever.
getRawModel(File) - Static method in class org.codehaus.mojo.versions.api.PomHelper
Gets the raw model before any interpolation what-so-ever.
getRawModel(ModifiedPomXMLEventReader) - Static method in class org.codehaus.mojo.versions.api.PomHelper
Gets the current raw model before any interpolation what-so-ever.
getReactorModels(MavenProject, Log) - Static method in class org.codehaus.mojo.versions.api.PomHelper
Builds a map of raw models keyed by module path.
getReactorParentCount(Map, Model) - Static method in class org.codehaus.mojo.versions.api.PomHelper
Returns a count of how many parents a model has in the reactor.
getResolver() - Method in class org.codehaus.mojo.versions.AbstractVersionsReport
 
getRules() - Method in class org.codehaus.mojo.versions.model.RuleSet
Method getRules.
getSegmentCount(ArtifactVersion) - Method in class org.codehaus.mojo.versions.ordering.AbstractVersionComparator
Returns the number of segments specified or specifiable in the supplied artifact version.
getSegmentCount(ArtifactVersion) - Method in interface org.codehaus.mojo.versions.ordering.VersionComparator
Returns the number of segments specified or specifiable in the supplied artifact version.
getSiteRenderer() - Method in class org.codehaus.mojo.versions.AbstractVersionsReport
 
getText(Locale, String) - Method in class org.codehaus.mojo.versions.AbstractVersionsReport
Gets the localized message for this report.
getText(String) - Method in class org.codehaus.mojo.versions.AbstractVersionsReportRenderer
Gets the localized message for this report.
getTitle() - Method in class org.codehaus.mojo.versions.AbstractVersionsReportRenderer
 
getVerbatim() - Method in class org.codehaus.mojo.versions.rewriting.ModifiedPomXMLEventReader
Getter for property 'verbatim'.
getVersion(Model) - Static method in class org.codehaus.mojo.versions.api.PomHelper
Extracts the version from a raw model, interpolating from the parent if necessary.
getVersion() - Method in class org.codehaus.mojo.versions.LinkItem
Getter for property 'version'.
getVersion() - Method in class org.codehaus.mojo.versions.Property
 
getVersionComparator() - Method in class org.codehaus.mojo.versions.api.ArtifactVersions
 
getVersionComparator(Artifact) - Method in class org.codehaus.mojo.versions.api.DefaultVersionsHelper
Returns the version comparator to use for the specified artifact.
getVersionComparator(String, String) - Method in class org.codehaus.mojo.versions.api.DefaultVersionsHelper
Returns the version comparator to use for the specified groupId and artifactId.
getVersionComparator() - Method in class org.codehaus.mojo.versions.api.PropertyVersions
Gets the rule for version comparison of this artifact.
getVersionComparator() - Method in interface org.codehaus.mojo.versions.api.VersionDetails
Gets the rule for version comparison of this artifact.
getVersionComparator(Artifact) - Method in interface org.codehaus.mojo.versions.api.VersionsHelper
Returns the version comparator to use for the specified artifact.
getVersionComparator(String, String) - Method in interface org.codehaus.mojo.versions.api.VersionsHelper
Returns the version comparator to use for the specified groupId and artifactId.
getVersionComparator(String) - Static method in class org.codehaus.mojo.versions.ordering.VersionComparators
Returns the version comparator to use.
getVersionPropertiesMap(MavenProject, Property[], String, String, boolean) - Method in class org.codehaus.mojo.versions.api.DefaultVersionsHelper
Returns a map of PropertyVersions values keyed by Property instances consisting of the properties defined in the project which are associated with version information.
getVersionPropertiesMap(MavenProject, Property[], String, String, boolean) - Method in interface org.codehaus.mojo.versions.api.VersionsHelper
Returns a map of PropertyVersions values keyed by Property instances consisting of the properties defined in the project which are associated with version information.
getVersions() - Method in class org.codehaus.mojo.versions.api.AbstractVersionDetails
 
getVersions(boolean) - Method in class org.codehaus.mojo.versions.api.AbstractVersionDetails
 
getVersions(VersionRange, boolean) - Method in class org.codehaus.mojo.versions.api.AbstractVersionDetails
 
getVersions(ArtifactVersion, ArtifactVersion) - Method in class org.codehaus.mojo.versions.api.AbstractVersionDetails
 
getVersions(ArtifactVersion, ArtifactVersion, boolean) - Method in class org.codehaus.mojo.versions.api.AbstractVersionDetails
 
getVersions(ArtifactVersion, ArtifactVersion, boolean, boolean, boolean) - Method in class org.codehaus.mojo.versions.api.AbstractVersionDetails
 
getVersions(VersionRange, ArtifactVersion, ArtifactVersion, boolean, boolean, boolean) - Method in class org.codehaus.mojo.versions.api.AbstractVersionDetails
 
getVersions(boolean) - Method in class org.codehaus.mojo.versions.api.ArtifactVersions
 
getVersions(Collection) - Method in class org.codehaus.mojo.versions.api.PropertyVersions
Uses the supplied Collection of Artifact instances to see if an ArtifactVersion can be provided.
getVersions(boolean) - Method in class org.codehaus.mojo.versions.api.PropertyVersions
Uses the DefaultVersionsHelper to find all available versions that match all the associations with this property.
getVersions() - Method in interface org.codehaus.mojo.versions.api.VersionDetails
Returns all the available versions in increasing order.
getVersions(boolean) - Method in interface org.codehaus.mojo.versions.api.VersionDetails
Returns all available versions in increasing order.
getVersions(VersionRange, boolean) - Method in interface org.codehaus.mojo.versions.api.VersionDetails
Returns all available versions within the specified version range.
getVersions(ArtifactVersion, ArtifactVersion) - Method in interface org.codehaus.mojo.versions.api.VersionDetails
Returns all available versions within the specified bounds.
getVersions(ArtifactVersion, ArtifactVersion, boolean) - Method in interface org.codehaus.mojo.versions.api.VersionDetails
Returns all available versions within the specified bounds.
getVersions(ArtifactVersion, ArtifactVersion, boolean, boolean, boolean) - Method in interface org.codehaus.mojo.versions.api.VersionDetails
Returns all available versions within the specified bounds.
getVersions(VersionRange, ArtifactVersion, ArtifactVersion, boolean, boolean, boolean) - Method in interface org.codehaus.mojo.versions.api.VersionDetails
Returns all available versions within the specified bounds.
getWildcardScore(String) - Static method in class org.codehaus.mojo.versions.utils.RegexUtils
 

H

hashCode() - Method in class org.codehaus.mojo.versions.api.UpdateScope
hashCode() - Method in class org.codehaus.mojo.versions.ordering.AbstractVersionComparator
Returns a hash code value for the comparator class.
hashCode() - Method in class org.codehaus.mojo.versions.ordering.ComparableVersion
 
hasMark(int) - Method in class org.codehaus.mojo.versions.rewriting.ModifiedPomXMLEventReader
Returns true if the specified mark is defined.
hasNext() - Method in class org.codehaus.mojo.versions.rewriting.ModifiedPomXMLEventReader
HelpMojo - Class in org.codehaus.mojo.versions
Display help information on versions-maven-plugin.
Call
HelpMojo() - Constructor for class org.codehaus.mojo.versions.HelpMojo
 

I

i18n - Variable in class org.codehaus.mojo.versions.AbstractVersionsReportRenderer
Internationalization component.
INCREMENTAL - Static variable in class org.codehaus.mojo.versions.api.UpdateScope
Incremental version updates, that is the third segment of the version number, for example 1.0.0.15 to 1.0.1.0.
incrementSegment(ArtifactVersion, int) - Method in class org.codehaus.mojo.versions.ordering.AbstractVersionComparator
Increment the specified segment of the supplied version.
incrementSegment(ArtifactVersion, int) - Method in interface org.codehaus.mojo.versions.ordering.VersionComparator
Increment the specified segment of the supplied version.
innerGetSegmentCount(ArtifactVersion) - Method in class org.codehaus.mojo.versions.ordering.AbstractVersionComparator
 
innerGetSegmentCount(ArtifactVersion) - Method in class org.codehaus.mojo.versions.ordering.MavenVersionComparator
innerGetSegmentCount(ArtifactVersion) - Method in class org.codehaus.mojo.versions.ordering.MercuryVersionComparator
 
innerGetSegmentCount(ArtifactVersion) - Method in class org.codehaus.mojo.versions.ordering.NumericVersionComparator
innerIncrementSegment(ArtifactVersion, int) - Method in class org.codehaus.mojo.versions.ordering.AbstractVersionComparator
 
innerIncrementSegment(ArtifactVersion, int) - Method in class org.codehaus.mojo.versions.ordering.MavenVersionComparator
innerIncrementSegment(ArtifactVersion, int) - Method in class org.codehaus.mojo.versions.ordering.MercuryVersionComparator
 
innerIncrementSegment(ArtifactVersion, int) - Method in class org.codehaus.mojo.versions.ordering.NumericVersionComparator
isArtifactUpdateAvailable() - Method in class org.codehaus.mojo.versions.PluginUpdatesDetails
 
isAssociated() - Method in class org.codehaus.mojo.versions.api.PropertyVersions
 
isAutoLinkDependencies() - Method in class org.codehaus.mojo.versions.Property
 
isBanSnapshots() - Method in class org.codehaus.mojo.versions.Property
 
isCurrentVersionDefined() - Method in class org.codehaus.mojo.versions.api.AbstractVersionDetails
 
isCurrentVersionDefined() - Method in interface org.codehaus.mojo.versions.api.VersionDetails
Returns true if and only if getCurrentVersion() != null.
isDependencyUpdateAvailable() - Method in class org.codehaus.mojo.versions.PluginUpdatesDetails
 
isExcludeReactor() - Method in class org.codehaus.mojo.versions.AbstractVersionsDependencyUpdaterMojo
Should the artifacts produced in the current reactor be excluded from processing.
isExternalReport() - Method in class org.codehaus.mojo.versions.DependencyUpdatesReport
isExternalReport() - Method in class org.codehaus.mojo.versions.PluginUpdatesReport
isExternalReport() - Method in class org.codehaus.mojo.versions.PropertyUpdatesReport
isIncluded(Artifact) - Method in class org.codehaus.mojo.versions.AbstractVersionsDependencyUpdaterMojo
Determine if the artifact is included in the list of artifacts to be processed.
isIncludeSnapshots() - Method in class org.codehaus.mojo.versions.api.AbstractVersionDetails
 
isIncludeSnapshots() - Method in interface org.codehaus.mojo.versions.api.VersionDetails
 
isModified() - Method in class org.codehaus.mojo.versions.rewriting.ModifiedPomXMLEventReader
Getter for property 'modified'.
isPreferReactor() - Method in class org.codehaus.mojo.versions.Property
 
isProcessingDependencies() - Method in class org.codehaus.mojo.versions.AbstractVersionsDependencyUpdaterMojo
Should the project/dependencies section of the pom be processed.
isProcessingDependencies() - Method in class org.codehaus.mojo.versions.DisplayDependencyUpdatesMojo
 
isProcessingDependencyManagement() - Method in class org.codehaus.mojo.versions.AbstractVersionsDependencyUpdaterMojo
Should the project/dependencyManagement section of the pom be processed.
isProcessingDependencyManagement() - Method in class org.codehaus.mojo.versions.DisplayDependencyUpdatesMojo
 
isProducedByReactor(Dependency) - Method in class org.codehaus.mojo.versions.AbstractVersionsDependencyUpdaterMojo
Returns true if the dependency is produced by the current reactor.
isSearchReactor() - Method in class org.codehaus.mojo.versions.Property
 
isUpdateAvailable() - Method in class org.codehaus.mojo.versions.PluginUpdatesDetails
 
isUsePluginRepositories() - Method in interface org.codehaus.mojo.versions.api.ArtifactAssociation
 

L

LinkItem - Class in org.codehaus.mojo.versions
LinkItem represents information specified for a linked artifact version manged through a property.
LinkItem() - Constructor for class org.codehaus.mojo.versions.LinkItem
Constructs a new LinkItem.
locale - Variable in class org.codehaus.mojo.versions.AbstractVersionsReportRenderer
The locale we are rendering for.
localRepository - Variable in class org.codehaus.mojo.versions.AbstractVersionsReport
 
localRepository - Variable in class org.codehaus.mojo.versions.AbstractVersionsUpdaterMojo
 
LockSnapshotsMojo - Class in org.codehaus.mojo.versions
Attempts to resolve unlocked snapshot dependency versions to the locked timestamp versions used in the build.
LockSnapshotsMojo() - Constructor for class org.codehaus.mojo.versions.LockSnapshotsMojo
 
lookupArtifactUpdates(Artifact, Boolean, boolean) - Method in class org.codehaus.mojo.versions.api.DefaultVersionsHelper
Looks up the updates of an artifact.
lookupArtifactUpdates(Artifact, Boolean, boolean) - Method in interface org.codehaus.mojo.versions.api.VersionsHelper
Looks up the updates of an artifact.
lookupArtifactVersions(Artifact, boolean) - Method in class org.codehaus.mojo.versions.api.DefaultVersionsHelper
Looks up the versions of the specified artifact that are available in either the local repository, or the appropriate remote repositories.
lookupArtifactVersions(Artifact, boolean) - Method in interface org.codehaus.mojo.versions.api.VersionsHelper
Looks up the versions of the specified artifact that are available in either the local repository, or the appropriate remote repositories.
lookupDependenciesUpdates(Set, boolean) - Method in class org.codehaus.mojo.versions.api.DefaultVersionsHelper
Looks up the updates for a set of dependencies.
lookupDependenciesUpdates(Set, boolean) - Method in interface org.codehaus.mojo.versions.api.VersionsHelper
Looks up the updates for a set of dependencies.
lookupDependencyUpdates(Dependency, boolean) - Method in class org.codehaus.mojo.versions.api.DefaultVersionsHelper
Creates an ArtifactVersions instance from a dependency.
lookupDependencyUpdates(Dependency, boolean) - Method in interface org.codehaus.mojo.versions.api.VersionsHelper
Creates an ArtifactVersions instance from a dependency.
lookupPluginsUpdates(Set, Boolean) - Method in class org.codehaus.mojo.versions.api.DefaultVersionsHelper
Looks up the updates for a set of plugins.
lookupPluginsUpdates(Set, Boolean) - Method in interface org.codehaus.mojo.versions.api.VersionsHelper
Looks up the updates for a set of plugins.
lookupPluginUpdates(Plugin, Boolean) - Method in class org.codehaus.mojo.versions.api.DefaultVersionsHelper
Looks up the updates for a plugin.
lookupPluginUpdates(Plugin, Boolean) - Method in interface org.codehaus.mojo.versions.api.VersionsHelper
Looks up the updates for a plugin.

M

MAJOR - Static variable in class org.codehaus.mojo.versions.api.UpdateScope
Major version updates, that is the first segment of the version number, for example 1.0.0.15 to 2.0.0.0.
mark(int) - Method in class org.codehaus.mojo.versions.rewriting.ModifiedPomXMLEventReader
Sets a mark to the current event.
matchRangeRegex - Variable in class org.codehaus.mojo.versions.ResolveRangesMojo
Pattern to match a version range.
matchSnapshotRegex - Variable in class org.codehaus.mojo.versions.LockSnapshotsMojo
Pattern to match a timestamped snapshot version.
matchSnapshotRegex - Variable in class org.codehaus.mojo.versions.UnlockSnapshotsMojo
Pattern to match a timestamped snapshot version.
matchSnapshotRegex - Variable in class org.codehaus.mojo.versions.UseLatestReleasesMojo
Pattern to match a snapshot version.
matchSnapshotRegex - Variable in class org.codehaus.mojo.versions.UseLatestSnapshotsMojo
Pattern to match a snapshot version.
matchSnapshotRegex - Variable in class org.codehaus.mojo.versions.UseNextReleasesMojo
Pattern to match a snapshot version.
matchSnapshotRegex - Variable in class org.codehaus.mojo.versions.UseNextSnapshotsMojo
Pattern to match a snapshot version.
matchSnapshotRegex - Variable in class org.codehaus.mojo.versions.UseReleasesMojo
Pattern to match a snapshot version.
MavenVersionComparator - Class in org.codehaus.mojo.versions.ordering
A comparator which uses Maven's version rules, i.e.
MavenVersionComparator() - Constructor for class org.codehaus.mojo.versions.ordering.MavenVersionComparator
 
MercuryVersionComparator - Class in org.codehaus.mojo.versions.ordering
A comparator which uses Mercury's version rules.
MercuryVersionComparator() - Constructor for class org.codehaus.mojo.versions.ordering.MercuryVersionComparator
 
MINOR - Static variable in class org.codehaus.mojo.versions.api.UpdateScope
Minor version updates, that is the second segment of the version number, for example 1.0.0.15 to 1.1.0.0.
ModifiedPomXMLEventReader - Class in org.codehaus.mojo.versions.rewriting
Represents the modified pom file.
ModifiedPomXMLEventReader(StringBuffer, XMLInputFactory) - Constructor for class org.codehaus.mojo.versions.rewriting.ModifiedPomXMLEventReader
Constructor ModifiedPomXMLEventReader creates a new ModifiedPomXMLEventReader instance.

N

name() - Method in class org.codehaus.mojo.versions.api.UpdateScope
Returns the name of this enum constant, exactly as declared in its enum declaration.
newModifiedPomXER(StringBuffer) - Method in class org.codehaus.mojo.versions.AbstractVersionsUpdaterMojo
Creates a ModifiedPomXMLEventReader from a StringBuffer.
next() - Method in class org.codehaus.mojo.versions.rewriting.ModifiedPomXMLEventReader
nextEvent() - Method in class org.codehaus.mojo.versions.rewriting.ModifiedPomXMLEventReader
nextTag() - Method in class org.codehaus.mojo.versions.rewriting.ModifiedPomXMLEventReader
NumericVersionComparator - Class in org.codehaus.mojo.versions.ordering
A comparator which will compare all segments of a dot separated version string as numbers if possible, i.e.
NumericVersionComparator() - Constructor for class org.codehaus.mojo.versions.ordering.NumericVersionComparator
 

O

ordinal() - Method in class org.codehaus.mojo.versions.api.UpdateScope
Returns the ordinal of this enumeration constant (its position in its enum declaration, where the initial constant is assigned an ordinal of zero).
org.codehaus.mojo.versions - package org.codehaus.mojo.versions
 
org.codehaus.mojo.versions.api - package org.codehaus.mojo.versions.api
 
org.codehaus.mojo.versions.model - package org.codehaus.mojo.versions.model
 
org.codehaus.mojo.versions.model.io.xpp3 - package org.codehaus.mojo.versions.model.io.xpp3
 
org.codehaus.mojo.versions.ordering - package org.codehaus.mojo.versions.ordering
 
org.codehaus.mojo.versions.rewriting - package org.codehaus.mojo.versions.rewriting
 
org.codehaus.mojo.versions.utils - package org.codehaus.mojo.versions.utils
 

P

parentVersion - Variable in class org.codehaus.mojo.versions.UpdateParentMojo
Version specification to control artifact resolution.
parse() - Method in class org.codehaus.mojo.versions.rewriting.ModifiedPomXMLEventReader
 
parseVersion(String) - Method in class org.codehaus.mojo.versions.ordering.ComparableVersion
 
pathTranslator - Variable in class org.codehaus.mojo.versions.AbstractVersionsReport
 
pathTranslator - Variable in class org.codehaus.mojo.versions.AbstractVersionsUpdaterMojo
 
peek() - Method in class org.codehaus.mojo.versions.rewriting.ModifiedPomXMLEventReader
PluginComparator - Class in org.codehaus.mojo.versions.utils
A comparator used to sort plugins and report plugins by group id, artifact id and finally version.
PluginComparator() - Constructor for class org.codehaus.mojo.versions.utils.PluginComparator
 
PluginUpdatesDetails - Class in org.codehaus.mojo.versions
Details of a plugin's updates.
PluginUpdatesDetails(ArtifactVersions, Map, boolean) - Constructor for class org.codehaus.mojo.versions.PluginUpdatesDetails
 
PluginUpdatesRenderer - Class in org.codehaus.mojo.versions
 
PluginUpdatesRenderer(Sink, I18N, String, Locale, Map, Map) - Constructor for class org.codehaus.mojo.versions.PluginUpdatesRenderer
 
PluginUpdatesReport - Class in org.codehaus.mojo.versions
Generates a report of available updates for the dependencies of a project.
PluginUpdatesReport() - Constructor for class org.codehaus.mojo.versions.PluginUpdatesReport
 
PomHelper - Class in org.codehaus.mojo.versions.api
Helper class for modifying pom files.
PomHelper() - Constructor for class org.codehaus.mojo.versions.api.PomHelper
 
process(File) - Method in class org.codehaus.mojo.versions.AbstractVersionsUpdaterMojo
Processes the specified file.
processDependencies - Variable in class org.codehaus.mojo.versions.DisplayDependencyUpdatesMojo
 
processDependencyManagement - Variable in class org.codehaus.mojo.versions.DisplayDependencyUpdatesMojo
 
projectBuilder - Variable in class org.codehaus.mojo.versions.AbstractVersionsUpdaterMojo
 
Property - Class in org.codehaus.mojo.versions
Represents an association between properties and dependencies.
Property() - Constructor for class org.codehaus.mojo.versions.Property
 
Property(String) - Constructor for class org.codehaus.mojo.versions.Property
 
PropertyComparator - Class in org.codehaus.mojo.versions.utils
A comparator used to sort Property instances.
PropertyComparator() - Constructor for class org.codehaus.mojo.versions.utils.PropertyComparator
 
PropertyUpdatesRenderer - Class in org.codehaus.mojo.versions
 
PropertyUpdatesRenderer(Sink, I18N, String, Locale, Map) - Constructor for class org.codehaus.mojo.versions.PropertyUpdatesRenderer
 
PropertyUpdatesReport - Class in org.codehaus.mojo.versions
Generates a report of available updates for properties of a project which are linked to the dependencies and/or plugins of a project.
PropertyUpdatesReport() - Constructor for class org.codehaus.mojo.versions.PropertyUpdatesReport
 
PropertyVersions - Class in org.codehaus.mojo.versions.api
Manages a property that is associated with one or more artifacts.

Q

quote(String) - Static method in class org.codehaus.mojo.versions.utils.RegexUtils
Takes a string and returns the regex that will match that string exactly.

R

reactorProjects - Variable in class org.codehaus.mojo.versions.AbstractVersionsUpdaterMojo
 
read(Reader, boolean) - Method in class org.codehaus.mojo.versions.model.io.xpp3.RuleXpp3Reader
 
read(Reader) - Method in class org.codehaus.mojo.versions.model.io.xpp3.RuleXpp3Reader
 
read(InputStream, boolean) - Method in class org.codehaus.mojo.versions.model.io.xpp3.RuleXpp3Reader
Method read.
read(InputStream) - Method in class org.codehaus.mojo.versions.model.io.xpp3.RuleXpp3Reader
Method read.
readXmlFile(File) - Static method in class org.codehaus.mojo.versions.api.PomHelper
Reads a file into a String.
REGEX_QUOTE_END - Static variable in class org.codehaus.mojo.versions.utils.RegexUtils
The end of a regex literal sequence.
REGEX_QUOTE_END_ESCAPED - Static variable in class org.codehaus.mojo.versions.utils.RegexUtils
Escape the escapes.
REGEX_QUOTE_START - Static variable in class org.codehaus.mojo.versions.utils.RegexUtils
The start of a regex literal sequence.
RegexUtils - Class in org.codehaus.mojo.versions.utils
Utility methods to help with regex manipulation.
remoteArtifactRepositories - Variable in class org.codehaus.mojo.versions.AbstractVersionsReport
 
remoteArtifactRepositories - Variable in class org.codehaus.mojo.versions.AbstractVersionsUpdaterMojo
 
remotePluginRepositories - Variable in class org.codehaus.mojo.versions.AbstractVersionsReport
 
remotePluginRepositories - Variable in class org.codehaus.mojo.versions.AbstractVersionsUpdaterMojo
 
remove() - Method in class org.codehaus.mojo.versions.rewriting.ModifiedPomXMLEventReader
removeMissingChildModules(Log, MavenProject, Collection) - Static method in class org.codehaus.mojo.versions.api.PomHelper
Modifies the collection of child modules removing those which cannot be found relative to the parent.
removeMissingChildModules(Log, File, Collection) - Static method in class org.codehaus.mojo.versions.api.PomHelper
Modifies the collection of child modules removing those which cannot be found relative to the parent.
removeRule(Rule) - Method in class org.codehaus.mojo.versions.model.RuleSet
Method removeRule.
renderBody() - Method in class org.codehaus.mojo.versions.DependencyUpdatesRenderer
 
renderBody() - Method in class org.codehaus.mojo.versions.PluginUpdatesRenderer
 
renderBody() - Method in class org.codehaus.mojo.versions.PropertyUpdatesRenderer
 
renderDependencyDetailTable(Dependency, ArtifactVersions) - Method in class org.codehaus.mojo.versions.AbstractVersionsReportRenderer
 
renderDependencyDetailTable(Dependency, ArtifactVersions, boolean, boolean, boolean) - Method in class org.codehaus.mojo.versions.AbstractVersionsReportRenderer
 
renderDependencySummaryTable(Map) - Method in class org.codehaus.mojo.versions.AbstractVersionsReportRenderer
 
renderDependencySummaryTable(Map, boolean, boolean, boolean) - Method in class org.codehaus.mojo.versions.AbstractVersionsReportRenderer
 
renderDependencySummaryTableHeader() - Method in class org.codehaus.mojo.versions.AbstractVersionsReportRenderer
 
renderDependencySummaryTableHeader(boolean, boolean, boolean) - Method in class org.codehaus.mojo.versions.AbstractVersionsReportRenderer
 
renderDependencySummaryTableRow(Dependency, ArtifactVersions) - Method in class org.codehaus.mojo.versions.AbstractVersionsReportRenderer
 
renderDependencySummaryTableRow(Dependency, ArtifactVersions, boolean, boolean, boolean) - Method in class org.codehaus.mojo.versions.AbstractVersionsReportRenderer
 
renderPropertyDetailTable(Property, PropertyVersions) - Method in class org.codehaus.mojo.versions.AbstractVersionsReportRenderer
 
renderPropertySummaryTable(Map) - Method in class org.codehaus.mojo.versions.AbstractVersionsReportRenderer
 
renderPropertySummaryTableHeader() - Method in class org.codehaus.mojo.versions.AbstractVersionsReportRenderer
 
renderPropertySummaryTableRow(Property, PropertyVersions) - Method in class org.codehaus.mojo.versions.AbstractVersionsReportRenderer
 
renderSuccessIcon() - Method in class org.codehaus.mojo.versions.AbstractVersionsReportRenderer
 
renderWarningIcon() - Method in class org.codehaus.mojo.versions.AbstractVersionsReportRenderer
 
replace(String) - Method in class org.codehaus.mojo.versions.rewriting.ModifiedPomXMLEventReader
Replaces the current element with the replacement text.
replaceBetween(int, int, String) - Method in class org.codehaus.mojo.versions.rewriting.ModifiedPomXMLEventReader
Replaces all content between marks index1 and index2 with the replacement text.
replaceMark(int, String) - Method in class org.codehaus.mojo.versions.rewriting.ModifiedPomXMLEventReader
Replaces the specified marked element with the replacement text.
resolver - Variable in class org.codehaus.mojo.versions.AbstractVersionsUpdaterMojo
 
ResolveRangesMojo - Class in org.codehaus.mojo.versions
Attempts to resolve dependency version ranges to the specific version being used in the build.
ResolveRangesMojo() - Constructor for class org.codehaus.mojo.versions.ResolveRangesMojo
 
RevertMojo - Class in org.codehaus.mojo.versions
Restores the pom from the initial backup.
RevertMojo() - Constructor for class org.codehaus.mojo.versions.RevertMojo
 
rewind() - Method in class org.codehaus.mojo.versions.rewriting.ModifiedPomXMLEventReader
Rewind to the start so we can run through again.
Rule - Class in org.codehaus.mojo.versions.model
Describes a rule for how versions of artifacts should be handled.
Rule() - Constructor for class org.codehaus.mojo.versions.model.Rule
Creates a new empty rule.
RuleSet - Class in org.codehaus.mojo.versions.model
Describes a set of rules for how versions of artifacts should be handled.
RuleSet() - Constructor for class org.codehaus.mojo.versions.model.RuleSet
Creates a new empty rule set.
RuleXpp3Reader - Class in org.codehaus.mojo.versions.model.io.xpp3
Class RuleXpp3Reader.
RuleXpp3Reader() - Constructor for class org.codehaus.mojo.versions.model.io.xpp3.RuleXpp3Reader
 
RuleXpp3Writer - Class in org.codehaus.mojo.versions.model.io.xpp3
Class RuleXpp3Writer.
RuleXpp3Writer() - Constructor for class org.codehaus.mojo.versions.model.io.xpp3.RuleXpp3Writer
 

S

safeBold() - Method in class org.codehaus.mojo.versions.AbstractVersionsReportRenderer
 
safeBold_() - Method in class org.codehaus.mojo.versions.AbstractVersionsReportRenderer
 
safeItalic() - Method in class org.codehaus.mojo.versions.AbstractVersionsReportRenderer
 
safeItalic_() - Method in class org.codehaus.mojo.versions.AbstractVersionsReportRenderer
 
separatePatterns(String) - Method in class org.codehaus.mojo.versions.AbstractVersionsDependencyUpdaterMojo
To handle multiple includes with version range like "group:artifact:jar:[1.0.0,2.2)", we have to use a parsing a little bit more complex than split().
session - Variable in class org.codehaus.mojo.versions.AbstractVersionsReport
The Maven Session.
session - Variable in class org.codehaus.mojo.versions.AbstractVersionsUpdaterMojo
The Maven Sessopm.
setAddDefaultEntities(boolean) - Method in class org.codehaus.mojo.versions.model.io.xpp3.RuleXpp3Reader
Sets the state of the "add default entities" flag.
setAllowSnapshots(Boolean) - Method in class org.codehaus.mojo.versions.LinkItem
Setter for property 'allowSnapshots'.
setArtifactId(String) - Method in class org.codehaus.mojo.versions.LinkItem
Setter for property 'artifactId'.
setArtifactId(String) - Method in class org.codehaus.mojo.versions.model.Rule
Set the artifactId to which this rule applies.
setAutoLinkDependencies(boolean) - Method in class org.codehaus.mojo.versions.Property
 
setBanSnapshots(boolean) - Method in class org.codehaus.mojo.versions.Property
 
setComparisonMethod(String) - Method in class org.codehaus.mojo.versions.model.Rule
Set the comparison method that this rule specifies.
setComparisonMethod(String) - Method in class org.codehaus.mojo.versions.model.RuleSet
Set the comparison method to use when no rule matches.
setCurrentVersion(ArtifactVersion) - Method in class org.codehaus.mojo.versions.api.AbstractVersionDetails
 
setCurrentVersion(String) - Method in class org.codehaus.mojo.versions.api.AbstractVersionDetails
 
setCurrentVersion(ArtifactVersion) - Method in interface org.codehaus.mojo.versions.api.VersionDetails
Sets the current version.
setCurrentVersion(String) - Method in interface org.codehaus.mojo.versions.api.VersionDetails
Sets the current version.
setDependencies(Dependency[]) - Method in class org.codehaus.mojo.versions.Property
 
setDependencyVersion(ModifiedPomXMLEventReader, String, String, String, String) - Static method in class org.codehaus.mojo.versions.api.PomHelper
Searches the pom re-defining the specified dependency to the specified version.
setGroupId(String) - Method in class org.codehaus.mojo.versions.LinkItem
Setter for property 'groupId'.
setGroupId(String) - Method in class org.codehaus.mojo.versions.model.Rule
Set the for groupId to which this rule applies.
setIncludeSnapshots(boolean) - Method in class org.codehaus.mojo.versions.api.AbstractVersionDetails
 
setIncludeSnapshots(boolean) - Method in interface org.codehaus.mojo.versions.api.VersionDetails
 
setModelEncoding(String) - Method in class org.codehaus.mojo.versions.model.RuleSet
Set the modelEncoding field.
SetMojo - Class in org.codehaus.mojo.versions
Sets the current projects version, updating the details of any child modules as necessary.
SetMojo() - Constructor for class org.codehaus.mojo.versions.SetMojo
 
setName(String) - Method in class org.codehaus.mojo.versions.Property
 
setPluginVersion(ModifiedPomXMLEventReader, String, String, String, String) - Static method in class org.codehaus.mojo.versions.api.PomHelper
Searches the pom re-defining the specified plugin to the specified version.
setPreferReactor(boolean) - Method in class org.codehaus.mojo.versions.Property
 
setProject(MavenProject) - Method in class org.codehaus.mojo.versions.AbstractVersionsUpdaterMojo
Setter for property 'project'.
setProjectParentVersion(ModifiedPomXMLEventReader, String) - Static method in class org.codehaus.mojo.versions.api.PomHelper
Searches the pom re-defining the project version to the specified version.
setProjectVersion(ModifiedPomXMLEventReader, String) - Static method in class org.codehaus.mojo.versions.api.PomHelper
Searches the pom re-defining the project version to the specified version.
setProperty(String) - Method in class org.codehaus.mojo.versions.LinkItem
Setter for property 'property'.
setPropertyVersion(ModifiedPomXMLEventReader, String, String, String) - Static method in class org.codehaus.mojo.versions.api.PomHelper
Searches the pom re-defining the specified property to the specified version.
setRules(List) - Method in class org.codehaus.mojo.versions.model.RuleSet
Set the rules field.
setSearchReactor(boolean) - Method in class org.codehaus.mojo.versions.Property
 
setVersion(String) - Method in class org.codehaus.mojo.versions.LinkItem
Setter for property 'version'.
setVersion(String) - Method in class org.codehaus.mojo.versions.Property
 
shouldApplyUpdate(Artifact, String, ArtifactVersion) - Method in class org.codehaus.mojo.versions.AbstractVersionsUpdaterMojo
Returns true if the update should be applied.
SUBINCREMENTAL - Static variable in class org.codehaus.mojo.versions.api.UpdateScope
Versions which are less than an incremental update.

T

toArtifact(Dependency) - Method in class org.codehaus.mojo.versions.AbstractVersionsDependencyUpdaterMojo
Try to find the dependency artifact that matches the given dependency.
toString(Dependency) - Method in class org.codehaus.mojo.versions.AbstractVersionsDependencyUpdaterMojo
 
toString() - Method in class org.codehaus.mojo.versions.api.PropertyVersions
 
toString() - Method in class org.codehaus.mojo.versions.api.UpdateScope
toString() - Method in class org.codehaus.mojo.versions.LinkItem
toString() - Method in class org.codehaus.mojo.versions.model.Rule
 
toString() - Method in class org.codehaus.mojo.versions.model.RuleSet
 
toString() - Method in class org.codehaus.mojo.versions.ordering.ComparableVersion
 

U

UnlockSnapshotsMojo - Class in org.codehaus.mojo.versions
Attempts to resolve unlocked snapshot dependency versions to the locked timestamp versions used in the build.
UnlockSnapshotsMojo() - Constructor for class org.codehaus.mojo.versions.UnlockSnapshotsMojo
 
update(ModifiedPomXMLEventReader) - Method in class org.codehaus.mojo.versions.AbstractVersionsUpdaterMojo
Updates the pom.
update(ModifiedPomXMLEventReader) - Method in class org.codehaus.mojo.versions.DisplayDependencyUpdatesMojo
 
update(ModifiedPomXMLEventReader) - Method in class org.codehaus.mojo.versions.DisplayPluginUpdatesMojo
 
update(ModifiedPomXMLEventReader) - Method in class org.codehaus.mojo.versions.DisplayPropertyUpdatesMojo
 
update(ModifiedPomXMLEventReader) - Method in class org.codehaus.mojo.versions.LockSnapshotsMojo
 
update(ModifiedPomXMLEventReader) - Method in class org.codehaus.mojo.versions.ResolveRangesMojo
 
update(ModifiedPomXMLEventReader) - Method in class org.codehaus.mojo.versions.SetMojo
Updates the pom file.
update(ModifiedPomXMLEventReader) - Method in class org.codehaus.mojo.versions.UnlockSnapshotsMojo
 
update(ModifiedPomXMLEventReader) - Method in class org.codehaus.mojo.versions.UpdateChildModulesMojo
Updates the pom file.
update(ModifiedPomXMLEventReader) - Method in class org.codehaus.mojo.versions.UpdateParentMojo
 
update(ModifiedPomXMLEventReader) - Method in class org.codehaus.mojo.versions.UpdatePropertiesMojo
 
update(ModifiedPomXMLEventReader) - Method in class org.codehaus.mojo.versions.UseLatestReleasesMojo
 
update(ModifiedPomXMLEventReader) - Method in class org.codehaus.mojo.versions.UseLatestSnapshotsMojo
 
update(ModifiedPomXMLEventReader) - Method in class org.codehaus.mojo.versions.UseLatestVersionsMojo
 
update(ModifiedPomXMLEventReader) - Method in class org.codehaus.mojo.versions.UseNextReleasesMojo
 
update(ModifiedPomXMLEventReader) - Method in class org.codehaus.mojo.versions.UseNextSnapshotsMojo
 
update(ModifiedPomXMLEventReader) - Method in class org.codehaus.mojo.versions.UseNextVersionsMojo
 
update(ModifiedPomXMLEventReader) - Method in class org.codehaus.mojo.versions.UseReleasesMojo
 
UpdateChildModulesMojo - Class in org.codehaus.mojo.versions
Scans the current projects child modules, updating the versions of any which use the current project to the version of the current project.
UpdateChildModulesMojo() - Constructor for class org.codehaus.mojo.versions.UpdateChildModulesMojo
 
UpdateParentMojo - Class in org.codehaus.mojo.versions
Sets the parent version to the latest parent version.
UpdateParentMojo() - Constructor for class org.codehaus.mojo.versions.UpdateParentMojo
 
UpdatePropertiesMojo - Class in org.codehaus.mojo.versions
Sets properties to the latest versions of specific artifacts.
UpdatePropertiesMojo() - Constructor for class org.codehaus.mojo.versions.UpdatePropertiesMojo
 
UpdateScope - Class in org.codehaus.mojo.versions.api
Scopes of version updates.
UseLatestReleasesMojo - Class in org.codehaus.mojo.versions
Replaces any release versions with the latest release version.
UseLatestReleasesMojo() - Constructor for class org.codehaus.mojo.versions.UseLatestReleasesMojo
 
UseLatestSnapshotsMojo - Class in org.codehaus.mojo.versions
Replaces any release versions with the latest snapshot version (if it has been deployed).
UseLatestSnapshotsMojo() - Constructor for class org.codehaus.mojo.versions.UseLatestSnapshotsMojo
 
UseLatestVersionsMojo - Class in org.codehaus.mojo.versions
Replaces any version with the latest version.
UseLatestVersionsMojo() - Constructor for class org.codehaus.mojo.versions.UseLatestVersionsMojo
 
UseNextReleasesMojo - Class in org.codehaus.mojo.versions
Replaces any release versions with the next release version (if it has been released).
UseNextReleasesMojo() - Constructor for class org.codehaus.mojo.versions.UseNextReleasesMojo
 
UseNextSnapshotsMojo - Class in org.codehaus.mojo.versions
Replaces any release versions with the next snapshot version (if it has been deployed).
UseNextSnapshotsMojo() - Constructor for class org.codehaus.mojo.versions.UseNextSnapshotsMojo
 
UseNextVersionsMojo - Class in org.codehaus.mojo.versions
Replaces any version with the latest version.
UseNextVersionsMojo() - Constructor for class org.codehaus.mojo.versions.UseNextVersionsMojo
 
UseReleasesMojo - Class in org.codehaus.mojo.versions
Replaces any -SNAPSHOT versions with the corresponding release version (if it has been released).
UseReleasesMojo() - Constructor for class org.codehaus.mojo.versions.UseReleasesMojo
 

V

valueOf(String) - Static method in class org.codehaus.mojo.versions.api.UpdateScope
Returns the enum constant of the specified enum type with the specified name.
values() - Static method in class org.codehaus.mojo.versions.api.UpdateScope
 
VersionComparator - Interface in org.codehaus.mojo.versions.ordering
A rule for comparing and manipulating versions.
VersionComparators - Class in org.codehaus.mojo.versions.ordering
Utility.
VersionDetails - Interface in org.codehaus.mojo.versions.api
Created by IntelliJ IDEA.
VersionsExpressionEvaluator - Class in org.codehaus.mojo.versions.utils
Created by IntelliJ IDEA.
VersionsExpressionEvaluator(MavenSession, PathTranslator, MavenProject) - Constructor for class org.codehaus.mojo.versions.utils.VersionsExpressionEvaluator
 
VersionsHelper - Interface in org.codehaus.mojo.versions.api
Helper class that provides common functionality required by both the mojos and the reports.

W

WagonUtils - Class in org.codehaus.mojo.versions.utils
Utility methods to help with using Wagons.
write(Writer, RuleSet) - Method in class org.codehaus.mojo.versions.model.io.xpp3.RuleXpp3Writer
Method write.
write(OutputStream, RuleSet) - Method in class org.codehaus.mojo.versions.model.io.xpp3.RuleXpp3Writer
Method write.
writeFile(File, StringBuffer) - Method in class org.codehaus.mojo.versions.AbstractVersionsUpdaterMojo
Writes a StringBuffer into a file.

A B C D E F G H I L M N O P Q R S T U V W

Copyright © 2008-2011 Codehaus. All Rights Reserved.