Uses of Interface
org.apache.manifoldcf.scriptengine.Command
-
Packages that use Command Package Description org.apache.manifoldcf.scriptengine -
-
Uses of Command in org.apache.manifoldcf.scriptengine
Classes in org.apache.manifoldcf.scriptengine that implement Command Modifier and Type Class 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.Fields in org.apache.manifoldcf.scriptengine with type parameters of type Command Modifier and Type Field Description protected java.util.Map<java.lang.String,Command>
ScriptParser. commands
A table of commands that we know how to deal with.Methods in org.apache.manifoldcf.scriptengine with parameters of type Command Modifier and Type Method Description void
ScriptParser. addCommand(java.lang.String commandName, Command command)
Add a command.
-