public class FascinatorHome
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
DEFAULT_PATH
Default Fascinator home directory
|
static org.slf4j.Logger |
log
Logging
|
static java.lang.String |
SYSTEM_KEY
System property key
|
| Constructor and Description |
|---|
FascinatorHome() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
getPath()
Gets the Fascinator home directory, which is used for configuration,
storage, etc.
|
static java.lang.String |
getPath(java.lang.String subDir)
Gets a relative directory inside the Fascinator home directory.
|
static java.io.File |
getPathFile()
Gets the Fascinator home directory as a File object.
|
static java.io.File |
getPathFile(java.lang.String subDir)
Gets a relative directory inside the Fascinator home directory.
|
public static org.slf4j.Logger log
public static final java.lang.String SYSTEM_KEY
public static final java.lang.String DEFAULT_PATH
public static java.lang.String getPath()
public static java.lang.String getPath(java.lang.String subDir)
subDir - the directory namepublic static java.io.File getPathFile()
public static java.io.File getPathFile(java.lang.String subDir)
subDir - the directory nameCopyright © 2009-2018. All Rights Reserved.