Constructor and Description |
---|
CustomizeTask() |
Modifier and Type | Method and Description |
---|---|
protected void |
errors_add(String message,
Throwable th) |
protected int |
errors_count() |
protected void |
errors_reset() |
protected PluginServices |
getPlugin(String name) |
protected DynObject |
getPluginProperties() |
protected Object |
getProperty(String name) |
protected boolean |
getPropertyBoolean(String name) |
protected int |
getPropertyInt(String name) |
protected String |
getPropertyString(String name) |
protected String |
getValue(DynObject config,
String section,
String option,
String defaultValue) |
void |
run() |
protected void |
setProperty(String name,
Object value) |
protected void |
setValue(DynObject config,
String section,
String option,
String value) |
protected PluginServices getPlugin(String name)
protected int errors_count()
protected void errors_reset()
protected DynObject getPluginProperties()
protected int getPropertyInt(String name)
protected boolean getPropertyBoolean(String name)
protected String getValue(DynObject config, String section, String option, String defaultValue)