类 FileConf2JdbcConf

java.lang.Object
com.gdxsoft.easyweb.define.FileConf2JdbcConf

public class FileConf2JdbcConf extends Object
  • 构造器详细资料

    • FileConf2JdbcConf

      public FileConf2JdbcConf(String scriptPathName)
  • 方法详细资料

    • startConvert

      public void startConvert(String root)
      转换配置文件
      参数:
      root - 配置文件所在根目录
    • handleXmlPath

      public void handleXmlPath(String path, String rootPath)
      递归导入目录下文件
      参数:
      path -
      rootPath -
    • handleXml

      public void handleXml(File xmlFile, String rootPath) throws Exception
      导入配置文件
      参数:
      rootPath - 配置文件所在的根目录
      xml - 配置文件
      抛出:
      Exception