public class GlobalVariablesParser extends Object
Modifier and Type | Field and Description |
---|---|
static org.apache.log4j.Logger |
logger |
Modifier and Type | Method and Description |
---|---|
static GlobalVariablesParser |
getInstance() |
List<Filter> |
getLoadedFilters() |
String |
getMD5() |
GlobalVariablesData |
getVariablesFor(String jobContent)
Return the global variables and generic information configured for the given workflow
|
void |
reloadFilters() |
static void |
setConfigurationPath(String path) |
public static void setConfigurationPath(String path)
public static GlobalVariablesParser getInstance()
public void reloadFilters()
public GlobalVariablesData getVariablesFor(String jobContent)
jobContent
- xml workflow as stringpublic String getMD5()