| |
|
| java.lang.Object org.columba.core.config.DefaultConfigDirectory
DefaultConfigDirectory | public class DefaultConfigDirectory (Code) | | Path to configuration directory.
author: Frederik Dietz |
getDefaultPath | public static File getDefaultPath()(Code) | | Returns the default configuration path. This value depends on the
underlying operating system. This method must never return null.
|
setCurrentPath | public void setCurrentPath(File currentPath)(Code) | | Set current path to config directory. This is set by org.columba.main.Bootstrap and depends on the
selected profile.
Parameters: currentPath - |
|
|
|