public class Project extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
DIR_UNIX
the unix directory.
|
static String |
DIR_WINDOWS
the windows directory.
|
| Constructor and Description |
|---|
Project() |
| Modifier and Type | Method and Description |
|---|---|
static File |
expandFile(String file)
Adds the home directory to the file.
|
static File |
getHome()
Returns the "home" directory of Meka, where to store the config files.
|
static boolean |
initialize()
Makes sure that the project's home directory is present.
|
public static final String DIR_WINDOWS
public static final String DIR_UNIX
public static File getHome()
public static File expandFile(String file)
file - the file without pathpublic static boolean initialize()
Copyright © 2017. All Rights Reserved.