| java.lang.Object org.apache.ivy.core.cache.ArtifactOrigin
Field Summary | |
final public static ArtifactOrigin | UNKNOWN ArtifactOrigin instance used when the origin is unknown. |
UNKNOWN | final public static ArtifactOrigin UNKNOWN(Code) | | ArtifactOrigin instance used when the origin is unknown.
|
ArtifactOrigin | public ArtifactOrigin(boolean isLocal, String location)(Code) | | Create a new instance
Parameters: isLocal - boolean value indicating if the resource is local (on thefilesystem). Parameters: location - the location of the resource (normally a url) |
getLocation | public String getLocation()(Code) | | Return the location of the resource (normally a url)
the location of the resource |
hashCode | public int hashCode()(Code) | | |
isLocal | public boolean isLocal()(Code) | | Is this resource local to this host, i.e. is it on the file system?
boolean value indicating if the resource is local. |
|
|