| Package | Description |
|---|---|
| org.codehaus.mojo.versions.api |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractVersionDetails
Base class for
VersionDetails. |
class |
ArtifactVersions
Holds the results of a search for versions of an artifact.
|
class |
PropertyVersions
Manages a property that is associated with one or more artifacts.
|
| Modifier and Type | Method and Description |
|---|---|
abstract org.apache.maven.artifact.versioning.ArtifactVersion[] |
UpdateScope.getAllUpdates(VersionDetails versionDetails,
org.apache.maven.artifact.versioning.ArtifactVersion currentVersion,
boolean includeSnapshots)
Returns all versions newer than the specified current version within this scope.
|
abstract org.apache.maven.artifact.versioning.ArtifactVersion |
UpdateScope.getNewestUpdate(VersionDetails versionDetails,
org.apache.maven.artifact.versioning.ArtifactVersion currentVersion,
boolean includeSnapshots)
Returns the newest version after the specified current version within this scope.
|
abstract org.apache.maven.artifact.versioning.ArtifactVersion |
UpdateScope.getOldestUpdate(VersionDetails versionDetails,
org.apache.maven.artifact.versioning.ArtifactVersion currentVersion,
boolean includeSnapshots)
Returns the next version after the specified current version within this scope.
|
Copyright © 2008-2014. All Rights Reserved.