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

A

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
 
AbstractVersionsUpdaterMojo - Class in org.codehaus.mojo.versions
Abstract base class for Versions Mojos.
AbstractVersionsUpdaterMojo() - Constructor for class org.codehaus.mojo.versions.AbstractVersionsUpdaterMojo
 
addAssociation(Artifact, boolean) - Method in class org.codehaus.mojo.versions.api.PropertyVersions
 
addRule(Rule) - Method in class org.codehaus.mojo.versions.model.RuleSet
Method addRule.
allowSnapshots - Variable in class org.codehaus.mojo.versions.AbstractVersionsUpdaterMojo
Whether to allow snapshots when searching for the latest version of an artifact.
APACHE_MAVEN_PLUGINS_GROUPID - Static variable in class org.codehaus.mojo.versions.api.PomHelper
 
ArtifactAssocation - Interface in org.codehaus.mojo.versions.api
Created by IntelliJ IDEA.
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, ArtifactVersion[], Comparator) - Constructor for class org.codehaus.mojo.versions.api.ArtifactVersions
Creates a new ArtifactVersions instance.
ArtifactVersions(Artifact, List, Comparator) - 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.

C

canGenerateReport() - Method in class org.codehaus.mojo.versions.DependencyUpdatesReport
 
canGenerateReport() - Method in class org.codehaus.mojo.versions.DisplayDependencyUpdatesReport
 
canGenerateReport() - Method in class org.codehaus.mojo.versions.SimpleReport
 
clearAssociations() - Method in class org.codehaus.mojo.versions.api.PropertyVersions
 
clearMark(int) - Method in class org.codehaus.mojo.versions.rewriting.ModifiedPomXMLEventReader
Clears the mark.
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
 
ComparableVersion(String) - Constructor for class org.codehaus.mojo.versions.ordering.ComparableVersion
 
compare(ArtifactVersion, ArtifactVersion) - Method in class org.codehaus.mojo.versions.api.PropertyVersions
 
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
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.
comparisonMethod - Variable in class org.codehaus.mojo.versions.AbstractVersionsUpdaterMojo
The versioning rule to use when comparing versions.
containsVersion(String) - Method in class org.codehaus.mojo.versions.api.ArtifactVersions
 
convertWildcardsToRegex(String, boolean) - Static method in class org.codehaus.mojo.versions.utils.RegexUtils
Converts a wildcard rule to a regex rule.
createDependencyArtifact(String, String, VersionRange, String, String, String, boolean) - Method in class org.codehaus.mojo.versions.api.DefaultVersionsHelper
 
createDependencyArtifact(Dependency) - Method in class org.codehaus.mojo.versions.api.DefaultVersionsHelper
 
createDependencyArtifact(String, String, VersionRange, String, String, String, boolean) - 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
 
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, String, Log) - Constructor for class org.codehaus.mojo.versions.api.DefaultVersionsHelper
Constructs a new DefaultVersionsHelper.
DependencyUpdatesReport - Class in org.codehaus.mojo.versions
Created by IntelliJ IDEA.
DependencyUpdatesReport() - Constructor for class org.codehaus.mojo.versions.DependencyUpdatesReport
 
DisplayDependencyUpdatesMojo - Class in org.codehaus.mojo.versions
Displays all dependencies that have newer versions available.
DisplayDependencyUpdatesMojo() - Constructor for class org.codehaus.mojo.versions.DisplayDependencyUpdatesMojo
 
DisplayDependencyUpdatesRenderer - Class in org.codehaus.mojo.versions
This class renders the version information gathered by DisplayDependencyUpdatesReport.
DisplayDependencyUpdatesRenderer(Sink, Map, Comparator) - Constructor for class org.codehaus.mojo.versions.DisplayDependencyUpdatesRenderer
Create a new renderer with the given sink, version list, and comparator.
DisplayDependencyUpdatesReport - Class in org.codehaus.mojo.versions
This report summarizes all project dependencies for which newer versions may exist.
DisplayDependencyUpdatesReport() - Constructor for class org.codehaus.mojo.versions.DisplayDependencyUpdatesReport
 
