public class Preference
extends java.lang.Object
Constructor and Description |
---|
Preference() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
getHomeDir()
Get the home directory of this program.
|
public static java.lang.String getHomeDir()
System.getProperty("user.dir")
directly is
that we may use an environment setting for this parameter.
User may use: "LOVE_HOME = /usr/bin/LOVE" to specify
this.