Package | Description |
---|---|
org.apache.manifoldcf.scriptengine |
Modifier and Type | Class and Description |
---|---|
class |
BreakCommand
Break command.
|
class |
DELETECommand
DELETE command.
|
class |
ErrorCommand
Error command.
|
class |
GETCommand
GET command.
|
class |
IfCommand
If command.
|
class |
InsertCommand
Insert command.
|
class |
POSTCommand
POST command.
|
class |
PrintCommand
Print command.
|
class |
PUTCommand
PUT command.
|
class |
RemoveCommand
Remove command.
|
class |
SetCommand
Set command.
|
class |
WaitCommand
Wait command.
|
class |
WhileCommand
While command.
|
Modifier and Type | Field and Description |
---|---|
protected java.util.Map<java.lang.String,Command> |
ScriptParser.commands
A table of commands that we know how to deal with.
|
Modifier and Type | Method and Description |
---|---|
void |
ScriptParser.addCommand(java.lang.String commandName,
Command command)
Add a command.
|