|
ehcache | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.ehcache.config.ElementValueComparatorConfiguration
public class ElementValueComparatorConfiguration
Constructor Summary | |
---|---|
ElementValueComparatorConfiguration()
|
Method Summary | |
---|---|
ElementValueComparator |
createElementComparatorInstance(CacheConfiguration cacheConfiguration,
ClassLoader loader)
Get (and potentially) instantiate the instance |
boolean |
equals(Object obj)
|
String |
getClassName()
Returns the fully qualified class name for the ElementValueComparator to use |
int |
hashCode()
|
void |
setClass(String className)
Sets the fully qualified class name for the ElementValueComparator to use |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ElementValueComparatorConfiguration()
Method Detail |
---|
public String getClassName()
public void setClass(String className)
className
- FQCNpublic ElementValueComparator createElementComparatorInstance(CacheConfiguration cacheConfiguration, ClassLoader loader)
cacheConfiguration
- the cache configurationloader
- classloader to use to create the instance
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
ehcache | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |