|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.threerings.getdown.data.SysProps
public class SysProps
This class encapsulates all system properties that are read and processed by Getdown. Don't
stick a call to System.getProperty randomly into the code, put it in here and give it an
accessor so that it's easy to see all of the secret system property arguments that Getdown makes
use of.
| Constructor Summary | |
|---|---|
SysProps()
|
|
| Method Summary | |
|---|---|
static String |
appbaseDomain()
Overrides the domain on appbase. |
static String |
appDir()
Configures the appdir (in lieu of passing it in argv). |
static String |
appId()
Configures the appid (in lieu of passing it in argv). |
static boolean |
direct()
If true, Getdown will run the application in the same VM in which Getdown is running. |
static boolean |
launchInSilent()
If true, Getdown installs the app without ever bringing up a UI and then launches it. |
static boolean |
noLogRedir()
If true, disables redirection of logging into launcher.log. |
static boolean |
noUnpack()
If true, Getdown will not unpack uresource jars. |
static boolean |
silent()
If true, Getdown installs the app without ever bringing up a UI, except in the event of an error. |
static int |
startDelay()
Specifies the a delay (in minutes) to wait before starting the update and install process. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SysProps()
| Method Detail |
|---|
public static String appDir()
-Dappdir=foo.
public static String appId()
-Dappid=foo.
public static boolean noLogRedir()
launcher.log.
Usage: -Dno_log_redir.
public static String appbaseDomain()
appbase. Usage: -Dappbase_domain=foo.
public static boolean silent()
launchInSilent().
Usage: -Dsilent.
public static boolean launchInSilent()
-Dsilent=launch.
public static int startDelay()
-Ddelay=N.
public static boolean noUnpack()
uresource jars. Usage: -Dno_unpack.
public static boolean direct()
-Ddirect.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||