DisplayDependencyUpdatesReport.MultiVersionSummary - Class in org.codehaus.mojo.versions
 
DisplayDependencyUpdatesReport.MultiVersionSummary(Artifact, ArtifactVersion, ArtifactVersion, ArtifactVersion, ArtifactVersion) - Constructor for class org.codehaus.mojo.versions.DisplayDependencyUpdatesReport.MultiVersionSummary
 
DisplayPluginUpdatesMojo - Class in org.codehaus.mojo.versions
Displays all plugins that have newer versions available.
DisplayPluginUpdatesMojo() - Constructor for class org.codehaus.mojo.versions.DisplayPluginUpdatesMojo
 
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.DisplayDependencyUpdatesReport
generates the report.
doGenerateReport(Locale, Sink) - Method in class org.codehaus.mojo.versions.SimpleReport
generates an empty report in case there are no sources to generate a report with

E

equals(Object) - Method in class org.codehaus.mojo.versions.ordering.ComparableVersion
 
equals(Object) - Method in class org.codehaus.mojo.versions.ordering.MavenVersionComparator
Returns true if this object is the same type of comparator as the parameter.
equals(Object) - Method in class org.codehaus.mojo.versions.ordering.MercuryVersionComparator
Returns true if this object is the same type of comparator as the parameter.
equals(Object) - Method in class org.codehaus.mojo.versions.ordering.NumericVersionComparator
Returns true if this object is the same type of comparator as the parameter.
excludes - Variable in class org.codehaus.mojo.versions.DisplayDependencyUpdatesReport
A list of groupId:artifactId keys, which indicate that the corresponding artifact(s) should be omitted from the report (even when showAll is true).
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.HelpMojo
execute() - Method in class org.codehaus.mojo.versions.RevertMojo
 
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

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).
getAllowSnapshots() - Method in class org.codehaus.mojo.versions.AbstractVersionsReport
 
getAllowSnapshots() - Method in class org.codehaus.mojo.versions.LinkItem
Getter for property 'allowSnapshots'.
getArtifact() - Method in interface org.codehaus.mojo.versions.api.ArtifactAssocation
 
getArtifact() - Method in class org.codehaus.mojo.versions.api.ArtifactVersions
Returns the artifact who's version information we are holding.
getArtifact() - Method in class org.codehaus.mojo.versions.DisplayDependencyUpdatesReport.MultiVersionSummary
 
getArtifactFactory() - Method in class org.codehaus.mojo.versions.api.DefaultVersionsHelper
 
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.ArtifactAssocation
 
getArtifactId() - Method in class org.codehaus.mojo.versions.api.ArtifactVersions
Returns the artifactId of the artifact who's versions we are holding.
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.
getAssociations() - Method in class org.codehaus.mojo.versions.api.PropertyVersions
 
getBetween(int, int) - Method in class org.codehaus.mojo.versions.rewriting.ModifiedPomXMLEventReader
 
getCategoryName() - Method in class org.codehaus.mojo.versions.DisplayDependencyUpdatesReport
 
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.DisplayDependencyUpdatesReport.MultiVersionSummary
 
getDependencies() - Method in class org.codehaus.mojo.versions.Property
 
getDescription(Locale) - Method in class org.codehaus.mojo.versions.AbstractVersionsReport
 
getDescription(Locale) - Method in class org.codehaus.mojo.versions.DisplayDependencyUpdatesReport
 
getElementText() - Method in class org.codehaus.mojo.versions.rewriting.ModifiedPomXMLEventReader
getExpressionEvaluator() - Method in class org.codehaus.mojo.versions.AbstractVersionsUpdaterMojo
 
getGroupId() - Method in interface org.codehaus.mojo.versions.api.ArtifactAssocation
 
getGroupId() - Method in class org.codehaus.mojo.versions.api.ArtifactVersions
Returns the groupId of the artifact who's versions we are holding.
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
 
getLatestIncremental() - Method in class org.codehaus.mojo.versions.DisplayDependencyUpdatesReport.MultiVersionSummary
 
