93949596979899
} @Override public CasLocation getLocation() throws OpsException { return new OpsCasLocation(NetworkPoint.forPublicHostname(uri.getHost())); }
131132133134135136137
// We return the hash in the hope that we've already copied the artifact! return new Md5Hash(hash); } public CasLocation getLocation() throws OpsException { return new OpsCasLocation(NetworkPoint.forPublicHostname(client.getBaseUrl().getHost())); }
979899100101102103
return new FilesystemCasObject(this, hash, cachePath); } public CasLocation getLocation() { return new OpsCasLocation(getNetworkPoint()); }