Index

A B C D E F G H I L M N O P R S T V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

AbstractVersionChanger - Class in org.codehaus.mojo.versions.change
Created by IntelliJ IDEA.
AbstractVersionChanger(Model, MutableXMLStreamReader, Log) - Constructor for class org.codehaus.mojo.versions.change.AbstractVersionChanger
Creates a new instance providing the model, mutable pom, and a logger.
AbstractVersionDetails - Class in org.codehaus.mojo.versions.api
Base class for VersionDetails.
AbstractVersionDetails() - Constructor for class org.codehaus.mojo.versions.api.AbstractVersionDetails
 
addDependencyVersions(Map<Dependency, ArtifactVersions>) - Method in class org.codehaus.mojo.versions.api.PluginUpdatesDetails
 
APACHE_MAVEN_PLUGINS_GROUPID - Static variable in class org.codehaus.mojo.versions.api.PomHelper
 
apply(DependencyVersionChange) - Method in class org.codehaus.mojo.versions.change.CompositeVersionChanger
Applies the implemented change on the given dependency.
apply(DependencyVersionChange) - Method in class org.codehaus.mojo.versions.change.DependencyVersionChanger
Applies the implemented change on the given dependency.
apply(DependencyVersionChange) - Method in class org.codehaus.mojo.versions.change.ParentVersionChanger
Applies the implemented change on the given dependency.
apply(DependencyVersionChange) - Method in class org.codehaus.mojo.versions.change.PluginVersionChanger
Applies the implemented change on the given dependency.
apply(DependencyVersionChange) - Method in class org.codehaus.mojo.versions.change.ProjectVersionChanger
Applies the implemented change on the given dependency.
apply(DependencyVersionChange) - Method in interface org.codehaus.mojo.versions.change.VersionChanger
Applies the implemented change on the given dependency.
ARTIFACT_ID - Enum constant in enum org.codehaus.mojo.versions.filtering.TokenizedMatcher.Tokens
 
ArtifactAssociation - Interface in org.codehaus.mojo.versions.api
Created by IntelliJ IDEA.
ArtifactVersions - Class in org.codehaus.mojo.versions.api
Holds the results of a search for versions of an artifact.
ArtifactVersions(Artifact, List<ArtifactVersion>) - Constructor for class org.codehaus.mojo.versions.api.ArtifactVersions
Creates a new ArtifactVersions instance.
ArtifactVersions(ArtifactVersions) - Constructor for class org.codehaus.mojo.versions.api.ArtifactVersions
Creates a new ArtifactVersions instance as shallow copy of the other
ArtifactVersionsCache - Class in org.codehaus.mojo.versions.api
ArtifactVersionsCache(TriFunction<AbstractVersionDetails, Optional<Segment>, Boolean, ?>) - Constructor for class org.codehaus.mojo.versions.api.ArtifactVersionsCache
Constructs a new instance given the concrete function for obtaining the details

B

BoundArtifactVersion - Class in org.codehaus.mojo.versions.ordering
Represents an immutable artifact version with all segments major to the given segment held in place.
BoundArtifactVersion(String, Segment) - Constructor for class org.codehaus.mojo.versions.ordering.BoundArtifactVersion
Constructs the instance given the version in a text format.
BoundArtifactVersion(ArtifactVersion, Segment) - Constructor for class org.codehaus.mojo.versions.ordering.BoundArtifactVersion
Constructs the instance given a instance
build() - Method in class org.codehaus.mojo.versions.api.DefaultVersionsHelper.Builder
Builds the constructed DefaultVersionsHelper object
build() - Method in class org.codehaus.mojo.versions.api.PropertyVersionsBuilder
 
build() - Method in class org.codehaus.mojo.versions.api.VersionsHelper.VersionPropertiesMapRequest.Builder
build() - Method in class org.codehaus.mojo.versions.recording.DefaultDependencyChangeRecord.Builder
Builds the DependencyChangeRecord instance
build() - Method in class org.codehaus.mojo.versions.recording.DefaultPropertyChangeRecord.Builder
 
build() - Method in class org.codehaus.mojo.versions.rule.RulesServiceBuilder
 
builder() - Static method in class org.codehaus.mojo.versions.api.VersionsHelper.VersionPropertiesMapRequest
builder() - Static method in class org.codehaus.mojo.versions.recording.DefaultDependencyChangeRecord
 
builder() - Static method in class org.codehaus.mojo.versions.recording.DefaultPropertyChangeRecord
 
Builder() - Constructor for class org.codehaus.mojo.versions.api.DefaultVersionsHelper.Builder
 
Builder() - Constructor for class org.codehaus.mojo.versions.recording.DefaultDependencyChangeRecord.Builder
 
Builder() - Constructor for class org.codehaus.mojo.versions.recording.DefaultPropertyChangeRecord.Builder
 

C

ChangeRecorderNull - Class in org.codehaus.mojo.versions.recording
A recorder that ignores updates.
ChangeRecorderNull() - Constructor for class org.codehaus.mojo.versions.recording.ChangeRecorderNull
Creates a new instance
ChangeRecorderXML - Class in org.codehaus.mojo.versions.recording
A recorder of version updates.
ChangeRecorderXML() - Constructor for class org.codehaus.mojo.versions.recording.ChangeRecorderXML
Creates a new instance
CHANGES_NAMESPACE - Static variable in class org.codehaus.mojo.versions.recording.ChangeRecorderXML
The XML namespace used for serialized changes.
CLASSIFIER - Enum constant in enum org.codehaus.mojo.versions.filtering.TokenizedMatcher.Tokens
 
clearAssociations() - Method in class org.codehaus.mojo.versions.api.PropertyVersionsBuilder
Clears the set of artifacts with which the property is associated
clearMark(Object) - Method in class org.codehaus.mojo.versions.rewriting.MutableXMLStreamReader
Removes the mark under the given markNr
compare(File, File) - Method in class org.codehaus.mojo.versions.ordering.ReactorDepthComparator
 
compareTo(ArtifactVersion) - Method in class org.codehaus.mojo.versions.ordering.BoundArtifactVersion
 
compareTo(ArtifactVersions) - Method in class org.codehaus.mojo.versions.api.ArtifactVersions
 
compareTo(PluginUpdatesDetails) - Method in class org.codehaus.mojo.versions.api.PluginUpdatesDetails
 
CompositeVersionChanger - Class in org.codehaus.mojo.versions.change
A composite version changer, which chains version changers together and executes the chain in CompositeVersionChanger.apply(DependencyVersionChange) until an exception occurs or the chain is through.
CompositeVersionChanger(List<VersionChanger>) - Constructor for class org.codehaus.mojo.versions.change.CompositeVersionChanger
Construct a new composite version changed based on a List of version changers
CompositeVersionChanger(VersionChanger[]) - Constructor for class org.codehaus.mojo.versions.change.CompositeVersionChanger
Construct a new composite version changed based on an array of version changers
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.
createProjectBuilderRequest(MavenSession, Consumer<ProjectBuildingRequest>...) - Static method in class org.codehaus.mojo.versions.api.PomHelper
Convenience method for creating a ProjectBuildingRequest instance based on maven session.

