public class FascinatorHome extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_PATH
Default Fascinator home directory
|
static org.slf4j.Logger |
log
Logging
|
static String |
SYSTEM_KEY
System property key
|
| Constructor and Description |
|---|
FascinatorHome() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public static org.slf4j.Logger log
public static final String SYSTEM_KEY
public static final String DEFAULT_PATH
public static String getPath()
public static String getPath(String subDir)
subDir - the directory namepublic static File getPathFile()
Copyright © 2009-2013. All Rights Reserved.