ehcache

net.sf.ehcache.config
Class CopyStrategyConfiguration

java.lang.Object
  extended by net.sf.ehcache.config.CopyStrategyConfiguration

public class CopyStrategyConfiguration
extends java.lang.Object

Author:
Alex Snaps

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

CopyStrategyConfiguration

public CopyStrategyConfiguration()
Method Detail

getClassName

public java.lang.String getClassName()
Returns the fully qualified class name for the CopyStrategy to use

Returns:
FQCN to the CopyStrategy implementation to use

setClass

public void setClass(java.lang.String className)
Sets the fully qualified class name for the CopyStrategy to use

Parameters:
className - FQCN

getCopyStrategyInstance

public CopyStrategy getCopyStrategyInstance()
Get (and potentially) instantiate the instance

Returns:
the instance

hashCode

public int hashCode()

Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)

Overrides:
equals in class java.lang.Object

ehcache

true