Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.lucane.common
Class Constants  view Constants download Constants.java

java.lang.Object
  extended byorg.lucane.common.Constants

public class Constants
extends java.lang.Object

Contains a few constants for the Lucane collaborative platform


Field Summary
static java.lang.String CLIENT_FILE_CONFIG
           
static java.lang.String CLIENT_FILE_FORCEIP
           
static java.lang.String CLIENT_FILE_PROXY
           
static java.lang.String PLUGIN_DIRECTORY
           
static int PROXY_PORT
           
static int SERVER_PORT
           
 
Constructor Summary
Constants()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SERVER_PORT

public static final int SERVER_PORT
See Also:
Constant Field Values

CLIENT_FILE_CONFIG

public static final java.lang.String CLIENT_FILE_CONFIG
See Also:
Constant Field Values

CLIENT_FILE_PROXY

public static final java.lang.String CLIENT_FILE_PROXY
See Also:
Constant Field Values

CLIENT_FILE_FORCEIP

public static final java.lang.String CLIENT_FILE_FORCEIP
See Also:
Constant Field Values

PROXY_PORT

public static final int PROXY_PORT
See Also:
Constant Field Values

PLUGIN_DIRECTORY

public static final java.lang.String PLUGIN_DIRECTORY
See Also:
Constant Field Values
Constructor Detail

Constants

public Constants()