public interface JamesResourceLoader
extends org.springframework.core.io.ResourceLoader
ResourceLoader which offer extra methods to retrieve the Path to all
 important Directories, which are in use by JAMES.| Modifier and Type | Method and Description | 
|---|---|
| String | getAbsoluteDirectory()Return the configuration directory of the application | 
| String | getConfDirectory()Return the var directory of the application | 
| String | getRootDirectory()Return the root directory of the application | 
| String | getVarDirectory()Return the absolute directory of the application | 
String getAbsoluteDirectory()
String getConfDirectory()
String getVarDirectory()
String getRootDirectory()
Copyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.