net.sf.ehcache.config
Class Configuration.DiskStore

java.lang.Object
  extended bynet.sf.ehcache.config.Configuration.DiskStore
Enclosing class:
Configuration

public static class Configuration.DiskStore
extends java.lang.Object

A class to represent DiskStore configuration e.g.


Constructor Summary
Configuration.DiskStore()
           
 
Method Summary
 void setPath(java.lang.String path)
          Sets the path
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Configuration.DiskStore

public Configuration.DiskStore()
Method Detail

setPath

public void setPath(java.lang.String path)
Sets the path

Parameters:
path - If the path is a Java System Property it is replaced by its value in the running VM. 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