getLatestMajor() - Method in class org.codehaus.mojo.versions.DisplayDependencyUpdatesReport.MultiVersionSummary
 
getLatestMinor() - Method in class org.codehaus.mojo.versions.DisplayDependencyUpdatesReport.MultiVersionSummary
 
getLatestVersion(ArtifactVersion, ArtifactVersion) - Method in class org.codehaus.mojo.versions.api.ArtifactVersions
Returns the latest version newer than the specified current version, but less than the specified upper bound or null if no such version exists.
getLatestVersion(ArtifactVersion, ArtifactVersion, boolean) - Method in class org.codehaus.mojo.versions.api.ArtifactVersions
Returns the latest version newer than the specified current version, but less than the specified upper bound or null if no such version exists.
getLatestVersion(VersionRange, boolean) - Method in class org.codehaus.mojo.versions.api.ArtifactVersions
Returns the latest version within the specified version range or null if no such version exists.
getLog() - Method in class org.codehaus.mojo.versions.api.DefaultVersionsHelper
 
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.
getModelEncoding() - Method in class org.codehaus.mojo.versions.model.RuleSet
Method getModelEncoding.
getName(Locale) - Method in class org.codehaus.mojo.versions.AbstractVersionsReport
 
getName() - Method in class org.codehaus.mojo.versions.api.PropertyVersions
 
getName(Locale) - Method in class org.codehaus.mojo.versions.DisplayDependencyUpdatesReport
 
getName() - Method in class org.codehaus.mojo.versions.Property
 
getNewerVersions(ArtifactVersion) - Method in class org.codehaus.mojo.versions.api.ArtifactVersions
Returns all the available versions newer than the provided version.
getNewerVersions(ArtifactVersion, boolean) - Method in class org.codehaus.mojo.versions.api.ArtifactVersions
Returns all available versions within the specified version range.
getNewerVersions(String) - Method in class org.codehaus.mojo.versions.api.ArtifactVersions
Returns all the available versions newer than the provided version.
getNewerVersions(String, boolean) - Method in class org.codehaus.mojo.versions.api.ArtifactVersions
Returns all available versions within the specified version range.
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.DisplayDependencyUpdatesReport
 
getOutputName() - Method in class org.codehaus.mojo.versions.SimpleReport
 
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.
getPropertyVersions(VersionsHelper, MavenProject, ExpressionEvaluator) - 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.
getResolver() - Method in class org.codehaus.mojo.versions.AbstractVersionsReport
 
getRules() - Method in class org.codehaus.mojo.versions.model.RuleSet
Method getRules.
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.
getTitle() - Method in class org.codehaus.mojo.versions.DisplayDependencyUpdatesRenderer
 
getVerbatim() - Method in class org.codehaus.mojo.versions.rewriting.ModifiedPomXMLEventReader
Getter for property 'verbatim'.
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.AbstractVersionsUpdaterMojo
Returns the version comparator to use.
getVersionComparator(Artifact) - Method in class org.codehaus.mojo.versions.api.DefaultVersionsHelper
 
getVersionComparator(String, String) - Method in class org.codehaus.mojo.versions.api.DefaultVersionsHelper
 
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.
getVersions() - Method in class org.codehaus.mojo.versions.api.ArtifactVersions
Returns all the available versions in increasing order.
getVersions(boolean) - Method in class org.codehaus.mojo.versions.api.ArtifactVersions
Returns all available versions in increasing order.
getVersions(VersionRange, boolean) - Method in class org.codehaus.mojo.versions.api.ArtifactVersions
Returns all available versions within the specified version range.
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.
getWildcardScore(String) - Static method in class org.codehaus.mojo.versions.utils.RegexUtils
 

H

hashCode() - Method in class org.codehaus.mojo.versions.ordering.ComparableVersion
 
hashCode() - Method in class org.codehaus.mojo.versions.ordering.MavenVersionComparator
Returns a hash code value for the comparator class.
hashCode() - Method in class org.codehaus.mojo.versions.ordering.MercuryVersionComparator
Returns a hash code value for the comparator class.
hashCode() - Method in class org.codehaus.mojo.versions.ordering.NumericVersionComparator
Returns a hash code value for the comparator class.
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
hasUpdates(DisplayDependencyUpdatesReport.MultiVersionSummary) - Method in class org.codehaus.mojo.versions.DisplayDependencyUpdatesReport
 
HelpMojo - Class in org.codehaus.mojo.versions
Display help information on versions-maven-plugin.
HelpMojo() - Constructor for class org.codehaus.mojo.versions.HelpMojo
 

I

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
 
isExcluded(Artifact) - Method in class org.codehaus.mojo.versions.DisplayDependencyUpdatesReport
 
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.DisplayDependencyUpdatesReport
 
isExternalReport() - Method in class org.codehaus.mojo.versions.SimpleReport
 
isIncluded(Artifact) - Method in class org.codehaus.mojo.versions.AbstractVersionsDependencyUpdaterMojo
Determine if the artifact is included in the list of artifacts to be processed.
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.
isProcessingDependencyManagement() - Method in class org.codehaus.mojo.versions.AbstractVersionsDependencyUpdaterMojo
Should the project/dependencyManagement section of the pom be processed.
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
 
isUsePluginRepositories() - Method in interface org.codehaus.mojo.versions.api.ArtifactAssocation
 

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.
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
 
lookupArtifactVersions(Artifact, boolean) - Method in class org.codehaus.mojo.versions.api.DefaultVersionsHelper
 
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.

M

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.UseNextReleasesMojo
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
 
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

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

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.AbstractVersionsUpdaterMojo
 
peek() - Method in class org.codehaus.mojo.versions.rewriting.ModifiedPomXMLEventReader
POM_ENCODING - Static variable in class org.codehaus.mojo.versions.api.PomHelper
The encoding used for the pom file.
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.
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(PropertyVersions) - Constructor for class org.codehaus.mojo.versions.Property
 
PropertyVersions - Class in org.codehaus.mojo.versions.api
Manages a property that is associated with one or more artifacts.
PropertyVersions(String, String, VersionsHelper) - Constructor for class org.codehaus.mojo.versions.api.PropertyVersions
Constructs a new PropertyVersions.

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.
readFile(File) - Method in class org.codehaus.mojo.versions.AbstractVersionsUpdaterMojo
Reads a file into a StringBuffer.
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
removeAssociation(Artifact, boolean) - Method in class org.codehaus.mojo.versions.api.PropertyVersions
 
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.
removeRule(Rule) - Method in class org.codehaus.mojo.versions.model.RuleSet
Method removeRule.
renderBody() - Method in class org.codehaus.mojo.versions.DisplayDependencyUpdatesRenderer
 
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

session - Variable in class org.codehaus.mojo.versions.AbstractVersionsUpdaterMojo
The Maven Project.
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.
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.
setModelEncoding(String) - Method in class org.codehaus.mojo.versions.model.RuleSet
Set an encoding used for reading/writing the model.
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.
showAll - Variable in class org.codehaus.mojo.versions.DisplayDependencyUpdatesReport
If true, show all unexcluded dependencies in the report - even those that have no updates available.
SimpleReport - Class in org.codehaus.mojo.versions
Created by IntelliJ IDEA.
SimpleReport() - Constructor for class org.codehaus.mojo.versions.SimpleReport
 

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.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.LockSnapshotsMojo
 
update(ModifiedPomXMLEventReader) - Method in class org.codehaus.mojo.versions.ResolveRangesMojo
 
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.UseLatestVersionsMojo
 
update(ModifiedPomXMLEventReader) - Method in class org.codehaus.mojo.versions.UseNextReleasesMojo
 
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
 
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
 
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
 
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

VersionComparators - Class in org.codehaus.mojo.versions.ordering
Utility.
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.
writeFile(File, StringBuffer) - Method in class org.codehaus.mojo.versions.AbstractVersionsUpdaterMojo
Writes a StringBuffer into a file.

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

Copyright © 2008-2009 Codehaus. All Rights Reserved.