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 boolean
equals(java.lang.Object o)
java.lang.String
getCacheFilePath()
java.net.URL
getURL()
int
hashCode()
-
-
-
Method Detail
-
getURL
public java.net.URL getURL()
- Specified by:
getURL
in interfaceFileCacheKey
-
getCacheFilePath
public java.lang.String getCacheFilePath()
- Specified by:
getCacheFilePath
in interfaceFileCacheKey
-
equals
public boolean equals(java.lang.Object o)
- Specified by:
equals
in interfaceFileCacheKey
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Specified by:
hashCode
in interfaceFileCacheKey
- Overrides:
hashCode
in classjava.lang.Object
-
-