org.littleshoot.util
Class ShootConstants

java.lang.Object
  extended by org.littleshoot.util.ShootConstants

public class ShootConstants
extends Object

App-wide constants.


Field Summary
static int API_PORT
          The port we run HTTP over for the API.
static String BASE_DOMAIN
           
static String BUGS_URL
          URL for the bugs server.
static int FILES_PORT
          The port we allow file requests over.
static String HII
           
static String HII_KEY
           
static String SECURE_SERVER_BASE
           
static String SERVER_URL
          The URL of the server that manages the Little Shoot resource repository.
static String WORLD_GROUP
          The name of the world group.
 
Constructor Summary
ShootConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SECURE_SERVER_BASE

public static final String SECURE_SERVER_BASE
See Also:
Constant Field Values

BASE_DOMAIN

public static final String BASE_DOMAIN
See Also:
Constant Field Values

SERVER_URL

public static final String SERVER_URL
The URL of the server that manages the Little Shoot resource repository.

See Also:
Constant Field Values

BUGS_URL

public static final String BUGS_URL
URL for the bugs server.

See Also:
Constant Field Values

API_PORT

public static final int API_PORT
The port we run HTTP over for the API.

See Also:
Constant Field Values

FILES_PORT

public static final int FILES_PORT
The port we allow file requests over.

See Also:
Constant Field Values

WORLD_GROUP

public static final String WORLD_GROUP
The name of the world group.

See Also:
Constant Field Values

HII_KEY

public static final String HII_KEY
See Also:
Constant Field Values

HII

public static final String HII
See Also:
Constant Field Values
Constructor Detail

ShootConstants

public ShootConstants()


Copyright © 2011-2013 LittleShoot. All Rights Reserved.