Interface ScriptBuffer
-
Method Summary
Modifier and TypeMethodDescriptionAdd parsed commands to the script bufferGet a map which contains all of the params which came from commands of global scope, likescriptandfragmentcommands.Get the text image of the combined script with all previously added commands included
-
Method Details
-
getCommands
-
add
Add parsed commands to the script buffer- Parameters:
cmd- A parsed command- Returns:
- This ScriptBuffer
-
getParsedScript
String getParsedScript()Get the text image of the combined script with all previously added commands included- Returns:
- The script text
-
getCombinedParams
Get a map which contains all of the params which came from commands of global scope, likescriptandfragmentcommands. If one of these commands overwrites a named parameter from another, an error should be logged at warning or higher level.- Returns:
- A globa params map.
-