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) throws CommandProcessorException
CommandProcessorExceptionpublic static CommandProcessorResponse setVariable(String varName, String varValue) throws Exception
Exceptionpublic CommandProcessorResponse run(String command) throws CommandProcessorException
run in interface CommandProcessorCommandProcessorExceptionpublic void close()
throws Exception
close in interface AutoCloseableExceptionCopyright © 2024 The Apache Software Foundation. All rights reserved.