类 UpdateXmlJdbcImpl
java.lang.Object
com.gdxsoft.easyweb.define.UpdateXmlBase
com.gdxsoft.easyweb.define.UpdateXmlJdbcImpl
- 所有已实现的接口:
IUpdateXml
- 作者:
- admin
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明voidbatchUpdate(String itemNames, String paraName, String paraValue) voidbatchUpdateByDir(String paraName, String paraValue) 循环更新目录下所有xml配置的item的参数booleancopyXmlFile(String fromFileName, String toPath, String toFileName) createNewXml(String xmlName, String path) intdeleteBaks(String xmlname) 递归删除备份文件deleteFile(String xmlName) 获取文档的xml字符串getSqls()org.json.JSONObject导入xml配置获取配置项queryItemXml(String itemName) 获取配置信息voidbooleanremoveItem(String itemName) booleanremoveItem(String itemName, boolean isWrite) booleanremoveItems(String itemNames) booleanrenameItem(String xmlName, String itemName, String newItemName) booleanrenamePath(String pathName, String newPathNameWithoutPath) booleanrenameXmlFile(String xmlNameAndPath, String newXmlNameWithoutPath) voidbooleanvoidsetFrameType(String frameType) voidupdateDescription(String itemName, String des) booleanupdateItem(String itemName, String xml) booleanupdateItem(String itemName, String xml, boolean isUpdateTime) boolean从类继承的方法 com.gdxsoft.easyweb.define.UpdateXmlBase
clearDoc, fixXml, getAdmin, getConfigType, getFrameType, getScriptPath, getXmlFilePath, getXmlName, setAdmin, setConfigType, setScriptPath, setXmlFilePath, setXmlName从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 com.gdxsoft.easyweb.define.IUpdateXml
getAdmin, getConfigType, getFrameType, getScriptPath, getXmlFilePath, setAdmin, setXmlFilePath
-
构造器详细资料
-
UpdateXmlJdbcImpl
-
UpdateXmlJdbcImpl
-
-
方法详细资料
-
deleteFile
- 指定者:
deleteFile在接口中IUpdateXml
-
createNewXml
- 指定者:
createNewXml在接口中IUpdateXml
-
copyXmlFile
- 指定者:
copyXmlFile在接口中IUpdateXml
-
importXml
导入xml配置- 指定者:
importXml在接口中IUpdateXml- 参数:
path- 路径name- xml名称sourceXmlFilePath- 要导入的xml文件- 返回:
-
getDocXml
获取文档的xml字符串- 指定者:
getDocXml在接口中IUpdateXml- 返回:
-
deleteBaks
从接口复制的说明:IUpdateXml递归删除备份文件- 指定者:
deleteBaks在接口中IUpdateXml- 返回:
-
getSqls
- 指定者:
getSqls在接口中IUpdateXml
-
renamePath
- 指定者:
renamePath在接口中IUpdateXml
-
renameXmlFile
- 指定者:
renameXmlFile在接口中IUpdateXml
-
renameItem
- 指定者:
renameItem在接口中IUpdateXml
-
updateItem
- 指定者:
updateItem在接口中IUpdateXml
-
updateItem
- 指定者:
updateItem在接口中IUpdateXml
-
saveXml
- 指定者:
saveXml在接口中IUpdateXml
-
writeXml
- 指定者:
writeXml在接口中IUpdateXml
-
removeItem
- 指定者:
removeItem在接口中IUpdateXml
-
removeItem
- 指定者:
removeItem在接口中IUpdateXml
-
removeItems
- 指定者:
removeItems在接口中IUpdateXml
-
queryItem
获取配置项- 指定者:
queryItem在接口中IUpdateXml- 参数:
itemName- item名字- 返回:
- item节点
-
queryItemXml
从接口复制的说明:IUpdateXml获取配置信息- 指定者:
queryItemXml在接口中IUpdateXml- 返回:
-
copyItem
- 指定者:
copyItem在接口中IUpdateXml
-
setFrameType
- 指定者:
setFrameType在接口中IUpdateXml- 参数:
frameType- the _FrameType to set
-
saveBackup
public void saveBackup()- 指定者:
saveBackup在接口中IUpdateXml
-
recoverFile
public void recoverFile()- 指定者:
recoverFile在接口中IUpdateXml
-
updateDescription
- 指定者:
updateDescription在接口中IUpdateXml
-
batchUpdateByDir
循环更新目录下所有xml配置的item的参数- 参数:
paraName- 参数名称paraValue- 参数值
-
batchUpdate
- 指定者:
batchUpdate在接口中IUpdateXml
-