Package org.apache.ivy.plugins.conflict
Class LatestConflictManager.IvyNodeArtifactInfo
- java.lang.Object
-
- org.apache.ivy.plugins.conflict.LatestConflictManager.IvyNodeArtifactInfo
-
- All Implemented Interfaces:
ArtifactInfo
- Enclosing class:
- LatestConflictManager
protected static final class LatestConflictManager.IvyNodeArtifactInfo extends java.lang.Object implements ArtifactInfo
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getLastModified()
IvyNode
getNode()
java.lang.String
getRevision()
-
-
-
Method Detail
-
getLastModified
public long getLastModified()
- Specified by:
getLastModified
in interfaceArtifactInfo
-
getRevision
public java.lang.String getRevision()
- Specified by:
getRevision
in interfaceArtifactInfo
-
getNode
public IvyNode getNode()
-
-