Uses of Class
org.apache.ivy.plugins.version.MavenTimedSnapshotVersionMatcher.MavenSnapshotRevision
Packages that use MavenTimedSnapshotVersionMatcher.MavenSnapshotRevision
-
Uses of MavenTimedSnapshotVersionMatcher.MavenSnapshotRevision in org.apache.ivy.plugins.resolver
Methods in org.apache.ivy.plugins.resolver with parameters of type MavenTimedSnapshotVersionMatcher.MavenSnapshotRevisionModifier and TypeMethodDescriptionprivate ResolvedResource
IBiblioResolver.findSnapshotArtifact
(Artifact artifact, 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.MavenSnapshotRevisionModifier and TypeMethodDescriptionMavenTimedSnapshotVersionMatcher.computeIfSnapshot
(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).