Uses of Class
org.apache.ivy.plugins.version.MavenTimedSnapshotVersionMatcher.MavenSnapshotRevision
-
Packages that use MavenTimedSnapshotVersionMatcher.MavenSnapshotRevision Package Description org.apache.ivy.plugins.resolver org.apache.ivy.plugins.version -
-
Uses of MavenTimedSnapshotVersionMatcher.MavenSnapshotRevision in org.apache.ivy.plugins.resolver
Methods in org.apache.ivy.plugins.resolver with parameters of type MavenTimedSnapshotVersionMatcher.MavenSnapshotRevision Modifier and Type Method Description private ResolvedResource
IBiblioResolver. findSnapshotArtifact(Artifact artifact, java.util.Date date, ModuleRevisionId mrid, MavenTimedSnapshotVersionMatcher.MavenSnapshotRevision snapshotRevision)
private ResolvedResource
IBiblioResolver. findSnapshotDescriptor(DependencyDescriptor dd, ResolveData data, ModuleRevisionId mrid, MavenTimedSnapshotVersionMatcher.MavenSnapshotRevision snapshotRevision)
-
Uses of MavenTimedSnapshotVersionMatcher.MavenSnapshotRevision in org.apache.ivy.plugins.version
Methods in org.apache.ivy.plugins.version that return MavenTimedSnapshotVersionMatcher.MavenSnapshotRevision Modifier and Type Method Description static MavenTimedSnapshotVersionMatcher.MavenSnapshotRevision
MavenTimedSnapshotVersionMatcher. computeIfSnapshot(java.lang.String revision)
Parses the passedrevision
and returns aMavenTimedSnapshotVersionMatcher.MavenSnapshotRevision
, representing thatrevision
, if it is either a regular snapshot (for example: 1.0.2-SNAPSHOT) or a timestamped snapshot (for example: 1.0.2-20100925.223013-19).
-