类 FileDsContext
java.lang.Object
com.sh.javax.datastore.FileDsContext
Description:
Title:首亨软件 - 聚天平台
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明booleancontainKey(String key) booleangetBoolean(String key) booleangetBoolean(String key, boolean defaultValue) doubledouble获取整型intgetInteger(String key) intgetInteger(String key, int defaultValue) 获取整型获取字符串String[]getStringArray(String key) 获取上下文中的值booleanbooleanisStop()void存值voidremoveByKey(String key) voidsetBatchClone(boolean isClone) voidsetStop(boolean isStop)
-
字段详细资料
-
构造器详细资料
-
FileDsContext
public FileDsContext()
-
-
方法详细资料
-
setBatchClone
public void setBatchClone(boolean isClone) -
isBatchClone
public boolean isBatchClone() -
setStop
public void setStop(boolean isStop) -
isStop
public boolean isStop() -
getValue
获取上下文中的值- 参数:
key- String- 返回:
- Object
-
putValue
存值- 参数:
key- Stringobj- Object
-
removeByKey
-
containKey
-
getString
获取字符串- 参数:
key- StringdefaultValue- 默认值- 返回:
- String
-
getString
-
getStringArray
-
getInteger
-
getInteger
获取整型- 参数:
key- StringdefaultValue- 默认值- 返回:
- int
-
getDouble
-
getDouble
获取整型- 参数:
key- StringdefaultValue- 默认值- 返回:
- double
-
getBoolean
-
getBoolean
-