public interface ScriptInstancesContainer
Modifier and Type | Field and Description |
---|---|
static org.apache.log4j.Logger |
log
Used for logging.
|
Modifier and Type | Method and Description |
---|---|
int |
getID()
Gets the ID of the container.
|
java.lang.String |
getName()
Gets the name of the container.
|
ScriptInstances |
getScriptInstances()
Returns a
ScriptInstances object containing
all script instances associated with this scrapeable file. |
void |
setScriptInstances(ScriptInstances scriptInstances)
Sets the script instances to be associated with this
scrapeable file.
|
int getID()
@Nullable java.lang.String getName()
@Nullable ScriptInstances getScriptInstances()
ScriptInstances
object containing
all script instances associated with this scrapeable file.void setScriptInstances(ScriptInstances scriptInstances)
scriptInstances
- The script instances.