|
Oracle | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.compoze.util.CompozeHome
public class CompozeHome
This class provides access to the Compoze home directory. The home directory is used to store properties files, user preference files, and any application specific saved files. By accessing the directories through this class it is insured that the directories are created before they are used.
Constructor Summary | |
---|---|
CompozeHome()
|
Method Summary | |
---|---|
static java.io.File |
getConfigDirectory()
Get the config directory. |
static java.io.File |
getHomeDirectory()
Get the Compoze home directory. |
static java.io.File |
getLicenseDirectory()
Get the config directory. |
static java.io.File |
getLogDirectory()
Get the directory that log files should be written to. |
static java.io.File |
getSQLScriptsDirectory()
Get the sql scripts directory. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CompozeHome()
Method Detail |
---|
public static java.io.File getHomeDirectory()
com.compoze.home
.
public static java.io.File getConfigDirectory()
public static java.io.File getLicenseDirectory()
public static java.io.File getLogDirectory()
public static java.io.File getSQLScriptsDirectory()
|
Oracle | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |