|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use VersionDetails | |
---|---|
org.codehaus.mojo.versions.api |
Uses of VersionDetails in org.codehaus.mojo.versions.api |
---|
Classes in org.codehaus.mojo.versions.api that implement VersionDetails | |
---|---|
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. |
Methods in org.codehaus.mojo.versions.api with parameters of type VersionDetails | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |