类 ConfScriptPath
java.lang.Object
com.gdxsoft.easyweb.conf.ConfScriptPath
- 所有已实现的接口:
Serializable,Cloneable
- 另请参阅:
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明Returns the JDBC connectionStringgetName()getPath()Returns the root directory path of the configurationsGet the resource root, not ends with "/"booleanisJdbc()The configurations in the databasebooleanWhether the configuration resource is in read-only modebooleanThe configurations in the jarvoidvoidvoidsetReadOnly(boolean readOnly)
-
构造器详细资料
-
ConfScriptPath
public ConfScriptPath()
-
-
方法详细资料
-
isJdbc
public boolean isJdbc()The configurations in the database- 返回:
-
isResources
public boolean isResources()The configurations in the jar- 返回:
-
getJdbcConfigName
Returns the JDBC connectionString- 返回:
-
getResourcesPath
Get the resource root, not ends with "/"- 返回:
-
getPath
Returns the root directory path of the configurations- 返回:
-
setPath
-
getName
-
setName
-
isReadOnly
public boolean isReadOnly()Whether the configuration resource is in read-only mode- 返回:
- true/false
-
setReadOnly
public void setReadOnly(boolean readOnly)
-