JML

net.sf.jml.util
Class JmlConstants

java.lang.Object
  extended by net.sf.jml.util.JmlConstants

public final class JmlConstants
extends Object

Some constants used in jml.

Author:
Roger Chen

Field Summary
static String DEFAULT_ENCODING
          Default encoding.
static boolean FAST_SSL_LOGIN
          Fast ssl login.
static String LINE_SEPARATOR
          Line separator.
static int MESSAGE_CHAIN_LENGTH
          The MsnMessageChain length.
 
Constructor Summary
JmlConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_ENCODING

public static final String DEFAULT_ENCODING
Default encoding.

See Also:
Constant Field Values

LINE_SEPARATOR

public static final String LINE_SEPARATOR
Line separator.

See Also:
Constant Field Values

FAST_SSL_LOGIN

public static final boolean FAST_SSL_LOGIN
Fast ssl login. Use the default login url to login.


MESSAGE_CHAIN_LENGTH

public static final int MESSAGE_CHAIN_LENGTH
The MsnMessageChain length.

Constructor Detail

JmlConstants

public JmlConstants()

JML