Enum Class的使用
cn.taketoday.core.NativeDetector.Context
使用NativeDetector.Context的程序包
-
cn.taketoday.core中NativeDetector.Context的使用
修饰符和类型方法说明static NativeDetector.ContextReturns the enum constant of this class with the specified name.static NativeDetector.Context[]NativeDetector.Context.values()Returns an array containing the constants of this enum class, in the order they are declared.参数类型为NativeDetector.Context的cn.taketoday.core中的方法修饰符和类型方法说明static booleanNativeDetector.inNativeImage(NativeDetector.Context... contexts) Returnstrueif running in any of the specified native image context(s).