Package io.keikaiex.rt
Class Runtime
- java.lang.Object
-
- io.keikaiex.rt.Runtime
-
public final class Runtime extends java.lang.ObjectRuntime environment.- Since:
- 2.0.0
- Author:
- henrichen
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRuntime.Init
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringWARNING_EVALUATIONstatic java.lang.StringWARNING_INVALID_FILE
-
Constructor Summary
Constructors Constructor Description Runtime()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static longgetCheckSum(RuntimeInfo result)static java.lang.Objectinit(java.lang.Object obj)static booleaninit(org.zkoss.zk.ui.WebApp wapp, boolean ck)static booleantoken(java.lang.Object exec)static voidtoken(java.lang.Object exec, java.lang.Object exec2)
-
-
-
Method Detail
-
token
public static final void token(java.lang.Object exec, java.lang.Object exec2)
-
token
public static final boolean token(java.lang.Object exec)
-
init
public static final java.lang.Object init(java.lang.Object obj)
-
init
public static final boolean init(org.zkoss.zk.ui.WebApp wapp, boolean ck)
-
getCheckSum
public static long getCheckSum(RuntimeInfo result)
-
-