|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectmauda.utils.FileLocation
public class FileLocation
Stores the directory and file-settings where to save exercises and additional data
| Field Summary | |
|---|---|
static java.lang.String |
completedPath
Directory where to store totally processed but not evaluated exercises. |
static java.lang.String |
completedPrefix
The prefix of the filename for storing completely processed but not evaluated exercises. |
static java.lang.String |
evaluatedPath
Directory where to store completely evaluated exercises. |
static java.lang.String |
evaluatedPrefix
The prefix of the filename for storing automatically evaluated exercises. |
static java.lang.String |
inProcessPath
Directory where to store exercises that are in process |
static java.lang.String |
jedasRecordingFilename
Specifies the filename (with path) for temporary saving of a recorded jedas-animation. |
static java.lang.String |
unworkedPath
Directory where to store generated but not processed exercises |
static java.lang.String |
unworkedPrefix
The prefix of the filename for storing new generated exercises. |
| Constructor Summary | |
|---|---|
FileLocation()
Creates a FileLocation |
|
| Method Summary | |
|---|---|
static void |
config()
Fills the static variables (path-variables) |
static java.lang.String |
genFilename(java.lang.String path,
java.lang.String savePrefix)
Generates automatically a filename, which currently not exists. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static java.lang.String unworkedPath
public static java.lang.String inProcessPath
public static java.lang.String evaluatedPath
public static java.lang.String completedPath
public static java.lang.String jedasRecordingFilename
public static java.lang.String unworkedPrefix
public static java.lang.String evaluatedPrefix
public static java.lang.String completedPrefix
| Constructor Detail |
|---|
public FileLocation()
| Method Detail |
|---|
public static void config()
public static java.lang.String genFilename(java.lang.String path,
java.lang.String savePrefix)
path - The destination foldersavePrefix - The prefix for the new filename
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||