|
ehcache | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.ehcache.config.FactoryConfiguration
public class 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 | |
---|---|
java.lang.String |
getFullyQualifiedClassPath()
Getter. |
java.lang.String |
getProperties()
Getter. |
java.lang.String |
getPropertySeparator()
Getter |
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 |
---|
clone, equals, finalize, getClass, hashCode, 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 final void setClass(java.lang.String fullyQualifiedClassPath)
fullyQualifiedClassPath
- public final void setProperties(java.lang.String properties)
properties
- public final java.lang.String getFullyQualifiedClassPath()
public final java.lang.String getProperties()
public java.lang.String getPropertySeparator()
public void setPropertySeparator(java.lang.String propertySeparator)
|
ehcache | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |