类 SystemXmlUtils

java.lang.Object
com.gdxsoft.easyweb.SystemXmlUtils

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

    • SystemXmlUtils

      public SystemXmlUtils()
  • 方法详细资料

    • checkConfChanged

      public static boolean checkConfChanged(String confName, int intervalSeconds)
    • checkConfChanged

      public static boolean checkConfChanged(String confName)
    • getSystemConfDocument

      public static Document getSystemConfDocument(String confName) throws Exception
      抛出:
      Exception
    • getSystemConfContent

      public static String getSystemConfContent(String confName) throws Exception
      Get the system inner config
      参数:
      confName -
      返回:
      抛出:
      Exception