-
方法概要
boolean
Check if the configuration exists
boolean
Check if the item in the configuration file
return the fixed XML name
return the ScriptPath class
return the configuration XML document
return the item from the configuration file
void
void
void
void
-
方法详细资料
-
-
checkConfigurationExists
boolean checkConfigurationExists()
Check if the configuration exists
- 返回:
-
checkItemExists
boolean checkItemExists()
Check if the item in the configuration file
- 返回:
- true/false
-
loadItem
return the item from the configuration file
- 抛出:
Exception
-
loadConfiguration
return the configuration XML document
- 抛出:
Exception
-
setFixedXmlName
void setFixedXmlName(String fixedXmlName)
Set the fixed XML name
- 参数:
fixedXmlName - the fixed XML name
-
getScriptPath
return the ScriptPath class
- 返回:
- the ScriptPath class
-
getFixedXmlName
return the fixed XML name
- 返回:
- the fixed XML name
-
-
-
-
setXmlName
void setXmlName(String xmlName)
-
setItemName
void setItemName(String itemName)