org.specrunner.plugins.core.elements
Class AbstractPluginResourceReplaceableSrc
java.lang.Object
org.specrunner.parameters.core.ParameterHolder
org.specrunner.plugins.core.AbstractPlugin
org.specrunner.plugins.core.elements.AbstractPluginResource
org.specrunner.plugins.core.elements.AbstractPluginResourceReplaceable
org.specrunner.plugins.core.elements.AbstractPluginResourceReplaceableSrc
- All Implemented Interfaces:
- IParameterHolder, IActionType, IParalelPlugin, IPlugin, ISleepPlugin, ITestPlugin, ITimedPlugin, IWaitPlugin
- Direct Known Subclasses:
- PluginImg, PluginScript
public abstract class AbstractPluginResourceReplaceableSrc
- extends AbstractPluginResourceReplaceable
Plugin to replace 'src' resources.
- Author:
- Thiago Santos
| Methods inherited from class org.specrunner.plugins.core.AbstractPlugin |
copy, doEnd, getCondition, getConditionModel, getNormalized, getNormalized, getParent, getSleep, getSleepModel, getThreadsafe, getTimeout, getTimeoutModel, getWait, getWaitModel, setCondition, setConditionModel, setNormalized, setParent, setSleep, setSleepModel, setThreadsafe, setTimeout, setTimeoutModel, setWait, setWaitModel, toString |
AbstractPluginResourceReplaceableSrc
public AbstractPluginResourceReplaceableSrc()
getSrc
public String getSrc()
- The source attribute.
- Returns:
- The source.
setSrc
public void setSrc(String src)
- Set source object.
- Parameters:
src - The source.
getReferenceName
protected String getReferenceName()
- Description copied from class:
AbstractPluginResourceReplaceable
- Get attribute reference name.
- Specified by:
getReferenceName in class AbstractPluginResourceReplaceable
- Returns:
- The attribute name.
getReferenceValue
protected String getReferenceValue()
- Description copied from class:
AbstractPluginResourceReplaceable
- Get the previous attribute value.
- Specified by:
getReferenceValue in class AbstractPluginResourceReplaceable
- Returns:
- The attribute (reference) value.
Copyright © 2014. All rights reserved.