public class SetProcessor extends Object implements CommandProcessor
| Constructor and Description |
|---|
SetProcessor() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
CommandProcessorResponse |
executeSetVariable(String varname,
String varvalue) |
static boolean |
getBoolean(String value) |
CommandProcessorResponse |
run(String command) |
static CommandProcessorResponse |
setVariable(String varname,
String varvalue) |
public static boolean getBoolean(String value)
public CommandProcessorResponse executeSetVariable(String varname, String varvalue)
public static CommandProcessorResponse setVariable(String varname, String varvalue) throws Exception
Exceptionpublic CommandProcessorResponse run(String command)
run in interface CommandProcessorpublic void close()
throws Exception
close in interface AutoCloseableExceptionCopyright © 2019 The Apache Software Foundation. All Rights Reserved.