|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.googlecode.fascinator.common.FascinatorHome
public class FascinatorHome
Manages the Fascinator home directory. Default Fascinator home directory: ${user.home}/.fascinator NOTE: ${user.home} in:
| Field Summary | |
|---|---|
static String |
DEFAULT_PATH
Default Fascinator home directory |
static org.slf4j.Logger |
log
Logging |
static String |
SYSTEM_KEY
System property key |
| Constructor Summary | |
|---|---|
FascinatorHome()
|
|
| Method Summary | |
|---|---|
static String |
getPath()
Gets the Fascinator home directory, which is used for configuration, storage, etc. |
static String |
getPath(String subDir)
Gets a relative directory inside the Fascinator home directory. |
static File |
getPathFile()
Gets the Fascinator home directory as a File object. |
static File |
getPathFile(String subDir)
Gets a relative directory inside the Fascinator home directory. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static org.slf4j.Logger log
public static final String SYSTEM_KEY
public static final String DEFAULT_PATH
| Constructor Detail |
|---|
public FascinatorHome()
| Method Detail |
|---|
public static String getPath()
public static String getPath(String subDir)
subDir - the directory name
public static File getPathFile()
public static File getPathFile(String subDir)
subDir - the directory name
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||