Package | Description |
---|---|
org.apache.manifoldcf.scriptengine |
Modifier and Type | Method and Description |
---|---|
VariableReference |
NewArray.parseAndCreate(ScriptParser sp,
TokenStream currentStream)
Parse and execute.
|
VariableReference |
NewConfiguration.parseAndCreate(ScriptParser sp,
TokenStream currentStream)
Parse and execute.
|
VariableReference |
NewConfigurationNode.parseAndCreate(ScriptParser sp,
TokenStream currentStream)
Parse and execute.
|
VariableReference |
NewConnectionName.parseAndCreate(ScriptParser sp,
TokenStream currentStream)
Parse and execute.
|
VariableReference |
NewDictionary.parseAndCreate(ScriptParser sp,
TokenStream currentStream)
Parse and execute.
|
VariableReference |
NewOperation.parseAndCreate(ScriptParser sp,
TokenStream currentStream)
Parse and execute.
|
VariableReference |
NewQueryArgument.parseAndCreate(ScriptParser sp,
TokenStream currentStream)
Parse and execute.
|
VariableReference |
NewURL.parseAndCreate(ScriptParser sp,
TokenStream currentStream)
Parse and execute.
|
boolean |
BreakCommand.parseAndExecute(ScriptParser sp,
TokenStream currentStream)
Parse and execute.
|
boolean |
Command.parseAndExecute(ScriptParser sp,
TokenStream currentStream)
Parse and execute.
|
boolean |
DELETECommand.parseAndExecute(ScriptParser sp,
TokenStream currentStream)
Parse and execute.
|
boolean |
ErrorCommand.parseAndExecute(ScriptParser sp,
TokenStream currentStream)
Parse and execute.
|
boolean |
GETCommand.parseAndExecute(ScriptParser sp,
TokenStream currentStream)
Parse and execute.
|
boolean |
IfCommand.parseAndExecute(ScriptParser sp,
TokenStream currentStream)
Parse and execute.
|
boolean |
InsertCommand.parseAndExecute(ScriptParser sp,
TokenStream currentStream)
Parse and execute.
|
boolean |
POSTCommand.parseAndExecute(ScriptParser sp,
TokenStream currentStream)
Parse and execute.
|
boolean |
PUTCommand.parseAndExecute(ScriptParser sp,
TokenStream currentStream)
Parse and execute.
|
boolean |
PrintCommand.parseAndExecute(ScriptParser sp,
TokenStream currentStream)
Parse and execute.
|
boolean |
RemoveCommand.parseAndExecute(ScriptParser sp,
TokenStream currentStream)
Parse and execute.
|
boolean |
SetCommand.parseAndExecute(ScriptParser sp,
TokenStream currentStream)
Parse and execute.
|
boolean |
WaitCommand.parseAndExecute(ScriptParser sp,
TokenStream currentStream)
Parse and execute.
|
boolean |
WhileCommand.parseAndExecute(ScriptParser sp,
TokenStream currentStream)
Parse and execute.
|
void |
BreakCommand.parseAndSkip(ScriptParser sp,
TokenStream currentStream)
Parse and skip.
|
void |
Command.parseAndSkip(ScriptParser sp,
TokenStream currentStream)
Parse and skip.
|
void |
DELETECommand.parseAndSkip(ScriptParser sp,
TokenStream currentStream)
Parse and skip.
|
void |
ErrorCommand.parseAndSkip(ScriptParser sp,
TokenStream currentStream)
Parse and skip.
|
void |
GETCommand.parseAndSkip(ScriptParser sp,
TokenStream currentStream)
Parse and skip.
|
void |
IfCommand.parseAndSkip(ScriptParser sp,
TokenStream currentStream)
Parse and skip.
|
void |
InsertCommand.parseAndSkip(ScriptParser sp,
TokenStream currentStream)
Parse and skip.
|
void |
NewArray.parseAndSkip(ScriptParser sp,
TokenStream currentStream)
Parse and skip.
|
void |
NewConfiguration.parseAndSkip(ScriptParser sp,
TokenStream currentStream)
Parse and skip.
|
void |
NewConfigurationNode.parseAndSkip(ScriptParser sp,
TokenStream currentStream)
Parse and skip.
|
void |
NewConnectionName.parseAndSkip(ScriptParser sp,
TokenStream currentStream)
Parse and skip.
|
void |
NewDictionary.parseAndSkip(ScriptParser sp,
TokenStream currentStream)
Parse and skip.
|
void |
NewOperation.parseAndSkip(ScriptParser sp,
TokenStream currentStream)
Parse and skip.
|
void |
NewQueryArgument.parseAndSkip(ScriptParser sp,
TokenStream currentStream)
Parse and skip.
|
void |
NewURL.parseAndSkip(ScriptParser sp,
TokenStream currentStream)
Parse and skip.
|
void |
POSTCommand.parseAndSkip(ScriptParser sp,
TokenStream currentStream)
Parse and skip.
|
void |
PUTCommand.parseAndSkip(ScriptParser sp,
TokenStream currentStream)
Parse and skip.
|
void |
PrintCommand.parseAndSkip(ScriptParser sp,
TokenStream currentStream)
Parse and skip.
|
void |
RemoveCommand.parseAndSkip(ScriptParser sp,
TokenStream currentStream)
Parse and skip.
|
void |
SetCommand.parseAndSkip(ScriptParser sp,
TokenStream currentStream)
Parse and skip.
|
void |
WaitCommand.parseAndSkip(ScriptParser sp,
TokenStream currentStream)
Parse and skip.
|
void |
WhileCommand.parseAndSkip(ScriptParser sp,
TokenStream currentStream)
Parse and skip.
|