D

debugModules(Log, String, Collection<String>) - Static method in class org.codehaus.mojo.versions.api.PomHelper
Outputs a debug message with a list of modules.
DefaultDependencyChangeRecord - Class in org.codehaus.mojo.versions.recording
 
DefaultDependencyChangeRecord.Builder - Class in org.codehaus.mojo.versions.recording
A builder object for DependencyChangeRecord instances
DefaultDependencyVersionChange - Class in org.codehaus.mojo.versions.change
Represents a change of an artifact's version.
DefaultDependencyVersionChange(String, String, String, String) - Constructor for class org.codehaus.mojo.versions.change.DefaultDependencyVersionChange
 
DefaultPropertyChangeRecord - Class in org.codehaus.mojo.versions.recording
 
DefaultPropertyChangeRecord.Builder - Class in org.codehaus.mojo.versions.recording
 
DefaultPropertyVersionChange - Class in org.codehaus.mojo.versions.change
Represents a change of a property value
DefaultPropertyVersionChange(String, String, String) - Constructor for class org.codehaus.mojo.versions.change.DefaultPropertyVersionChange
 
DefaultSegmentCounter - Class in org.codehaus.mojo.versions.ordering
Default implementation of the SegmentCounter interface, using Maven's version rules, i.e.
DefaultSegmentCounter() - Constructor for class org.codehaus.mojo.versions.ordering.DefaultSegmentCounter
 
DefaultVersionsHelper - Class in org.codehaus.mojo.versions.api
Helper class that provides common functionality required by both the mojos and the reports.
DefaultVersionsHelper.Builder - Class in org.codehaus.mojo.versions.api
Builder class for DefaultVersionsHelper
DependencyFilter - Class in org.codehaus.mojo.versions.filtering
 
DependencyVersionChanger - Class in org.codehaus.mojo.versions.change
Created by IntelliJ IDEA.
DependencyVersionChanger(Model, MutableXMLStreamReader, Log) - Constructor for class org.codehaus.mojo.versions.change.DependencyVersionChanger
Constructs a new instance

E

equals(Object) - Method in class org.codehaus.mojo.versions.api.ArtifactVersions
 
equals(Object) - Method in class org.codehaus.mojo.versions.api.PluginUpdatesDetails
 
equals(Object) - Method in class org.codehaus.mojo.versions.change.DefaultDependencyVersionChange
 
equals(Object) - Method in class org.codehaus.mojo.versions.change.DefaultPropertyVersionChange
 
equals(Object) - Method in class org.codehaus.mojo.versions.ordering.BoundArtifactVersion
 
evaluate(String, Map<String, String>, Log) - Static method in class org.codehaus.mojo.versions.api.PomHelper
A lightweight expression evaluation function.
extractExpression(String) - Static method in class org.codehaus.mojo.versions.api.PomHelper
Strips the expression token markers from the start and end of the string.

F

filterDependencies(Collection<Dependency>, List<String>, List<String>, String, Log) - Static method in class org.codehaus.mojo.versions.filtering.DependencyFilter
Returns a set of dependencies filtered by the given include- and exclude filters.
findProperty(String, ModelNode) - Static method in class org.codehaus.mojo.versions.api.PomHelper
Traverses the module tree upwards searching for the closest definition of a property with the given name.

G

get(V, Optional<Segment>, boolean) - Method in class org.codehaus.mojo.versions.api.ArtifactVersionsCache
Returns the required information for the given ArtifactVersions object and the given update scope.
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).
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).
getAllUpdates(boolean) - Method in class org.codehaus.mojo.versions.api.AbstractVersionDetails
 
getAllUpdates(boolean) - Method in interface org.codehaus.mojo.versions.api.VersionDetails
Returns the all versions newer than the specified current version
getAllUpdates(Optional<Segment>, boolean) - Method in class org.codehaus.mojo.versions.api.AbstractVersionDetails
 
getAllUpdates(Optional<Segment>, boolean) - Method in interface org.codehaus.mojo.versions.api.VersionDetails
Returns the all versions newer than the specified current version, but within the specified update scope.
getAllUpdates(ArtifactVersion, Optional<Segment>, boolean) - Method in class org.codehaus.mojo.versions.api.AbstractVersionDetails
 
getAllUpdates(ArtifactVersion, Optional<Segment>, boolean) - Method in interface org.codehaus.mojo.versions.api.VersionDetails
Returns the all versions newer than the specified current version, but within the specified update scope.
getAllUpdates(VersionRange, boolean) - Method in class org.codehaus.mojo.versions.api.AbstractVersionDetails
 
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 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.
getArtifact() - Method in exception class org.codehaus.mojo.versions.api.VersionRetrievalException
Returns the artifact causing the problem with version retrieval, if available
getArtifactId() - Method in class org.codehaus.mojo.versions.api.ArtifactVersions
Returns the artifactId of the artifact which versions we are holding.
getArtifactId() - Method in class org.codehaus.mojo.versions.change.DefaultDependencyVersionChange
 
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.
getAssociations() - Method in class org.codehaus.mojo.versions.api.PropertyVersions
 
getAssociations() - Method in class org.codehaus.mojo.versions.api.PropertyVersionsBuilder
Returns a set of ArtifactAssociation, listing artifacts with which the property is associated
getBestFitRule(String, String) - Method in class org.codehaus.mojo.versions.rule.RuleService
Find the rule, if any, which best fits the artifact details given.
getBetween(Object, Object) - Method in class org.codehaus.mojo.versions.rewriting.MutableXMLStreamReader
Returns the substring of the document between the end of the first mark and the start of the second marked element
getBuildNumber() - Method in class org.codehaus.mojo.versions.ordering.BoundArtifactVersion
 
