|
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 java.lang.String |
fullyQualifiedClassPath
class name. |
protected java.lang.String |
properties
properties. |
protected java.lang.String |
propertySeparator
A property separator. |
| Constructor Summary | |
|---|---|
FactoryConfiguration()
|
|
| Method Summary | |
|---|---|
T |
className(java.lang.String fullyQualifiedClassPath)
|
T |
clone()
Clones this object, following the usual contract. |
boolean |
equals(java.lang.Object obj)
Overrided equals |
java.lang.String |
getFullyQualifiedClassPath()
Getter. |
java.lang.String |
getProperties()
Getter. |
java.lang.String |
getPropertySeparator()
Getter |
int |
hashCode()
Overrided hashCode() |
T |
properties(java.lang.String properties)
|
T |
propertySeparator(java.lang.String propertySeparator)
|
void |
setClass(java.lang.String fullyQualifiedClassPath)
Sets the class name. |
void |
setProperties(java.lang.String properties)
Sets the configuration properties. |
void |
setPropertySeparator(java.lang.String propertySeparator)
Setter |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String fullyQualifiedClassPath
protected java.lang.String properties
protected java.lang.String propertySeparator
| Constructor Detail |
|---|
public FactoryConfiguration()
| Method Detail |
|---|
public T clone()
clone in class java.lang.Objectpublic final void setClass(java.lang.String fullyQualifiedClassPath)
fullyQualifiedClassPath - public T className(java.lang.String fullyQualifiedClassPath)
setClass(String)public final java.lang.String getFullyQualifiedClassPath()
public final void setProperties(java.lang.String properties)
properties - public T properties(java.lang.String properties)
setProperties(String)public final java.lang.String getProperties()
public void setPropertySeparator(java.lang.String propertySeparator)
public T propertySeparator(java.lang.String propertySeparator)
setPropertySeparator(String)public java.lang.String getPropertySeparator()
public int hashCode()
hashCode in class java.lang.Objectpublic 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 | |||||||||