Enum Class的使用
cn.taketoday.context.ApplicationContext.State
使用ApplicationContext.State的程序包
-
cn.taketoday.context中ApplicationContext.State的使用
修饰符和类型方法说明ApplicationContext.getState()Get context's statestatic ApplicationContext.StateReturns the enum constant of this class with the specified name.static ApplicationContext.State[]ApplicationContext.State.values()Returns an array containing the constants of this enum class, in the order they are declared. -
cn.taketoday.context.support中ApplicationContext.State的使用