类 UpdateXmlBase
java.lang.Object
com.gdxsoft.easyweb.define.UpdateXmlBase
- 直接已知子类:
UpdateXmlImpl, UpdateXmlJdbcImpl
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明static void清除文档没用的节点信息修正item的 XML 数据getAdmin()获取管理员boolean导入时,是否忽略已经存在的配置,仅对jdbc配置管理有效void设置管理员voidsetConfigType(IConfig configType) voidsetScriptPath(ConfScriptPath scriptPath) voidsetSkipExistsItem(boolean skipExistsItem) 导入时,是否忽略已经存在的配置,仅对jdbc配置管理有效voidsetXmlFilePath(String xmlFilePath) voidsetXmlName(String xmlName)
-
构造器详细资料
-
UpdateXmlBase
public UpdateXmlBase()
-
-
方法详细资料
-
getXmlFilePath
-
setXmlFilePath
-
fixXml
-
clearDoc
-
getXmlName
-
setXmlName
-
getScriptPath
-
setScriptPath
-
setAdmin
-
getAdmin
-
getFrameType
-
getConfigType
-
setConfigType
-
isSkipExistsItem
public boolean isSkipExistsItem()导入时,是否忽略已经存在的配置,仅对jdbc配置管理有效- 返回:
-
setSkipExistsItem
public void setSkipExistsItem(boolean skipExistsItem) 导入时,是否忽略已经存在的配置,仅对jdbc配置管理有效- 参数:
skipExistsItem- the skipExistsItem to set
-