|
ehcache | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.ehcache.config.DiskStoreConfiguration
A class to represent DiskStore configuration
e.g.
Constructor Summary | |
DiskStoreConfiguration()
|
Method Summary | |
java.lang.String |
getPath()
The diskStore path |
void |
setPath(java.lang.String path)
Translates and sets the path. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DiskStoreConfiguration()
Method Detail |
public final java.lang.String getPath()
public final void setPath(java.lang.String path)
path
- If the path contains a Java System Property it is replaced by
its value in the running VM. Subdirectories can be specified below the property e.g. java.io.tmpdir/one The following properties are translated:
user.home
- User's home directory
user.dir
- User's current working directory
java.io.tmpdir
- Default temp file path
java.io/tmpdir/caches
might become /tmp/caches
|
ehcache | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |