public class RelativePathFileCacheKey extends java.lang.Object implements FileCacheKey
Constructor and Description |
---|
RelativePathFileCacheKey(java.net.URL parentURL,
java.lang.String relPath) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
java.lang.String |
getCacheFilePath() |
java.net.URL |
getURL() |
int |
hashCode() |
public RelativePathFileCacheKey(java.net.URL parentURL, java.lang.String relPath) throws java.net.MalformedURLException, java.lang.IllegalArgumentException
java.net.MalformedURLException
java.lang.IllegalArgumentException
public java.net.URL getURL()
getURL
in interface FileCacheKey
public java.lang.String getCacheFilePath()
getCacheFilePath
in interface FileCacheKey
public boolean equals(java.lang.Object o)
equals
in interface FileCacheKey
equals
in class java.lang.Object
public int hashCode()
hashCode
in interface FileCacheKey
hashCode
in class java.lang.Object