Package com.mchange.v3.filecache
Class RelativePathFileCacheKey
java.lang.Object
com.mchange.v3.filecache.RelativePathFileCacheKey
- All Implemented Interfaces:
FileCacheKey
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
RelativePathFileCacheKey
public RelativePathFileCacheKey(URL parentURL, String relPath) throws MalformedURLException, IllegalArgumentException
-
-
Method Details
-
getURL
- Specified by:
getURL
in interfaceFileCacheKey
-
getCacheFilePath
- Specified by:
getCacheFilePath
in interfaceFileCacheKey
-
equals
- Specified by:
equals
in interfaceFileCacheKey
- Overrides:
equals
in classObject
-
hashCode
public int hashCode()- Specified by:
hashCode
in interfaceFileCacheKey
- Overrides:
hashCode
in classObject
-