net.sf.ehcache.config

Class DiskStoreConfiguration

public final class DiskStoreConfiguration extends Object

A class to represent DiskStore configuration e.g.

Version: $Id: DiskStoreConfiguration.java 52 2006-04-24 14:50:03Z gregluck $

Author: Greg Luck

Method Summary
StringgetPath()
The diskStore path
voidsetPath(String path)
Translates and sets the path.

Method Detail

getPath

public final String getPath()
The diskStore path

setPath

public final void setPath(String path)
Translates and sets the path.

Parameters: 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:

e.g. java.io/tmpdir/caches might become /tmp/caches