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