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
- addExtension(CoreExtension) - Method in class org.codehaus.mojo.versions.model.CoreExtensions
-
Method addExtension.
- 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
ArtifactVersionsinstance. - ArtifactVersions(ArtifactVersions) - Constructor for class org.codehaus.mojo.versions.api.ArtifactVersions
-
Creates a new
ArtifactVersionsinstance 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.VersionPropertiesMapRequestinstance - build() - Method in class org.codehaus.mojo.versions.recording.DefaultDependencyChangeRecord.Builder
- build() - Method in class org.codehaus.mojo.versions.recording.DefaultPropertyChangeRecord.Builder
- build() - Method in class org.codehaus.mojo.versions.utils.DependencyBuilder
-
Builds the Dependency instance
- build() - Method in class org.codehaus.mojo.versions.utils.ExtensionBuilder
-
Builds the Dependency instance
- builder() - Static method in class org.codehaus.mojo.versions.api.VersionsHelper.VersionPropertiesMapRequest
-
Returns a new
VersionsHelper.VersionPropertiesMapRequest.Builderinstance - 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
- clearContext() - Method in interface org.codehaus.mojo.versions.utils.ContextualLog
- clearContext() - Method in class org.codehaus.mojo.versions.utils.DelegatingContextualLog
- 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(Object, Object) - Method in enum org.codehaus.mojo.versions.utils.PluginComparator
-
Compares to
PluginorReportPlugininstances. - 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.
- compare(Dependency, Dependency) - Method in enum org.codehaus.mojo.versions.utils.DependencyComparator
- compare(Property, Property) - Method in enum org.codehaus.mojo.versions.utils.PropertyComparator
-
Compares to
Propertyinstances. - 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
trueif the specific version is in the list of versions. - ContextualLog - Interface in org.codehaus.mojo.versions.utils
-
A
Logthat knows about multiple contexts and can report on those contexts with separators between each context - convertWildcardsToRegex(String, boolean) - Static method in class org.codehaus.mojo.versions.utils.RegexUtils
-
Converts a wildcard rule to a regex rule.
- CoreExtension - Class in org.codehaus.mojo.versions.model
-
Describes a build extension to utilise.
- CoreExtension() - Constructor for class org.codehaus.mojo.versions.model.CoreExtension
- CoreExtensions - Class in org.codehaus.mojo.versions.model
-
Extensions to load.
- CoreExtensions() - Constructor for class org.codehaus.mojo.versions.model.CoreExtensions
- CoreExtensionsStaxReader - Class in org.codehaus.mojo.versions.model.io.stax
-
Class CoreExtensionsStaxReader.
- CoreExtensionsStaxReader() - Constructor for class org.codehaus.mojo.versions.model.io.stax.CoreExtensionsStaxReader
- CoreExtensionUtils - Class in org.codehaus.mojo.versions.utils
-
Utilities for reading and handling core extensions.
- CoreExtensionUtils() - Constructor for class org.codehaus.mojo.versions.utils.CoreExtensionUtils
- createArtifactVersion(String) - Method in class org.codehaus.mojo.versions.api.DefaultVersionsHelper
- createArtifactVersion(String) - Method in interface org.codehaus.mojo.versions.api.VersionsHelper
-
Creates an
ArtifactVersioninstance 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
ProjectBuildingRequestinstance based on maven session.
D
- debug(CharSequence) - Method in class org.codehaus.mojo.versions.utils.DelegatingContextualLog
- debug(CharSequence, Throwable) - Method in class org.codehaus.mojo.versions.utils.DelegatingContextualLog
- debug(Throwable) - Method in class org.codehaus.mojo.versions.utils.DelegatingContextualLog
- debugModules(Log, String, Collection<String>) - Static method in class org.codehaus.mojo.versions.api.PomHelper
-
Outputs a debug message with a list of modules.
- DefaultArtifactVersionCache - Class in org.codehaus.mojo.versions.utils
-
Simple cache for
ArtifactVersion - DefaultArtifactVersionCache() - Constructor for class org.codehaus.mojo.versions.utils.DefaultArtifactVersionCache
- 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
- DelegatingContextualLog - Class in org.codehaus.mojo.versions.utils
-
Created by IntelliJ IDEA.
- DelegatingContextualLog(Log) - Constructor for class org.codehaus.mojo.versions.utils.DelegatingContextualLog
- DependencyBuilder - Class in org.codehaus.mojo.versions.utils
-
Builder class for Dependency
- DependencyComparator - Enum in org.codehaus.mojo.versions.utils
-
A comparator used to sort dependencies by group id, artifact id and finally version.
- 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
- determineUnchangedSegment(boolean, boolean, boolean, Log) - Static method in class org.codehaus.mojo.versions.utils.SegmentUtils
-
Based on the passed flags, determines which segment which is not to be changed.
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
- equals(Object) - Method in class org.codehaus.mojo.versions.utils.ModelNode
- error(CharSequence) - Method in class org.codehaus.mojo.versions.utils.DelegatingContextualLog
- error(CharSequence, Throwable) - Method in class org.codehaus.mojo.versions.utils.DelegatingContextualLog
- error(Throwable) - Method in class org.codehaus.mojo.versions.utils.DelegatingContextualLog
- evaluate(String, Map<String, String>, Log) - Static method in class org.codehaus.mojo.versions.api.PomHelper
-
A lightweight expression evaluation function.
- ExtensionBuilder - Class in org.codehaus.mojo.versions.utils
-
Builder class for Extension
- extractArtifacts(Collection<MavenProject>) - Method in class org.codehaus.mojo.versions.api.DefaultVersionsHelper
- extractArtifacts(Collection<MavenProject>) - Method in interface org.codehaus.mojo.versions.api.VersionsHelper
- extractDependenciesFromDependencyManagement(MavenProject, boolean, Log) - Static method in class org.codehaus.mojo.versions.utils.MavenProjectUtils
-
Retrieves dependencies from the dependency management of the project as well as its immediate parent project.
- extractDependenciesFromPlugins(MavenProject) - Static method in class org.codehaus.mojo.versions.utils.MavenProjectUtils
-
Retrieves dependencies from plugin management
- 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.
- extractPluginDependenciesFromPluginsInPluginManagement(MavenProject) - Static method in class org.codehaus.mojo.versions.utils.MavenProjectUtils
-
Retrieves dependencies from the plugins section
F
- filter(Map<K, V>, Function<V, Boolean>) - Static method in class org.codehaus.mojo.versions.utils.MiscUtils
-
Filters a given map leaving only elements fulfilling a predicate.
- filter(Map<K, V>, Function<V, Boolean>, BinaryOperator<V>) - Static method in class org.codehaus.mojo.versions.utils.MiscUtils
- 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
ArtifactVersionsobject 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() - Method in class org.codehaus.mojo.versions.model.CoreExtension
-
Get the artifact ID of the extension.
- 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.
- getClassLoadingStrategy() - Method in class org.codehaus.mojo.versions.model.CoreExtension
-
Get the class loading strategy: 'self-first' (the default), 'parent-first' (loads classes from the parent, then from the extension) or 'plugin' (follows the rules from extensions defined as plugins).
- getCoreExtensions(MavenProject) - Static method in class org.codehaus.mojo.versions.utils.CoreExtensionUtils
-
Reads the core extensions (not build extensions) configured for the given project from the
${project}/.mvn/extensions.xmlfile. - getCurrentEndingCharOffset() - Method in class org.codehaus.mojo.versions.rewriting.MutableXMLStreamReader
-
Returns current (adjusted by
MutableXMLStreamReader.deltaending char offset - getCurrentStartingCharOffset() - Method in class org.codehaus.mojo.versions.rewriting.MutableXMLStreamReader
-
Returns current (adjusted by
MutableXMLStreamReader.deltastarting 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
ExpressionEvaluatorfor the specified project. - getExtensions() - Method in class org.codehaus.mojo.versions.model.CoreExtensions
-
Method getExtensions.
- 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() - Method in class org.codehaus.mojo.versions.model.CoreExtension
-
Get the group ID of the extension's artifact.
- 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.
- getId() - Method in class org.codehaus.mojo.versions.model.CoreExtension
-
Gets the identifier of the extension.
- 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
MavenSessioninstance. - 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
MavenProjectobject - 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() - Method in class org.codehaus.mojo.versions.utils.ModelNode
-
Returns the
Modelinstance associated with the given node. - 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
nullif no such model exists. - getModelEncoding() - Method in class org.codehaus.mojo.versions.model.CoreExtensions
-
Get the modelEncoding field.
- 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
nullif no such model exists. - getMutableXMLStreamReader() - Method in class org.codehaus.mojo.versions.utils.ModelNode
-
Gets the
MutableXMLStreamReaderinstance - 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
updateScopeornullif 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
nullif 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
nullif 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
nullif 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
nullif 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
nullif 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
nullif 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
- getParent() - Method in class org.codehaus.mojo.versions.utils.ModelNode
-
Gets the parent node.
- 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.
- getProperties() - Method in class org.codehaus.mojo.versions.utils.PropertiesVersionsFileReader
-
Returns the string contents of the property file
- getPropertiesConfig() - Method in class org.codehaus.mojo.versions.utils.PropertiesVersionsFileReader
-
Returns the array of
Propertyobjects - getProperty() - Method in class org.codehaus.mojo.versions.change.DefaultPropertyVersionChange
- getPropertyDefinitions() - Method in class org.codehaus.mojo.versions.api.VersionsHelper.VersionPropertiesMapRequest
-
Returns the
Propertyarray - 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
ModelNodetree 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
nullif 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 class org.codehaus.mojo.versions.model.CoreExtension
-
Get the version of the extension.
- 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
PropertyVersionsvalues keyed byPropertyinstances 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
DefaultVersionsHelperto 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
CollectionofArtifactinstances 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.
- getWildcardScore(String) - Static method in class org.codehaus.mojo.versions.utils.RegexUtils
- 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
- hashCode() - Method in class org.codehaus.mojo.versions.utils.ModelNode
- hasMark(Object) - Method in class org.codehaus.mojo.versions.rewriting.MutableXMLStreamReader
-
If the mark with the given
markNrhas 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
- info(CharSequence) - Method in class org.codehaus.mojo.versions.utils.DelegatingContextualLog
- info(CharSequence, Throwable) - Method in class org.codehaus.mojo.versions.utils.DelegatingContextualLog
- info(Throwable) - Method in class org.codehaus.mojo.versions.utils.DelegatingContextualLog
- 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.
- INSTANCE - Enum constant in enum org.codehaus.mojo.versions.utils.DependencyComparator
- INSTANCE - Enum constant in enum org.codehaus.mojo.versions.utils.PluginComparator
- INSTANCE - Enum constant in enum org.codehaus.mojo.versions.utils.PropertyComparator
- interpolateVersion(Dependency, MavenProject) - Static method in class org.codehaus.mojo.versions.utils.MavenProjectUtils
-
Attempts to interpolate the version from model properties.
- 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.autoLinkItemsIf not set, it is assumed to betrue - isBanSnapshots() - Method in class org.codehaus.mojo.versions.api.Property
- isDebugEnabled() - Method in class org.codehaus.mojo.versions.utils.DelegatingContextualLog
- 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
ArtifactVersionscollection are empty. - isErrorEnabled() - Method in class org.codehaus.mojo.versions.utils.DelegatingContextualLog
- 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
- isInfoEnabled() - Method in class org.codehaus.mojo.versions.utils.DelegatingContextualLog
- 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.
- isWarnEnabled() - Method in class org.codehaus.mojo.versions.utils.DelegatingContextualLog
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
ArtifactVersionsinstance 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
nullif the segment is alreadySegment.MAJOR - mark(Object) - Method in class org.codehaus.mojo.versions.rewriting.MutableXMLStreamReader
-
Records the current
LocationInfoand 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
- MavenProjectUtils - Class in org.codehaus.mojo.versions.utils
-
Utility methods for extracting dependencies from a
MavenProject - MavenProjectUtils() - Constructor for class org.codehaus.mojo.versions.utils.MavenProjectUtils
- 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
- MiscUtils - Class in org.codehaus.mojo.versions.utils
-
Miscellaneous utility class.
- MiscUtils() - Constructor for class org.codehaus.mojo.versions.utils.MiscUtils
- ModelNode - Class in org.codehaus.mojo.versions.utils
-
Represents a navigable tree of
Modelinstances. - ModelNode(Model, MutableXMLStreamReader) - Constructor for class org.codehaus.mojo.versions.utils.ModelNode
-
Creates a root node (without a parent).
- ModelNode(ModelNode, Model, MutableXMLStreamReader) - Constructor for class org.codehaus.mojo.versions.utils.ModelNode
-
Creates a new instance with a parent node.
- 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
- newBuilder() - Static method in class org.codehaus.mojo.versions.utils.DependencyBuilder
-
Creates a new instance of the builder
- newBuilder() - Static method in class org.codehaus.mojo.versions.utils.ExtensionBuilder
-
Creates a new instance of the builder
- 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
- of(String) - Static method in class org.codehaus.mojo.versions.utils.DefaultArtifactVersionCache
-
Get a ComparableVersion representing the version in a string.
- 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.model - package org.codehaus.mojo.versions.model
- org.codehaus.mojo.versions.model.io.stax - package org.codehaus.mojo.versions.model.io.stax
- 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.utils - package org.codehaus.mojo.versions.utils
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
- PluginComparator - Enum in org.codehaus.mojo.versions.utils
-
A comparator used to sort plugins and report plugins by group id, artifact id and finally version.
- 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
- PropertiesVersionsFileReader - Class in org.codehaus.mojo.versions.utils
-
Reader class for reading property files
- PropertiesVersionsFileReader(String) - Constructor for class org.codehaus.mojo.versions.utils.PropertiesVersionsFileReader
-
Creates an instance of the object with the given path to the property file
- 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
- PropertyComparator - Enum in org.codehaus.mojo.versions.utils
-
A comparator used to sort
Propertyinstances. - 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
PropertyVersionsinstances. - protocol(String) - Static method in class org.codehaus.mojo.versions.api.DefaultVersionsHelper.Builder
Q
- quote(String) - Static method in class org.codehaus.mojo.versions.utils.RegexUtils
-
Takes a string and returns the regex that will match that string exactly.
R
- 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
- read() - Method in class org.codehaus.mojo.versions.utils.PropertiesVersionsFileReader
-
Reads the property file
- read(InputStream) - Method in class org.codehaus.mojo.versions.model.io.stax.CoreExtensionsStaxReader
-
Method read.
- read(InputStream, boolean) - Method in class org.codehaus.mojo.versions.model.io.stax.CoreExtensionsStaxReader
-
Method read.
- read(Reader) - Method in class org.codehaus.mojo.versions.model.io.stax.CoreExtensionsStaxReader
-
Method read.
- read(Reader, boolean) - Method in class org.codehaus.mojo.versions.model.io.stax.CoreExtensionsStaxReader
-
Method read.
- read(String) - Method in class org.codehaus.mojo.versions.model.io.stax.CoreExtensionsStaxReader
-
Method read.
- read(String, boolean) - Method in class org.codehaus.mojo.versions.model.io.stax.CoreExtensionsStaxReader
-
Method read.
- 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
- REGEX_QUOTE_END - Static variable in class org.codehaus.mojo.versions.utils.RegexUtils
-
The end of a regex literal sequence.
- REGEX_QUOTE_END_ESCAPED - Static variable in class org.codehaus.mojo.versions.utils.RegexUtils
-
Escape the escapes.
- REGEX_QUOTE_START - Static variable in class org.codehaus.mojo.versions.utils.RegexUtils
-
The start of a regex literal sequence.
- RegexUtils - Class in org.codehaus.mojo.versions.utils
-
Utility methods to help with regex manipulation.
- removeExtension(CoreExtension) - Method in class org.codehaus.mojo.versions.model.CoreExtensions
-
Method removeExtension.
- 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
Restrictionobjects 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
XMLStreamReader2based 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
- SegmentUtils - Class in org.codehaus.mojo.versions.utils
-
Utility class for manipulating with
Segmentobjects - SegmentUtils() - Constructor for class org.codehaus.mojo.versions.utils.SegmentUtils
- setArtifactId(String) - Method in class org.codehaus.mojo.versions.model.CoreExtension
-
Set the artifact ID of the extension.
- setAutoLinkDependencies(boolean) - Method in class org.codehaus.mojo.versions.api.Property
- setBanSnapshots(boolean) - Method in class org.codehaus.mojo.versions.api.Property
- setClassLoadingStrategy(String) - Method in class org.codehaus.mojo.versions.model.CoreExtension
-
Set the class loading strategy: 'self-first' (the default), 'parent-first' (loads classes from the parent, then from the extension) or 'plugin' (follows the rules from extensions defined as plugins).
- setContext(String) - Method in interface org.codehaus.mojo.versions.utils.ContextualLog
- setContext(String) - Method in class org.codehaus.mojo.versions.utils.DelegatingContextualLog
- 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.
- setExtensions(List<CoreExtension>) - Method in class org.codehaus.mojo.versions.model.CoreExtensions
-
Set a set of build extensions to use from this project.
- setGroupId(String) - Method in class org.codehaus.mojo.versions.model.CoreExtension
-
Set the group ID of the extension's artifact.
- setLog(Log) - Method in class org.codehaus.mojo.versions.change.VersionChangerFactory
- setModel(Model) - Method in class org.codehaus.mojo.versions.change.VersionChangerFactory
- setModelEncoding(String) - Method in class org.codehaus.mojo.versions.model.CoreExtensions
-
Set the modelEncoding field.
- 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
- setVersion(String) - Method in class org.codehaus.mojo.versions.model.CoreExtension
-
Set the version of the extension.
- 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.
- valueOf(String) - Static method in enum org.codehaus.mojo.versions.utils.DependencyComparator
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.codehaus.mojo.versions.utils.PluginComparator
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.codehaus.mojo.versions.utils.PropertyComparator
-
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.
- values() - Static method in enum org.codehaus.mojo.versions.utils.DependencyComparator
-
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.utils.PluginComparator
-
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.utils.PropertyComparator
-
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
nullas 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). - VersionsExpressionEvaluator - Class in org.codehaus.mojo.versions.utils
-
Created by IntelliJ IDEA.
- VersionsExpressionEvaluator(MavenSession, MojoExecution) - Constructor for class org.codehaus.mojo.versions.utils.VersionsExpressionEvaluator
- VersionsHelper - Interface in org.codehaus.mojo.versions.api
-
Helper class that provides common functionality required by both the mojos and the reports.
- 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
- warn(CharSequence) - Method in class org.codehaus.mojo.versions.utils.DelegatingContextualLog
- warn(CharSequence, Throwable) - Method in class org.codehaus.mojo.versions.utils.DelegatingContextualLog
- warn(Throwable) - Method in class org.codehaus.mojo.versions.utils.DelegatingContextualLog
- 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
- withArtifactId(String) - Method in class org.codehaus.mojo.versions.utils.DependencyBuilder
-
Passes artifactId to the builder
- withArtifactId(String) - Method in class org.codehaus.mojo.versions.utils.ExtensionBuilder
-
Passes artifactId to the 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
- withClassifier(String) - Method in class org.codehaus.mojo.versions.utils.DependencyBuilder
-
Passes classifier to the builder
- 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
- withGroupId(String) - Method in class org.codehaus.mojo.versions.utils.DependencyBuilder
-
Passes groupId to the builder
- withGroupId(String) - Method in class org.codehaus.mojo.versions.utils.ExtensionBuilder
-
Passes groupId to the 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
- withLocation(Object, InputLocation) - Method in class org.codehaus.mojo.versions.utils.ExtensionBuilder
-
Passes type to the 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
MavenProjectinstance - 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
- withOptional(boolean) - Method in class org.codehaus.mojo.versions.utils.DependencyBuilder
-
Passes optional to the builder as boolean
- withOptional(String) - Method in class org.codehaus.mojo.versions.utils.DependencyBuilder
-
Passes optional to the builder as String
- 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
MavenProjectinstance - 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
- withScope(String) - Method in class org.codehaus.mojo.versions.utils.DependencyBuilder
-
Passes scope to the builder
- withServerId(String) - Method in class org.codehaus.mojo.versions.api.DefaultVersionsHelper.Builder
- withType(String) - Method in class org.codehaus.mojo.versions.utils.DependencyBuilder
-
Passes type to the builder
- withUpperBound(String, boolean) - Method in class org.codehaus.mojo.versions.api.PropertyVersionsBuilder
- withVersion(String) - Method in class org.codehaus.mojo.versions.utils.DependencyBuilder
-
Passes version to the builder
- withVersion(String) - Method in class org.codehaus.mojo.versions.utils.ExtensionBuilder
-
Passes version to the builder
- 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