Package com.mchange.v3.filecache
Class RelativePathFileCacheKey
- java.lang.Object
-
- com.mchange.v3.filecache.RelativePathFileCacheKey
-
- All Implemented Interfaces:
FileCacheKey
public class RelativePathFileCacheKey extends java.lang.Object implements FileCacheKey
-
-
Constructor Summary
Constructors Constructor Description RelativePathFileCacheKey(java.net.URL parentURL, java.lang.String relPath)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)java.lang.StringgetCacheFilePath()java.net.URLgetURL()inthashCode()
-
-
-
Method Detail
-
getURL
public java.net.URL getURL()
- Specified by:
getURLin interfaceFileCacheKey
-
getCacheFilePath
public java.lang.String getCacheFilePath()
- Specified by:
getCacheFilePathin interfaceFileCacheKey
-
equals
public boolean equals(java.lang.Object o)
- Specified by:
equalsin interfaceFileCacheKey- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Specified by:
hashCodein interfaceFileCacheKey- Overrides:
hashCodein classjava.lang.Object
-
-