类 ConfScriptPath

java.lang.Object
com.gdxsoft.easyweb.conf.ConfScriptPath
所有已实现的接口:
Serializable, Cloneable

public class ConfScriptPath extends Object implements Cloneable, Serializable
另请参阅:
  • 构造器详细资料

    • ConfScriptPath

      public ConfScriptPath()
  • 方法详细资料

    • isJdbc

      public boolean isJdbc()
      The configurations in the database
      返回:
    • isResources

      public boolean isResources()
      The configurations in the jar
      返回:
    • getJdbcConfigName

      public String getJdbcConfigName()
      Returns the JDBC connectionString
      返回:
    • getResourcesPath

      public String getResourcesPath()
      Get the resource root, not ends with "/"
      返回:
    • getPath

      public String getPath()
      Returns the root directory path of the configurations
      返回:
    • setPath

      public void setPath(String path)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • isReadOnly

      public boolean isReadOnly()
      Whether the configuration resource is in read-only mode
      返回:
      true/false
    • setReadOnly

      public void setReadOnly(boolean readOnly)