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