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 classBreakCommandBreak command.classDELETECommandDELETE command.classErrorCommandError command.classGETCommandGET command.classIfCommandIf command.classInsertCommandInsert command.classPOSTCommandPOST command.classPrintCommandPrint command.classPUTCommandPUT command.classRemoveCommandRemove command.classSetCommandSet command.classWaitCommandWait command.classWhileCommandWhile 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. commandsA 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 voidScriptParser. addCommand(java.lang.String commandName, Command command)Add a command.
-