org.soybeanMilk.core
类 Constants

java.lang.Object
  继承者 org.soybeanMilk.core.Constants
直接已知子类:
WebConstants

public class Constants
extends java.lang.Object

常量类

作者:
earthAngry@gmail.com

字段摘要
static char ACCESSOR
          访问符
static java.lang.String DEFAULT_CONFIG_FILE
          默认的配置文件
 
构造方法摘要
Constants()
           
 
方法摘要
 
从类 java.lang.Object 继承的方法
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

DEFAULT_CONFIG_FILE

public static final java.lang.String DEFAULT_CONFIG_FILE
默认的配置文件

另请参见:
常量字段值

ACCESSOR

public static final char ACCESSOR
访问符

另请参见:
常量字段值
构造方法详细信息

Constants

public Constants()