| 
 | ehcache | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.ehcache.config.FactoryConfiguration<T>
T - the concrete factory typepublic class FactoryConfiguration<T extends FactoryConfiguration>
A class to represent the CacheManagerEventListener configuration.
| Field Summary | |
|---|---|
| protected  String | fullyQualifiedClassPathclass name. | 
| protected  String | propertiesproperties. | 
| protected  String | propertySeparatorA property separator. | 
| Constructor Summary | |
|---|---|
| FactoryConfiguration() | |
| Method Summary | |
|---|---|
|  T | className(String fullyQualifiedClassPath) | 
|  T | clone()Clones this object, following the usual contract. | 
|  boolean | equals(Object obj)Overrided equals | 
|  String | getFullyQualifiedClassPath()Getter. | 
|  String | getProperties()Getter. | 
|  String | getPropertySeparator()Getter | 
|  int | hashCode()Overrided hashCode() | 
|  T | properties(String properties) | 
|  T | propertySeparator(String propertySeparator) | 
|  void | setClass(String fullyQualifiedClassPath)Sets the class name. | 
|  void | setProperties(String properties)Sets the configuration properties. | 
|  void | setPropertySeparator(String propertySeparator)Setter | 
| Methods inherited from class java.lang.Object | 
|---|
| finalize, getClass, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
|---|
protected String fullyQualifiedClassPath
protected String properties
protected String propertySeparator
| Constructor Detail | 
|---|
public FactoryConfiguration()
| Method Detail | 
|---|
public T clone()
clone in class Objectpublic final void setClass(String fullyQualifiedClassPath)
fullyQualifiedClassPath - public T className(String fullyQualifiedClassPath)
setClass(String)public final String getFullyQualifiedClassPath()
public final void setProperties(String properties)
properties - public T properties(String properties)
setProperties(String)public final String getProperties()
public void setPropertySeparator(String propertySeparator)
public T propertySeparator(String propertySeparator)
setPropertySeparator(String)public String getPropertySeparator()
public int hashCode()
hashCode in class Objectpublic 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 | |||||||||