com.threerings.getdown.data
Class Properties
java.lang.Object
com.threerings.getdown.data.Properties
public class Properties
- extends Object
System property constants associated with Getdown.
|
Field Summary |
static String |
CONNECT_PORT
If accepting connections from the launched application, this property
will be set to the connection server port. |
static String |
GETDOWN
This property will be set to "true" on the application when it is being run by getdown. |
GETDOWN
public static final String GETDOWN
- This property will be set to "true" on the application when it is being run by getdown.
- See Also:
- Constant Field Values
CONNECT_PORT
public static final String CONNECT_PORT
- If accepting connections from the launched application, this property
will be set to the connection server port.
- See Also:
- Constant Field Values
Properties
public Properties()
Copyright © 2013. All Rights Reserved.