|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectdata.Data
public class Data
The Data class maintains the data folder in the iTunesDSM folder.
Field Summary | |
---|---|
static java.io.File |
DATA_FOLDER
The Data folder file. |
static java.lang.String |
DATA_FOLDER_PATH
The Data folder path. |
static java.io.File |
LOG_FOLDER
The folder containing all logs. |
static java.lang.String |
SEPARATOR
The system dependent file seperator. |
Constructor Summary | |
---|---|
Data()
Creates a new Data object. |
Method Summary | |
---|---|
static boolean |
checkDataFolderExists()
Creates a new data folder relative to the current directory if it does not already exist. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String SEPARATOR
public static final java.lang.String DATA_FOLDER_PATH
public static final java.io.File LOG_FOLDER
public static final java.io.File DATA_FOLDER
Constructor Detail |
---|
public Data()
Method Detail |
---|
public static boolean checkDataFolderExists()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |