Index
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
- AbstractVersionComparator - Class in org.codehaus.mojo.versions.ordering
-
Base class for version comparators.
- AbstractVersionComparator() - Constructor for class org.codehaus.mojo.versions.ordering.AbstractVersionComparator
- AbstractVersionDetails - Class in org.codehaus.mojo.versions.api
-
Base class for
VersionDetails
. - AbstractVersionDetails() - Constructor for class org.codehaus.mojo.versions.api.AbstractVersionDetails
- addDependencyVersions(Map<Dependency, ArtifactVersions>) - Method in class org.codehaus.mojo.versions.api.PluginUpdatesDetails
- alphaNumIncrement(String) - Static method in class org.codehaus.mojo.versions.ordering.VersionComparators
-
Deprecated.
- 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
- apply(DependencyVersionChange) - Method in class org.codehaus.mojo.versions.change.DependencyVersionChanger
- apply(DependencyVersionChange) - Method in class org.codehaus.mojo.versions.change.ParentVersionChanger
- apply(DependencyVersionChange) - Method in class org.codehaus.mojo.versions.change.PluginVersionChanger
- apply(DependencyVersionChange) - Method in class org.codehaus.mojo.versions.change.ProjectVersionChanger
- apply(DependencyVersionChange) - Method in interface org.codehaus.mojo.versions.change.VersionChanger
- 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>, VersionComparator) - 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
-
Utility providing a cached
AbstractVersionDetails.getNewestUpdateWithinSegment(Optional, boolean)
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
-
Returns the
VersionsHelper.VersionPropertiesMapRequest
instance - build() - Method in class org.codehaus.mojo.versions.recording.DefaultDependencyChangeRecord.Builder
- build() - Method in class org.codehaus.mojo.versions.recording.DefaultPropertyChangeRecord.Builder
- builder() - Static method in class org.codehaus.mojo.versions.api.VersionsHelper.VersionPropertiesMapRequest
-
Returns a new
VersionsHelper.VersionPropertiesMapRequest.Builder
instance - 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
- 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
- compare(ArtifactVersion, ArtifactVersion) - Method in class org.codehaus.mojo.versions.ordering.AbstractVersionComparator
- compare(ArtifactVersion, ArtifactVersion) - Method in class org.codehaus.mojo.versions.ordering.MavenVersionComparator
- compare(ArtifactVersion, ArtifactVersion) - Method in class org.codehaus.mojo.versions.ordering.MercuryVersionComparator
-
Deprecated.
- compare(ArtifactVersion, ArtifactVersion) - Method in class org.codehaus.mojo.versions.ordering.NumericVersionComparator
-
Deprecated.
- 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
-
Created by IntelliJ IDEA.
- CompositeVersionChanger(List<VersionChanger>) - Constructor for class org.codehaus.mojo.versions.change.CompositeVersionChanger
- CompositeVersionChanger(VersionChanger[]) - Constructor for class org.codehaus.mojo.versions.change.CompositeVersionChanger
- 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. - createArtifactVersion(String) - Method in class org.codehaus.mojo.versions.api.DefaultVersionsHelper
- createArtifactVersion(String) - Method in interface org.codehaus.mojo.versions.api.VersionsHelper
-
Creates an
ArtifactVersion
instance from a string. - createDependencyArtifact(String, String, String, String, String, String, boolean) - Method in class org.codehaus.mojo.versions.api.DefaultVersionsHelper
- createDependencyArtifact(String, String, String, String, String, String, boolean) - Method in interface org.codehaus.mojo.versions.api.VersionsHelper
-
Shorthand method for
repositorySystem.createDependencyArtifact(...)
. - createDependencyArtifact(Dependency) - Method in class org.codehaus.mojo.versions.api.DefaultVersionsHelper
- createDependencyArtifact(Dependency) - Method in interface org.codehaus.mojo.versions.api.VersionsHelper
-
Shorthand method for
repositorySystem.createDependencyArtifact(...)
which extracts the parameters from the Dependency instance. - createPluginArtifact(String, String, String) - Method in class org.codehaus.mojo.versions.api.DefaultVersionsHelper
- createPluginArtifact(String, String, String) - Method in interface org.codehaus.mojo.versions.api.VersionsHelper
-
Shorthand method for
repositorySystem.createPluginArtifact(...)
. - 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
- 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
- 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
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.AbstractVersionComparator
-
Returns true if this object is the same type of comparator as the parameter.
- equals(Object) - Method in class org.codehaus.mojo.versions.ordering.BoundArtifactVersion
- evaluate(String, Map<String, String>, Log) - Static method in class org.codehaus.mojo.versions.api.PomHelper
-
A lightweight expression evaluation function.
- extractArtifacts(Collection<MavenProject>) - Method in class org.codehaus.mojo.versions.api.DefaultVersionsHelper
- extractArtifacts(Collection<MavenProject>) - Method in interface org.codehaus.mojo.versions.api.VersionsHelper
- 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.
- 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
- getBestFitRule(String, String) - Method in class org.codehaus.mojo.versions.api.DefaultVersionsHelper
-
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
- 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
- getExpressionEvaluator(MavenProject) - Method in class org.codehaus.mojo.versions.api.DefaultVersionsHelper
- getExpressionEvaluator(MavenProject) - Method in interface org.codehaus.mojo.versions.api.VersionsHelper
-
Returns an
ExpressionEvaluator
for the specified project. - 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.
- 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.api.DefaultVersionsHelper
- getLog() - Method in interface org.codehaus.mojo.versions.api.VersionsHelper
-
Gets the logger used by this helper.
- 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
- 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
- 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
ornull
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>, VersionsHelper, 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(String, Property, boolean, List<MavenProject>, VersionsHelper) - Method in class org.codehaus.mojo.versions.api.PropertyVersions
- 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
- getPom() - Method in class org.codehaus.mojo.versions.change.VersionChangerFactory
- getProfileId() - Method in class org.codehaus.mojo.versions.api.PropertyVersions
- 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, MavenProject, boolean) - 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.
- 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.
- 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.AbstractVersionComparator
- getSegmentCount(ArtifactVersion) - Method in interface org.codehaus.mojo.versions.ordering.VersionComparator
-
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
- getVersionComparator() - Method in class org.codehaus.mojo.versions.api.ArtifactVersions
- getVersionComparator() - Method in class org.codehaus.mojo.versions.api.PropertyVersions
-
Gets the rule for version comparison of this artifact.
- getVersionComparator() - Method in interface org.codehaus.mojo.versions.api.VersionDetails
-
Gets the rule for version comparison of this artifact.
- getVersionComparator(String) - Static method in class org.codehaus.mojo.versions.ordering.VersionComparators
-
Deprecated.Returns the version comparator to use.
- getVersionComparator(String, String) - Method in class org.codehaus.mojo.versions.api.DefaultVersionsHelper
- 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(Artifact) - 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.
- 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 byProperty
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
ofArtifact
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.AbstractVersionComparator
-
Returns a hash code value for the comparator class.
- 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
- info(CharSequence) - Method in class org.codehaus.mojo.versions.change.AbstractVersionChanger
- innerGetSegmentCount(ArtifactVersion) - Method in class org.codehaus.mojo.versions.ordering.AbstractVersionComparator
- innerGetSegmentCount(ArtifactVersion) - Method in class org.codehaus.mojo.versions.ordering.MavenVersionComparator
- innerGetSegmentCount(ArtifactVersion) - Method in class org.codehaus.mojo.versions.ordering.MercuryVersionComparator
-
Deprecated.
- innerGetSegmentCount(ArtifactVersion) - Method in class org.codehaus.mojo.versions.ordering.NumericVersionComparator
-
Deprecated.
- innerIncrementSegment(ArtifactVersion, Segment) - Method in class org.codehaus.mojo.versions.ordering.MavenVersionComparator
- innerIncrementSegment(ArtifactVersion, Segment) - Method in class org.codehaus.mojo.versions.ordering.MercuryVersionComparator
-
Deprecated.
- innerIncrementSegment(ArtifactVersion, Segment) - Method in class org.codehaus.mojo.versions.ordering.NumericVersionComparator
-
Deprecated.
- 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
- isAssociated() - Method in class org.codehaus.mojo.versions.api.PropertyVersionsBuilder
- 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 betrue
- 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.
- isVersionOverlap(String, String) - Static method in class org.codehaus.mojo.versions.api.PomHelper
-
Checks if two versions or ranges have an overlap.
L
- log - Variable in class org.codehaus.mojo.versions.change.AbstractVersionChanger
- 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 alreadySegment.MAJOR
- mark(Object) - Method in class org.codehaus.mojo.versions.rewriting.MutableXMLStreamReader
-
Records the current
LocationInfo
and delta under the givenmarkNr
- matchersDontMatch(Dependency) - Method in class org.codehaus.mojo.versions.filtering.DependencyFilter
- matchersMatch(Dependency) - Method in class org.codehaus.mojo.versions.filtering.DependencyFilter
- 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
-
Deprecated.
- MercuryVersionComparator() - Constructor for class org.codehaus.mojo.versions.ordering.MercuryVersionComparator
-
Deprecated.
- 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
- NumericVersionComparator - Class in org.codehaus.mojo.versions.ordering
-
Deprecated.
- NumericVersionComparator() - Constructor for class org.codehaus.mojo.versions.ordering.NumericVersionComparator
-
Deprecated.
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
P
- ParentVersionChanger - Class in org.codehaus.mojo.versions.change
- ParentVersionChanger(Model, MutableXMLStreamReader, Log) - Constructor for class org.codehaus.mojo.versions.change.ParentVersionChanger
- 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
- PATTERN_PROJECT_DEPENDENCY - Static variable in class org.codehaus.mojo.versions.api.PomHelper
- PATTERN_PROJECT_DEPENDENCY_VERSION - Static variable in class org.codehaus.mojo.versions.api.PomHelper
- PATTERN_PROJECT_PARENT_VERSION - Static variable in class org.codehaus.mojo.versions.api.PomHelper
- PATTERN_PROJECT_PLUGIN - Static variable in class org.codehaus.mojo.versions.api.PomHelper
- PATTERN_PROJECT_PLUGIN_VERSION - Static variable in class org.codehaus.mojo.versions.api.PomHelper
- PATTERN_PROJECT_PROFILE - Static variable in class org.codehaus.mojo.versions.api.PomHelper
- PATTERN_PROJECT_PROFILE_ID - Static variable in class org.codehaus.mojo.versions.api.PomHelper
- PATTERN_PROJECT_PROPERTIES - Static variable in class org.codehaus.mojo.versions.api.PomHelper
- PATTERN_PROJECT_VERSION - Static variable in class org.codehaus.mojo.versions.api.PomHelper
- 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
- PomHelper - Class in org.codehaus.mojo.versions.api
-
Helper class for modifying pom files.
- 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
- 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
- Property(String) - Constructor for class org.codehaus.mojo.versions.api.Property
- 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. - protocol(String) - Static method in class org.codehaus.mojo.versions.api.DefaultVersionsHelper.Builder
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
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
- 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
- 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
-
Quasi-contract:
BoundArtifactVersion.toString()
must produce the textual representation of the version, without any additional items, this is required by the implementation ofNumericVersionComparator
. - 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
- VERSION - Enum constant in enum org.codehaus.mojo.versions.filtering.TokenizedMatcher.Tokens
- VersionChanger - Interface in org.codehaus.mojo.versions.change
-
Created by IntelliJ IDEA.
- VersionChangerFactory - Class in org.codehaus.mojo.versions.change
-
Created by IntelliJ IDEA.
- VersionChangerFactory() - Constructor for class org.codehaus.mojo.versions.change.VersionChangerFactory
- VersionComparator - Interface in org.codehaus.mojo.versions.ordering
-
A rule for comparing and manipulating versions.
- VersionComparators - Class in org.codehaus.mojo.versions.ordering
-
Deprecated.Note: This comparator should be replaced by using the one of Maven core instead.
- 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() - Constructor for exception class org.codehaus.mojo.versions.api.VersionRetrievalException
-
Constructs a new exception with
null
as its detail message. - VersionRetrievalException(String) - Constructor for exception class org.codehaus.mojo.versions.api.VersionRetrievalException
-
Constructs a new exception with the specified detail message.
- VersionRetrievalException(String, Throwable) - Constructor for exception class org.codehaus.mojo.versions.api.VersionRetrievalException
-
Constructs a new exception with the specified detail message and cause.
- VersionRetrievalException(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 ofcause
). - 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
-
Argument builder class for
VersionsHelper.getVersionPropertiesMap(VersionPropertiesMapRequest)
. - VersionsHelper.VersionPropertiesMapRequest.Builder - Class in org.codehaus.mojo.versions.api
-
Builder class for
VersionsHelper.VersionPropertiesMapRequest
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
- withArtifactHandlerManager(ArtifactHandlerManager) - Method in class org.codehaus.mojo.versions.api.DefaultVersionsHelper.Builder
- withArtifactId(String) - Method in class org.codehaus.mojo.versions.recording.DefaultDependencyChangeRecord.Builder
- 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
- 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
- withIgnoredVersions(Collection<String>) - Method in class org.codehaus.mojo.versions.api.DefaultVersionsHelper.Builder
- 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
- withLog(Log) - Method in class org.codehaus.mojo.versions.api.DefaultVersionsHelper.Builder
- 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
- withMojoExecution(MojoExecution) - Method in class org.codehaus.mojo.versions.api.DefaultVersionsHelper.Builder
- withNewValue(String) - Method in class org.codehaus.mojo.versions.recording.DefaultPropertyChangeRecord.Builder
- withNewVersion(String) - Method in class org.codehaus.mojo.versions.recording.DefaultDependencyChangeRecord.Builder
- withOldValue(String) - Method in class org.codehaus.mojo.versions.recording.DefaultPropertyChangeRecord.Builder
- withOldVersion(String) - Method in class org.codehaus.mojo.versions.recording.DefaultDependencyChangeRecord.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
- withRuleSet(RuleSet) - Method in class org.codehaus.mojo.versions.api.DefaultVersionsHelper.Builder
- withRulesUri(String) - Method in class org.codehaus.mojo.versions.api.DefaultVersionsHelper.Builder
- withServerId(String) - Method in class org.codehaus.mojo.versions.api.DefaultVersionsHelper.Builder
- withUpperBound(String, boolean) - Method in class org.codehaus.mojo.versions.api.PropertyVersionsBuilder
- withWagonMap(Map<String, Wagon>) - Method in class org.codehaus.mojo.versions.api.DefaultVersionsHelper.Builder
- writeReport(Path) - Method in class org.codehaus.mojo.versions.recording.ChangeRecorderNull
- writeReport(Path) - Method in class org.codehaus.mojo.versions.recording.ChangeRecorderXML
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form