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