Package qilin.pta.toolkits.zipper
Class Global
java.lang.Object
qilin.pta.toolkits.zipper.Global
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic floatstatic StringgetFlow()static intstatic intgetTST()static booleanisDebug()static booleanstatic booleanstatic booleanstatic booleanstatic voidsetDebug(boolean debug) static voidsetEnableUnwrappedFlow(boolean enableUnwrappedFlow) static voidsetEnableWrappedFlow(boolean enableWrappedFlow) static voidsetExpress(boolean isExpress) static voidsetExpressThreshold(float expressThreshold) static voidstatic voidsetListContext(boolean listContext) static voidsetThread(int thread) static voidsetTST(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)
-