public abstract class AbstractPluginResource extends AbstractPlugin
| Modifier and Type | Field and Description |
|---|---|
static String |
FEATURE_SAVE
Default behavior is save resources.
|
protected Boolean |
save
Set the save status.
|
FEATURE_CONDITION, FEATURE_NORMALIZED, FEATURE_NORMALIZER, FEATURE_SLEEP, FEATURE_THREADSAFE, FEATURE_TIMEOUT, FEATURE_WAITparameters| Modifier | Constructor and Description |
|---|---|
protected |
AbstractPluginResource()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getSave()
Return true, if resources like CSS/JS should saved on error report.
|
void |
initialize(IContext context)
Initialize the plugin.
|
protected boolean |
isSave()
Check if save enabled or not.
|
void |
setSave(Boolean save)
Set save state.
|
copy, doEnd, doStart, getCondition, getConditionModel, getNormalized, getNormalized, getNormalizer, getParent, getSleep, getSleepModel, getThreadsafe, getTimeout, getTimeoutModel, getWait, getWaitModel, setCondition, setConditionModel, setNormalized, setNormalizer, setParent, setSleep, setSleepModel, setThreadsafe, setTimeout, setTimeoutModel, setWait, setWaitModel, toStringgetParameters, setParametersclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetParameters, setParametersgetActionTypepublic static final String FEATURE_SAVE
protected Boolean save
public Boolean getSave()
public void setSave(Boolean save)
save - The new state.protected boolean isSave()
public void initialize(IContext context) throws PluginException
IPlugininitialize in interface IPlugininitialize in class AbstractPlugincontext - The test context.PluginException - On initialization errors.Copyright © 2016. All rights reserved.