| Package | Description |
|---|---|
| graphana | |
| graphana.script |
| Modifier and Type | Method and Description |
|---|---|
ScriptCallSignature |
MainControl.createScriptCallSignature(java.lang.String scriptFilename)
Creates a new uninitialized script call signature.
|
| Modifier and Type | Method and Description |
|---|---|
ScriptCallSignature |
ScriptSignatureSet.getSignature(java.lang.String key)
Returns the script signature associated with the given key.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ScriptSignatureSet.putSignature(ScriptCallSignature signature)
Registers the given script signature and associates it with its key.
|