public class Grinder
extends java.lang.Object
grinder
script context object.Modifier and Type | Class and Description |
---|---|
static interface |
Grinder.ScriptContext
Scripts can get contextual information and access services
through a global
net.grinder.script.Grinder.grinder
object that supports this interface. |
Modifier and Type | Field and Description |
---|---|
static InternalScriptContext |
grinder
Object that provides context services to scripts.
|
Constructor and Description |
---|
Grinder() |