FileCacheKeypublic class RelativePathFileCacheKey extends java.lang.Object implements FileCacheKey
| Constructor | Description |
|---|---|
RelativePathFileCacheKey(java.net.URL parentURL,
java.lang.String relPath) |
| Modifier and Type | Method | 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.MalformedURLExceptionjava.lang.IllegalArgumentExceptionpublic java.net.URL getURL()
getURL in interface FileCacheKeypublic java.lang.String getCacheFilePath()
getCacheFilePath in interface FileCacheKeypublic boolean equals(java.lang.Object o)
equals in interface FileCacheKeyequals in class java.lang.Objectpublic int hashCode()
hashCode in interface FileCacheKeyhashCode in class java.lang.Object