getChildModels(Map<File, Model>, 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.
getChildModels(MavenProject, Log) - Static method in class org.codehaus.mojo.versions.api.PomHelper
Builds a map of raw models keyed by module path.
getCurrentEndingCharOffset() - Method in class org.codehaus.mojo.versions.rewriting.MutableXMLStreamReader
Returns current (adjusted by MutableXMLStreamReader.delta ending char offset
getCurrentStartingCharOffset() - Method in class org.codehaus.mojo.versions.rewriting.MutableXMLStreamReader
Returns current (adjusted by MutableXMLStreamReader.delta starting char offset
getCurrentVersion() - Method in class org.codehaus.mojo.versions.api.AbstractVersionDetails
 
getCurrentVersion() - Method in interface org.codehaus.mojo.versions.api.VersionDetails
Returns the current version.
getCurrentVersionRange() - Method in class org.codehaus.mojo.versions.api.AbstractVersionDetails
 
getCurrentVersionRange() - Method in interface org.codehaus.mojo.versions.api.VersionDetails
Returns the current version range (may be null)
getDependencies() - Method in class org.codehaus.mojo.versions.api.Property
Dependencies that must be available for this property.
getDependencyVersions() - Method in class org.codehaus.mojo.versions.api.PluginUpdatesDetails
 
getExcludeProperties() - Method in class org.codehaus.mojo.versions.api.VersionsHelper.VersionPropertiesMapRequest
Returns the value of VersionsHelper.VersionPropertiesMapRequest.excludeProperties
getFileName() - Method in class org.codehaus.mojo.versions.rewriting.MutableXMLStreamReader
Returns the name of the file associated with the document
getGAV(Model) - Static method in class org.codehaus.mojo.versions.api.PomHelper
Returns the GAV coordinates of a model.
getGroupId() - Method in class org.codehaus.mojo.versions.api.ArtifactVersions
Returns the groupId of the artifact which versions we are holding.
getGroupId() - Method in class org.codehaus.mojo.versions.change.DefaultDependencyVersionChange
 
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.
getHighestLowerBound(ArtifactVersion) - Method in class org.codehaus.mojo.versions.api.AbstractVersionDetails
If a version is a version range consisting of one or more version ranges, returns the highest lower bound.
getIgnoredVersions(Artifact) - Method in class org.codehaus.mojo.versions.rule.RuleService
Returns a list of versions which should not be considered when looking for updates.
getIncludeFilter() - Method in class org.codehaus.mojo.versions.api.VersionsHelper.VersionPropertiesMapRequest
A Predicate<org.apache.maven.artifact.Artifact> telling if an artifact that the property is associated with is to be taken into account.
getIncludeProperties() - Method in class org.codehaus.mojo.versions.api.VersionsHelper.VersionPropertiesMapRequest
Returns the value of VersionsHelper.VersionPropertiesMapRequest.includeProperties
getIncrementalVersion() - Method in class org.codehaus.mojo.versions.ordering.BoundArtifactVersion
 
getKind() - Method in class org.codehaus.mojo.versions.recording.DefaultDependencyChangeRecord
 
getLocalRoot(ProjectBuilder, MavenSession, Log) - Static method in class org.codehaus.mojo.versions.api.PomHelper
Finds the local root of the current project of the MavenSession instance.
getLog() - Method in class org.codehaus.mojo.versions.change.AbstractVersionChanger
Returns the Log instance
getLog() - Method in class org.codehaus.mojo.versions.change.VersionChangerFactory
 
getLowerBound(ArtifactVersion, Optional<Segment>) - Method in class org.codehaus.mojo.versions.api.AbstractVersionDetails
Returns the string designation of the lower bound version based on the given artifact version and the lowest unchanged segment index (0-based); -1 means that the whole version string can be changed, implying that there is also no string designation of the lower bound version.
getMajorVersion() - Method in class org.codehaus.mojo.versions.ordering.BoundArtifactVersion
 
getMavenProject() - Method in class org.codehaus.mojo.versions.api.VersionsHelper.VersionPropertiesMapRequest
Returns the MavenProject object
getMinorVersion() - Method in class org.codehaus.mojo.versions.ordering.BoundArtifactVersion
 
getModel() - Method in class org.codehaus.mojo.versions.change.AbstractVersionChanger
Returns the Maven Model instance
getModel() - Method in class org.codehaus.mojo.versions.change.VersionChangerFactory
 
getModel(Map<File, Model>, 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.
getModelEntry(Map<File, Model>, String, String) - Static method in class org.codehaus.mojo.versions.api.PomHelper
Returns the model that has the specified groupId (if specified) and artifactId or null if no such model exists.
getName() - Method in class org.codehaus.mojo.versions.api.Property
 
getName() - Method in class org.codehaus.mojo.versions.api.PropertyVersions
Returns the name of the property
getName() - Method in class org.codehaus.mojo.versions.api.PropertyVersionsBuilder
 
getNewerVersions(String, Optional<Segment>, boolean, boolean) - Method in class org.codehaus.mojo.versions.api.AbstractVersionDetails
 
getNewerVersions(String, Optional<Segment>, boolean, boolean) - Method in interface org.codehaus.mojo.versions.api.VersionDetails
Returns an array of newer versions than the given version, given the upper bound segment and whether snapshots should be included.
getNewestUpdateWithinSegment(Optional<Segment>, boolean) - Method in class org.codehaus.mojo.versions.api.AbstractVersionDetails
 
getNewestUpdateWithinSegment(Optional<Segment>, boolean) - Method in interface org.codehaus.mojo.versions.api.VersionDetails
Returns the newest version newer than the specified current version, only within the segment specified by updateScope or null if no such version exists.
getNewestUpdateWithinSegment(ArtifactVersion, Optional<Segment>, boolean) - Method in class org.codehaus.mojo.versions.api.AbstractVersionDetails
 
getNewestUpdateWithinSegment(ArtifactVersion, Optional<Segment>, boolean) - Method in interface org.codehaus.mojo.versions.api.VersionDetails
Returns the newest version newer than the specified current version, but within the specified update scope or null if no such version exists.
getNewestVersion(String, Optional<Segment>, boolean, boolean) - Method in class org.codehaus.mojo.versions.api.AbstractVersionDetails
 
getNewestVersion(String, Optional<Segment>, boolean, boolean) - Method in interface org.codehaus.mojo.versions.api.VersionDetails
Returns the latest version, newer than the given version, given the upper bound segment and whether snapshots should be included.
getNewestVersion(String, Property, boolean, Collection<MavenProject>, boolean, Optional<Segment>) - Method in class org.codehaus.mojo.versions.api.PropertyVersions
Retrieves the newest artifact version for the given property-denoted artifact or null if no newer version could be found.
getNewestVersion(Restriction, boolean) - Method in class org.codehaus.mojo.versions.api.AbstractVersionDetails
 
getNewestVersion(Restriction, 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 class org.codehaus.mojo.versions.api.AbstractVersionDetails
 
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.
getNewestVersion(VersionRange, Restriction, boolean) - Method in class org.codehaus.mojo.versions.api.AbstractVersionDetails
 
getNewestVersion(VersionRange, Restriction, 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, Restriction, boolean, boolean) - Method in class org.codehaus.mojo.versions.api.AbstractVersionDetails
 
getNewestVersion(VersionRange, Restriction, boolean, boolean) - Method in interface org.codehaus.mojo.versions.api.VersionDetails
Returns the latest version given the version range, restricition, whether to include snapshots and/or allow downgrades, or null if no such version exists.
getNewValue() - Method in class org.codehaus.mojo.versions.change.DefaultPropertyVersionChange
 
getNewVersion() - Method in class org.codehaus.mojo.versions.change.DefaultDependencyVersionChange
 
getOldValue() - Method in class org.codehaus.mojo.versions.change.DefaultPropertyVersionChange
 
getOldVersion() - Method in class org.codehaus.mojo.versions.change.DefaultDependencyVersionChange
 
getPattern() - Method in class org.codehaus.mojo.versions.filtering.WildcardMatcher
 
getPom() - Method in class org.codehaus.mojo.versions.change.AbstractVersionChanger
Returns the MutableXMLStreamReader instance representing the parsed and possibly modified POM file.
getPom() - Method in class org.codehaus.mojo.versions.change.VersionChangerFactory
 
getProfileId() - Method in class org.codehaus.mojo.versions.api.PropertyVersions
Returns the id of the profile
getProjectVersion(MutableXMLStreamReader) - 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.change.DefaultPropertyVersionChange
 
getPropertyDefinitions() - Method in class org.codehaus.mojo.versions.api.VersionsHelper.VersionPropertiesMapRequest
Returns the Property array
getPropertyVersionsBuilders(VersionsHelper, Log, MavenProject, boolean) - 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.
getQualifier() - Method in class org.codehaus.mojo.versions.ordering.BoundArtifactVersion
 
getRawModel(File) - Static method in class org.codehaus.mojo.versions.api.PomHelper
Gets the raw model before any interpolation what-so-ever.
getRawModel(Reader) - Static method in class org.codehaus.mojo.versions.api.PomHelper
Gets the current raw model before any interpolation what-so-ever.
getRawModel(String, File) - Static method in class org.codehaus.mojo.versions.api.PomHelper
Gets the current raw model before any interpolation what-so-ever.
getRawModel(MavenProject) - Static method in class org.codehaus.mojo.versions.api.PomHelper
Gets the raw model before any interpolation what-so-ever.
getRawModelTree(ModelNode, Log) - Static method in class org.codehaus.mojo.versions.api.PomHelper
Builds a ModelNode tree of raw models keyed by module path and returns a list of all nodes, ordered depth-first visiting order.
getReactorParentCount(Map<File, Model>, Model) - Static method in class org.codehaus.mojo.versions.api.PomHelper
Returns a count of how many parents a model has in the reactor.
getReportNewestUpdate(Optional<Segment>, boolean) - Method in class org.codehaus.mojo.versions.api.AbstractVersionDetails
Returns the latest version newer than the specified current version, and within the specified update scope, or null if no such version exists.
getReportUpdates(Optional<Segment>, boolean) - Method in class org.codehaus.mojo.versions.api.AbstractVersionDetails
Returns all versions newer than the specified current version, and within the specified update scope.
getRuleSet() - Method in class org.codehaus.mojo.versions.rule.RuleService
 
getSegment() - Method in class org.codehaus.mojo.versions.ordering.BoundArtifactVersion
Returns the most major segment that can change.
getSegment() - Method in exception class org.codehaus.mojo.versions.ordering.InvalidSegmentException
 
getSegmentCount() - Method in exception class org.codehaus.mojo.versions.ordering.InvalidSegmentException
 
getSegmentCount(ArtifactVersion) - Method in class org.codehaus.mojo.versions.ordering.DefaultSegmentCounter
Returns the number of segments specified or specifiable in the supplied artifact version.
getSegmentCount(ArtifactVersion) - Method in interface org.codehaus.mojo.versions.ordering.SegmentCounter
Returns the number of segments specified or specifiable in the supplied artifact version.
getSelectedRestriction(ArtifactVersion) - Method in class org.codehaus.mojo.versions.api.AbstractVersionDetails
If the artifact is bound by one or more version ranges, returns the restriction that constitutes the version range containing the selected actual version.
getSource() - Method in class org.codehaus.mojo.versions.rewriting.MutableXMLStreamReader
Returns the current state of the document, in string format
getTokenExtractor() - Method in enum org.codehaus.mojo.versions.filtering.TokenizedMatcher.Tokens
 
getValue() - Method in class org.codehaus.mojo.versions.api.Property
 
getVersion() - Method in class org.codehaus.mojo.versions.api.ArtifactVersions
Returns the artifactId of the artifact which versions we are holding.
getVersion() - Method in class org.codehaus.mojo.versions.api.Property
 
getVersion() - Method in exception class org.codehaus.mojo.versions.ordering.InvalidSegmentException
 
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.
getVersionChange() - Method in class org.codehaus.mojo.versions.recording.DefaultDependencyChangeRecord
 
getVersionChange() - Method in class org.codehaus.mojo.versions.recording.DefaultPropertyChangeRecord
 
getVersionPropertiesMap(VersionsHelper.VersionPropertiesMapRequest) - Method in class org.codehaus.mojo.versions.api.DefaultVersionsHelper
 
getVersionPropertiesMap(VersionsHelper.VersionPropertiesMapRequest) - 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.
getVersionRange() - Method in class org.codehaus.mojo.versions.api.PropertyVersionsBuilder
 
getVersions(boolean) - Method in class org.codehaus.mojo.versions.api.ArtifactVersions
 
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(boolean) - Method in interface org.codehaus.mojo.versions.api.VersionDetails
Returns all available versions in increasing order.
getVersions(Collection<Artifact>) - 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(Restriction, boolean) - Method in class org.codehaus.mojo.versions.api.AbstractVersionDetails
 
getVersions(Restriction, boolean) - Method in interface org.codehaus.mojo.versions.api.VersionDetails
Returns all available versions within the specified bounds.
getVersions(VersionRange, boolean) - Method in class org.codehaus.mojo.versions.api.AbstractVersionDetails
 
getVersions(VersionRange, boolean) - Method in interface org.codehaus.mojo.versions.api.VersionDetails
Returns all available versions within the specified version range.
getVersions(VersionRange, Restriction, boolean) - Method in class org.codehaus.mojo.versions.api.AbstractVersionDetails
 
getVersions(VersionRange, Restriction, boolean) - Method in interface org.codehaus.mojo.versions.api.VersionDetails
Returns all available versions within the specified bounds.
GROUP_ID - Enum constant in enum org.codehaus.mojo.versions.filtering.TokenizedMatcher.Tokens
 

H

hashCode() - Method in class org.codehaus.mojo.versions.api.ArtifactVersions
 
hashCode() - Method in class org.codehaus.mojo.versions.api.PluginUpdatesDetails
 
hashCode() - Method in class org.codehaus.mojo.versions.change.DefaultDependencyVersionChange
 
hashCode() - Method in class org.codehaus.mojo.versions.change.DefaultPropertyVersionChange
 
hashCode() - Method in class org.codehaus.mojo.versions.ordering.BoundArtifactVersion
 
hasMark(Object) - Method in class org.codehaus.mojo.versions.rewriting.MutableXMLStreamReader
If the mark with the given markNr has been recorded

I

IgnoreVersionHelper - Class in org.codehaus.mojo.versions.api
Helper class for IgnoreVersion
INCREMENTAL - Enum constant in enum org.codehaus.mojo.versions.api.Segment
 
INSTANCE - Static variable in class org.codehaus.mojo.versions.ordering.DefaultSegmentCounter
 
InvalidSegmentException - Exception Class in org.codehaus.mojo.versions.ordering
Represents an invalid segment being identified within a version.
InvalidSegmentException(Segment, int, ArtifactVersion) - Constructor for exception class org.codehaus.mojo.versions.ordering.InvalidSegmentException
Constructs the exception object
isArtifactUpdateAvailable() - Method in class org.codehaus.mojo.versions.api.PluginUpdatesDetails
Returns true if a new version of the artifact fulfilling the criteria (whether to include snapshots) can be found
isAssociated() - Method in class org.codehaus.mojo.versions.api.PropertyVersions
Says whether the property is associated with a dependency
isAssociated() - Method in class org.codehaus.mojo.versions.api.PropertyVersionsBuilder
Returns true is the property is associated with any artifact
isAutoLinkDependencies() - Method in class org.codehaus.mojo.versions.api.Property
 
isAutoLinkItems() - Method in class org.codehaus.mojo.versions.api.VersionsHelper.VersionPropertiesMapRequest
Returns the value of VersionsHelper.VersionPropertiesMapRequest.autoLinkItems If not set, it is assumed to be true
isBanSnapshots() - Method in class org.codehaus.mojo.versions.api.Property
 
isDependencyUpdateAvailable() - Method in class org.codehaus.mojo.versions.api.PluginUpdatesDetails
Returns true if a new version of the dependency can be found
isEmpty(boolean) - Method in class org.codehaus.mojo.versions.api.ArtifactVersions
Says whether the versions present in the ArtifactVersions collection are empty.
isExplicitVersion(Model) - Static method in class org.codehaus.mojo.versions.api.PomHelper
Checks to see if the model contains an explicitly specified version.
isIncludeParent() - Method in class org.codehaus.mojo.versions.api.VersionsHelper.VersionPropertiesMapRequest
Returns the value of VersionsHelper.VersionPropertiesMapRequest.includeParent.
isIncludeSnapshots() - Method in class org.codehaus.mojo.versions.api.PluginUpdatesDetails
 
isMajorTo(Segment) - Method in enum org.codehaus.mojo.versions.api.Segment
Returns true if the given segment is more major than the other
isModified() - Method in class org.codehaus.mojo.versions.rewriting.MutableXMLStreamReader
Whether the document has been modified
isPreferReactor() - Method in class org.codehaus.mojo.versions.api.Property
 
isSearchReactor() - Method in class org.codehaus.mojo.versions.api.Property
 
isUpdateAvailable() - Method in class org.codehaus.mojo.versions.api.PluginUpdatesDetails
Returns true if a new version of the dependency can be found
isUsePluginRepositories() - Method in interface org.codehaus.mojo.versions.api.ArtifactAssociation
 
isValidType(IgnoreVersion) - Static method in class org.codehaus.mojo.versions.api.IgnoreVersionHelper
Check if type for given ignoredVersion is valid.
isVersionIgnored(Version, IgnoreVersion) - Static method in class org.codehaus.mojo.versions.api.IgnoreVersionHelper
 
isVersionInRange(ArtifactVersion, VersionRange) - Static method in class org.codehaus.mojo.versions.api.ArtifactVersions
Checks if the version is in the range (and ensures that the range respects the -! syntax to rule out any qualifiers from range boundaries).
isVersionInRestriction(Restriction, ArtifactVersion) - Method in class org.codehaus.mojo.versions.api.AbstractVersionDetails
Checks if the candidate version is in the range of the restriction.

L

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.
lookupArtifactVersions(Artifact, VersionRange, boolean) - Method in class org.codehaus.mojo.versions.api.DefaultVersionsHelper
 
lookupArtifactVersions(Artifact, VersionRange, 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.
lookupArtifactVersions(Artifact, VersionRange, boolean, boolean) - Method in class org.codehaus.mojo.versions.api.DefaultVersionsHelper
 
lookupArtifactVersions(Artifact, VersionRange, boolean, 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(Stream<Dependency>, boolean, boolean) - Method in class org.codehaus.mojo.versions.api.DefaultVersionsHelper
 
lookupDependenciesUpdates(Stream<Dependency>, boolean, boolean) - Method in interface org.codehaus.mojo.versions.api.VersionsHelper
Returns a map of all possible updates per dependency.
lookupDependenciesUpdates(Stream<Dependency>, boolean, boolean, boolean) - Method in class org.codehaus.mojo.versions.api.DefaultVersionsHelper
 
lookupDependenciesUpdates(Stream<Dependency>, boolean, boolean, boolean) - Method in interface org.codehaus.mojo.versions.api.VersionsHelper
Returns a map of all possible updates per dependency.
lookupDependencyUpdates(Dependency, boolean, boolean, boolean) - Method in class org.codehaus.mojo.versions.api.DefaultVersionsHelper
 
lookupDependencyUpdates(Dependency, boolean, boolean, boolean) - Method in interface org.codehaus.mojo.versions.api.VersionsHelper
Creates an ArtifactVersions instance from a dependency.
lookupPluginsUpdates(Stream<Plugin>, boolean) - Method in class org.codehaus.mojo.versions.api.DefaultVersionsHelper
 
lookupPluginsUpdates(Stream<Plugin>, 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
 
lookupPluginUpdates(Plugin, boolean) - Method in interface org.codehaus.mojo.versions.api.VersionsHelper
Looks up the updates for a plugin.

M

MAJOR - Enum constant in enum org.codehaus.mojo.versions.api.Segment
 
majorTo(Segment) - Static method in enum org.codehaus.mojo.versions.api.Segment
Creates a segment that has a greater scope than the given segment or null if the segment is already Segment.MAJOR
mark(Object) - Method in class org.codehaus.mojo.versions.rewriting.MutableXMLStreamReader
Records the current LocationInfo and delta under the given markNr
matchersDontMatch(Dependency) - Method in class org.codehaus.mojo.versions.filtering.DependencyFilter
 
matchersMatch(Dependency) - Method in class org.codehaus.mojo.versions.filtering.DependencyFilter
 
MINOR - Enum constant in enum org.codehaus.mojo.versions.api.Segment
 
minorTo(Segment) - Static method in enum org.codehaus.mojo.versions.api.Segment
Creates a segment that has a lesser scope than the given segment
MutableXMLStreamReader - Class in org.codehaus.mojo.versions.rewriting
A mutable XMLStreamReader2, allowing simple string manipulation (replacement) of the underlying document
MutableXMLStreamReader(InputStream, Path) - Constructor for class org.codehaus.mojo.versions.rewriting.MutableXMLStreamReader
Constructs a new object using the contents of the given input stream as the initial contents of the document.
MutableXMLStreamReader(Path) - Constructor for class org.codehaus.mojo.versions.rewriting.MutableXMLStreamReader
Constructs a new object using the contents of the given file as the initial contents of the document.

N

newDependencyVersionChanger() - Method in class org.codehaus.mojo.versions.change.VersionChangerFactory
 
newParentVersionChanger() - Method in class org.codehaus.mojo.versions.change.VersionChangerFactory
 
newPluginVersionChanger() - Method in class org.codehaus.mojo.versions.change.VersionChangerFactory
 
newProjectVersionChanger() - Method in class org.codehaus.mojo.versions.change.VersionChangerFactory
 
newVersionChanger() - Method in class org.codehaus.mojo.versions.change.VersionChangerFactory
 
newVersionChanger(boolean, boolean, boolean, boolean) - Method in class org.codehaus.mojo.versions.change.VersionChangerFactory
 
next() - Method in class org.codehaus.mojo.versions.rewriting.MutableXMLStreamReader
 
NULL_KEYWORD - Static variable in class org.codehaus.mojo.versions.filtering.NullAwareWildcardMatcher
 
NullAwareWildcardMatcher - Class in org.codehaus.mojo.versions.filtering
 
NullAwareWildcardMatcher(String) - Constructor for class org.codehaus.mojo.versions.filtering.NullAwareWildcardMatcher
 

O

of(int) - Static method in enum org.codehaus.mojo.versions.api.Segment
 
org.codehaus.mojo.versions.api - package org.codehaus.mojo.versions.api
 
org.codehaus.mojo.versions.change - package org.codehaus.mojo.versions.change
 
org.codehaus.mojo.versions.filtering - package org.codehaus.mojo.versions.filtering
 
org.codehaus.mojo.versions.ordering - package org.codehaus.mojo.versions.ordering
 
org.codehaus.mojo.versions.recording - package org.codehaus.mojo.versions.recording
 
org.codehaus.mojo.versions.rewriting - package org.codehaus.mojo.versions.rewriting
 
org.codehaus.mojo.versions.rule - package org.codehaus.mojo.versions.rule
 

P

ParentVersionChanger - Class in org.codehaus.mojo.versions.change
Version changer for the parent
ParentVersionChanger(Model, MutableXMLStreamReader, Log) - Constructor for class org.codehaus.mojo.versions.change.ParentVersionChanger
Constructs a new instance
parse(String) - Static method in class org.codehaus.mojo.versions.filtering.TokenizedMatcher
 
parse(String) - Static method in class org.codehaus.mojo.versions.filtering.WildcardMatcher
 
parseFrom(List<String>) - Static method in class org.codehaus.mojo.versions.filtering.DependencyFilter
 
parseVersion(String) - Method in class org.codehaus.mojo.versions.ordering.BoundArtifactVersion
Deprecated.
do not use: this method would mutate the state and therefore is illegal to use
PluginUpdatesDetails - Class in org.codehaus.mojo.versions.api
Details of a plugin's updates.
PluginUpdatesDetails(ArtifactVersions, Map<Dependency, ArtifactVersions>, boolean) - Constructor for class org.codehaus.mojo.versions.api.PluginUpdatesDetails
 
PluginVersionChanger - Class in org.codehaus.mojo.versions.change
Created by IntelliJ IDEA.
PluginVersionChanger(Model, MutableXMLStreamReader, Log) - Constructor for class org.codehaus.mojo.versions.change.PluginVersionChanger
Constructs a new instance
PomHelper - Class in org.codehaus.mojo.versions.api
 
PomHelper(ArtifactFactory, ExpressionEvaluator) - Constructor for class org.codehaus.mojo.versions.api.PomHelper
Creates a new instance
ProjectVersionChanger - Class in org.codehaus.mojo.versions.change
Created by IntelliJ IDEA.
ProjectVersionChanger(Model, MutableXMLStreamReader, Log) - Constructor for class org.codehaus.mojo.versions.change.ProjectVersionChanger
Constructs a new instance
Property - Class in org.codehaus.mojo.versions.api
Represents an association between properties and dependencies.
Property() - Constructor for class org.codehaus.mojo.versions.api.Property
Creates a new instance without any set name
Property(String) - Constructor for class org.codehaus.mojo.versions.api.Property
Creates a new Property with the given name
PropertyVersions - Class in org.codehaus.mojo.versions.api
Manages a property that is associated with one or more artifacts.
PropertyVersionsBuilder - Class in org.codehaus.mojo.versions.api
Builds PropertyVersions instances.

R

ReactorDepthComparator - Class in org.codehaus.mojo.versions.ordering
Compares project paths relative to the base directory based on their depth in a reactor
ReactorDepthComparator(Map<File, Model>) - Constructor for class org.codehaus.mojo.versions.ordering.ReactorDepthComparator
 
readXml(File) - Static method in class org.codehaus.mojo.versions.api.PomHelper
Reads an XML from a file.
readXml(InputStream) - Static method in class org.codehaus.mojo.versions.api.PomHelper
Reads an XML from the given InputStream.
recordChange(DependencyChangeRecord) - Method in class org.codehaus.mojo.versions.recording.ChangeRecorderNull
 
recordChange(DependencyChangeRecord) - Method in class org.codehaus.mojo.versions.recording.ChangeRecorderXML
 
recordChange(PropertyChangeRecord) - Method in class org.codehaus.mojo.versions.recording.ChangeRecorderNull
 
recordChange(PropertyChangeRecord) - Method in class org.codehaus.mojo.versions.recording.ChangeRecorderXML
 
removingFrom(Collection<Dependency>) - Method in class org.codehaus.mojo.versions.filtering.DependencyFilter
 
replace(String) - Method in class org.codehaus.mojo.versions.rewriting.MutableXMLStreamReader
Replaces the current element with the replacement text
replaceBetween(Object, Object, String) - Method in class org.codehaus.mojo.versions.rewriting.MutableXMLStreamReader
Replaces the document between two marks with the given replacement.
replaceMark(Object, String) - Method in class org.codehaus.mojo.versions.rewriting.MutableXMLStreamReader
Replaces the document between the starting and ending character offset of the given mark
resolveArtifact(Artifact, boolean) - Method in class org.codehaus.mojo.versions.api.DefaultVersionsHelper
 
resolveArtifact(Artifact, boolean) - Method in interface org.codehaus.mojo.versions.api.VersionsHelper
Attempts to resolve the artifact.
restrictionForIgnoreScope(ArtifactVersion, Optional<Segment>) - Method in class org.codehaus.mojo.versions.api.AbstractVersionDetails
 
restrictionForIgnoreScope(ArtifactVersion, Optional<Segment>) - Method in interface org.codehaus.mojo.versions.api.VersionDetails
Returns the Restriction objects for a segemnt scope which is to be ignored.
restrictionForSelectedSegment(ArtifactVersion, Optional<Segment>) - Method in class org.codehaus.mojo.versions.api.AbstractVersionDetails
 
restrictionForSelectedSegment(ArtifactVersion, Optional<Segment>) - Method in interface org.codehaus.mojo.versions.api.VersionDetails
Returns a Restriction object for computing version upgrades within the given segment allowing updates, with all more major segments locked in place, but also ignoring all version updates from lesser scopes.
restrictionForUnchangedSegment(ArtifactVersion, Optional<Segment>, boolean) - Method in class org.codehaus.mojo.versions.api.AbstractVersionDetails
 
restrictionForUnchangedSegment(ArtifactVersion, Optional<Segment>, boolean) - Method in interface org.codehaus.mojo.versions.api.VersionDetails
Returns a Restriction object for computing version upgrades within the all segments minor/lesser to the provided unchangedSegment.
retainingIn(Collection<Dependency>) - Method in class org.codehaus.mojo.versions.filtering.DependencyFilter
 
rewind() - Method in class org.codehaus.mojo.versions.rewriting.MutableXMLStreamReader
Recreates the underlying delegate XMLStreamReader2 based on the current state of the document
RuleService - Class in org.codehaus.mojo.versions.rule
 
RuleService(Log, RuleSet) - Constructor for class org.codehaus.mojo.versions.rule.RuleService
 
RulesServiceBuilder - Class in org.codehaus.mojo.versions.rule
 
RulesServiceBuilder() - Constructor for class org.codehaus.mojo.versions.rule.RulesServiceBuilder
 

S

SCOPE - Enum constant in enum org.codehaus.mojo.versions.filtering.TokenizedMatcher.Tokens
 
Segment - Enum in org.codehaus.mojo.versions.api
Indicates the segment along with its 0-based index
SegmentCounter - Interface in org.codehaus.mojo.versions.ordering
Counts the number of segments
setAutoLinkDependencies(boolean) - Method in class org.codehaus.mojo.versions.api.Property
 
setBanSnapshots(boolean) - Method in class org.codehaus.mojo.versions.api.Property
 
setCurrentVersion(String) - Method in class org.codehaus.mojo.versions.api.AbstractVersionDetails
 
setCurrentVersion(String) - Method in interface org.codehaus.mojo.versions.api.VersionDetails
Sets the current version.
setCurrentVersion(ArtifactVersion) - Method in class org.codehaus.mojo.versions.api.AbstractVersionDetails
 
setCurrentVersion(ArtifactVersion) - Method in interface org.codehaus.mojo.versions.api.VersionDetails
Sets the current version.
setCurrentVersionRange(VersionRange) - Method in class org.codehaus.mojo.versions.api.AbstractVersionDetails
 
setCurrentVersionRange(VersionRange) - Method in interface org.codehaus.mojo.versions.api.VersionDetails
Sets the current version range (may be null)
setDependencies(Dependency[]) - Method in class org.codehaus.mojo.versions.api.Property
Dependencies that must be available for this property.
setDependencyVersion(MutableXMLStreamReader, String, String, String, String, Model, Log) - Static method in class org.codehaus.mojo.versions.api.PomHelper
Searches the pom re-defining the specified dependency to the specified version.
setElementValue(MutableXMLStreamReader, String, String, String) - Static method in class org.codehaus.mojo.versions.api.PomHelper
Sets the value of the given element given its parent element path.
setElementValue(MutableXMLStreamReader, String, String, String, boolean) - Static method in class org.codehaus.mojo.versions.api.PomHelper
Sets the value of the given element given its parent element path.
setLog(Log) - Method in class org.codehaus.mojo.versions.change.VersionChangerFactory
 
setModel(Model) - Method in class org.codehaus.mojo.versions.change.VersionChangerFactory
 
setName(String) - Method in class org.codehaus.mojo.versions.api.Property
 
setPluginVersion(MutableXMLStreamReader, 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.
setPom(MutableXMLStreamReader) - Method in class org.codehaus.mojo.versions.change.VersionChangerFactory
 
setPreferReactor(boolean) - Method in class org.codehaus.mojo.versions.api.Property
 
setProjectParentVersion(MutableXMLStreamReader, String) - Static method in class org.codehaus.mojo.versions.api.PomHelper
Searches the pom re-defining the project version to the specified version.
setProjectVersion(MutableXMLStreamReader, String) - Static method in class org.codehaus.mojo.versions.api.PomHelper
Searches the pom re-defining the project version to the specified version.
setPropertyVersion(MutableXMLStreamReader, 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.
setSearchReactor(boolean) - Method in class org.codehaus.mojo.versions.api.Property
 
setValue(String) - Method in class org.codehaus.mojo.versions.api.Property
 
setVersion(String) - Method in class org.codehaus.mojo.versions.api.Property
 
SUBINCREMENTAL - Enum constant in enum org.codehaus.mojo.versions.api.Segment
 

T

test(String) - Method in class org.codehaus.mojo.versions.filtering.NullAwareWildcardMatcher
 
test(String) - Method in class org.codehaus.mojo.versions.filtering.WildcardMatcher
 
test(Dependency) - Method in class org.codehaus.mojo.versions.filtering.TokenizedMatcher
 
TokenizedMatcher - Class in org.codehaus.mojo.versions.filtering
 
TokenizedMatcher.Tokens - Enum in org.codehaus.mojo.versions.filtering
 
toString() - Method in class org.codehaus.mojo.versions.api.ArtifactVersions
toString() - Method in class org.codehaus.mojo.versions.api.PropertyVersions
toString() - Method in enum org.codehaus.mojo.versions.api.Segment
 
toString() - Method in class org.codehaus.mojo.versions.change.DefaultDependencyVersionChange
 
toString() - Method in class org.codehaus.mojo.versions.change.DefaultPropertyVersionChange
 
toString() - Method in class org.codehaus.mojo.versions.filtering.DependencyFilter
 
toString() - Method in class org.codehaus.mojo.versions.filtering.TokenizedMatcher
 
toString() - Method in class org.codehaus.mojo.versions.filtering.WildcardMatcher
 
toString() - Method in class org.codehaus.mojo.versions.ordering.BoundArtifactVersion
TYPE - Enum constant in enum org.codehaus.mojo.versions.filtering.TokenizedMatcher.Tokens
 

V

VALID_TYPES - Static variable in class org.codehaus.mojo.versions.api.IgnoreVersionHelper
 
value() - Method in enum org.codehaus.mojo.versions.api.Segment
Returns the 0-based sendex index
valueOf(String) - Static method in enum org.codehaus.mojo.versions.api.Segment
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.codehaus.mojo.versions.filtering.TokenizedMatcher.Tokens
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.codehaus.mojo.versions.api.Segment
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.codehaus.mojo.versions.filtering.TokenizedMatcher.Tokens
Returns an array containing the constants of this enum type, in the order they are declared.
verboseDetail - Variable in class org.codehaus.mojo.versions.api.AbstractVersionDetails
displays more verbose information about discovered updates
VERSION - Enum constant in enum org.codehaus.mojo.versions.filtering.TokenizedMatcher.Tokens
 
VersionChanger - Interface in org.codehaus.mojo.versions.change
An abstract version changer, capable of changing versions of a given dependency.
VersionChangerFactory - Class in org.codehaus.mojo.versions.change
Created by IntelliJ IDEA.
VersionChangerFactory() - Constructor for class org.codehaus.mojo.versions.change.VersionChangerFactory
 
VersionDetails - Interface in org.codehaus.mojo.versions.api
Created by IntelliJ IDEA.
VersionPropertiesMapRequest() - Constructor for class org.codehaus.mojo.versions.api.VersionsHelper.VersionPropertiesMapRequest
 
VersionRetrievalException - Exception Class in org.codehaus.mojo.versions.api
Exception thrown if version information cannot be retrieved
VersionRetrievalException(String, Artifact) - Constructor for exception class org.codehaus.mojo.versions.api.VersionRetrievalException
Constructs a new exception with the specified detail message.
VersionRetrievalException(String, Artifact, Throwable) - Constructor for exception class org.codehaus.mojo.versions.api.VersionRetrievalException
Constructs a new exception with the specified detail message and cause.
VersionRetrievalException(Artifact) - Constructor for exception class org.codehaus.mojo.versions.api.VersionRetrievalException
Constructs a new exception with null as its detail message.
VersionRetrievalException(Artifact, Throwable) - Constructor for exception class org.codehaus.mojo.versions.api.VersionRetrievalException
Constructs a new exception with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
VersionsHelper - Interface in org.codehaus.mojo.versions.api
Helper class that provides common functionality required by both the mojos and the reports.
VersionsHelper.VersionPropertiesMapRequest - Class in org.codehaus.mojo.versions.api
VersionsHelper.VersionPropertiesMapRequest.Builder - Class in org.codehaus.mojo.versions.api

W

WILDCARD - Static variable in class org.codehaus.mojo.versions.filtering.WildcardMatcher
 
WildcardMatcher - Class in org.codehaus.mojo.versions.filtering
 
WildcardMatcher(String) - Constructor for class org.codehaus.mojo.versions.filtering.WildcardMatcher
 
withArtifact(Artifact) - Method in class org.codehaus.mojo.versions.recording.DefaultDependencyChangeRecord.Builder
Supplies the artifact
withArtifactFactory(ArtifactFactory) - Method in class org.codehaus.mojo.versions.api.DefaultVersionsHelper.Builder
 
withArtifactId(String) - Method in class org.codehaus.mojo.versions.recording.DefaultDependencyChangeRecord.Builder
Supplies the artifactId
withAssociation(Artifact, boolean) - Method in class org.codehaus.mojo.versions.api.PropertyVersionsBuilder
 
withAutoLinkItems(boolean) - Method in class org.codehaus.mojo.versions.api.VersionsHelper.VersionPropertiesMapRequest.Builder
Supplies the information whether to automatically infer associations
withCurrentVersion(ArtifactVersion) - Method in class org.codehaus.mojo.versions.api.PropertyVersionsBuilder
 
withCurrentVersionRange(VersionRange) - Method in class org.codehaus.mojo.versions.api.PropertyVersionsBuilder
 
withDependency(Dependency) - Method in class org.codehaus.mojo.versions.recording.DefaultDependencyChangeRecord.Builder
Supplies the dependency
withExcludeProperties(String) - Method in class org.codehaus.mojo.versions.api.VersionsHelper.VersionPropertiesMapRequest.Builder
Supplies the properties to exclude
withGroupId(String) - Method in class org.codehaus.mojo.versions.recording.DefaultDependencyChangeRecord.Builder
Supplies the groupId
withIgnoredVersions(Collection<String>) - Method in class org.codehaus.mojo.versions.rule.RulesServiceBuilder
 
withIncludeFilter(Predicate<Artifact>) - Method in class org.codehaus.mojo.versions.api.VersionsHelper.VersionPropertiesMapRequest.Builder
Supplies the include artifact filter
withIncludeParent(boolean) - Method in class org.codehaus.mojo.versions.api.VersionsHelper.VersionPropertiesMapRequest.Builder
Supplies the includeParent parameter (whether parent POMs should be included)
withIncludeProperties(String) - Method in class org.codehaus.mojo.versions.api.VersionsHelper.VersionPropertiesMapRequest.Builder
Supplies the properties to include
withKind(DependencyChangeRecord.ChangeKind) - Method in class org.codehaus.mojo.versions.recording.DefaultDependencyChangeRecord.Builder
Supplies the kind
withLog(Log) - Method in class org.codehaus.mojo.versions.api.DefaultVersionsHelper.Builder
 
withLog(Log) - Method in class org.codehaus.mojo.versions.rule.RulesServiceBuilder
 
withLowerBound(String, boolean) - Method in class org.codehaus.mojo.versions.api.PropertyVersionsBuilder
 
withMavenProject(MavenProject) - Method in class org.codehaus.mojo.versions.api.VersionsHelper.VersionPropertiesMapRequest.Builder
Supplies the MavenProject instance
withMavenSession(MavenSession) - Method in class org.codehaus.mojo.versions.api.DefaultVersionsHelper.Builder
 
withMavenSession(MavenSession) - Method in class org.codehaus.mojo.versions.rule.RulesServiceBuilder
 
withNewValue(String) - Method in class org.codehaus.mojo.versions.recording.DefaultPropertyChangeRecord.Builder
 
withNewVersion(String) - Method in class org.codehaus.mojo.versions.recording.DefaultDependencyChangeRecord.Builder
Supplies the version from after the change
withOldValue(String) - Method in class org.codehaus.mojo.versions.recording.DefaultPropertyChangeRecord.Builder
 
withOldVersion(String) - Method in class org.codehaus.mojo.versions.recording.DefaultDependencyChangeRecord.Builder
Supplies the version from before the change
withPomHelper(PomHelper) - Method in class org.codehaus.mojo.versions.api.DefaultVersionsHelper.Builder
 
withProperty(String) - Method in class org.codehaus.mojo.versions.recording.DefaultPropertyChangeRecord.Builder
 
withPropertyDefinitions(Property[]) - Method in class org.codehaus.mojo.versions.api.VersionsHelper.VersionPropertiesMapRequest.Builder
Supplies the MavenProject instance
withRepositorySystem(RepositorySystem) - Method in class org.codehaus.mojo.versions.api.DefaultVersionsHelper.Builder
 
withRuleService(RuleService) - Method in class org.codehaus.mojo.versions.api.DefaultVersionsHelper.Builder
 
withRuleSet(RuleSet) - Method in class org.codehaus.mojo.versions.rule.RulesServiceBuilder
 
withRulesUri(String) - Method in class org.codehaus.mojo.versions.rule.RulesServiceBuilder
 
withServerId(String) - Method in class org.codehaus.mojo.versions.rule.RulesServiceBuilder
 
withUpperBound(String, boolean) - Method in class org.codehaus.mojo.versions.api.PropertyVersionsBuilder
 
withWagonMap(Map<String, Wagon>) - Method in class org.codehaus.mojo.versions.rule.RulesServiceBuilder
 
writeReport(Path) - Method in class org.codehaus.mojo.versions.recording.ChangeRecorderNull
 
writeReport(Path) - Method in class org.codehaus.mojo.versions.recording.ChangeRecorderXML
 
A B C D E F G H I L M N O P R S T V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form