Package org.apache.ivy.plugins.version
Class VersionRangeMatcher.MRIDArtifactInfo
- java.lang.Object
-
- org.apache.ivy.plugins.version.VersionRangeMatcher.MRIDArtifactInfo
-
- All Implemented Interfaces:
ArtifactInfo
- Enclosing class:
- VersionRangeMatcher
private final class VersionRangeMatcher.MRIDArtifactInfo extends java.lang.Object implements ArtifactInfo
-
-
Field Summary
Fields Modifier and Type Field Description private ModuleRevisionId
mrid
-
Constructor Summary
Constructors Constructor Description MRIDArtifactInfo(ModuleRevisionId id)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getLastModified()
java.lang.String
getRevision()
-
-
-
Field Detail
-
mrid
private ModuleRevisionId mrid
-
-
Constructor Detail
-
MRIDArtifactInfo
public MRIDArtifactInfo(ModuleRevisionId id)
-
-
Method Detail
-
getLastModified
public long getLastModified()
- Specified by:
getLastModified
in interfaceArtifactInfo
-
getRevision
public java.lang.String getRevision()
- Specified by:
getRevision
in interfaceArtifactInfo
-
-