com.threerings.getdown.data
Class Properties

java.lang.Object
  extended by 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.
 
Constructor Summary
Properties()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

Properties

public Properties()


Copyright © 2013. All Rights Reserved.