Package qilin.pta.toolkits.zipper
Class Global
java.lang.Object
qilin.pta.toolkits.zipper.Global
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic float
static String
getFlow()
static int
static int
getTST()
static boolean
isDebug()
static boolean
static boolean
static boolean
static boolean
static void
setDebug
(boolean debug) static void
setEnableUnwrappedFlow
(boolean enableUnwrappedFlow) static void
setEnableWrappedFlow
(boolean enableWrappedFlow) static void
setExpress
(boolean isExpress) static void
setExpressThreshold
(float expressThreshold) static void
static void
setListContext
(boolean listContext) static void
setThread
(int thread) static void
setTST
(int tst)
-
Field Details
-
UNDEFINE
public static final int UNDEFINE- See Also:
-
-
Constructor Details
-
Global
public Global()
-
-
Method Details
-
setDebug
public static void setDebug(boolean debug) -
isDebug
public static boolean isDebug() -
getFlow
-
setFlow
-
isEnableWrappedFlow
public static boolean isEnableWrappedFlow() -
setEnableWrappedFlow
public static void setEnableWrappedFlow(boolean enableWrappedFlow) -
isEnableUnwrappedFlow
public static boolean isEnableUnwrappedFlow() -
setEnableUnwrappedFlow
public static void setEnableUnwrappedFlow(boolean enableUnwrappedFlow) -
isExpress
public static boolean isExpress() -
setExpress
public static void setExpress(boolean isExpress) -
getTST
public static int getTST() -
setTST
public static void setTST(int tst) -
getThread
public static int getThread() -
setThread
public static void setThread(int thread) -
getExpressThreshold
public static float getExpressThreshold() -
setExpressThreshold
public static void setExpressThreshold(float expressThreshold) -
isListContext
public static boolean isListContext() -
setListContext
public static void setListContext(boolean listContext)
-