public abstract class ControlCommand extends Object implements CliCommand
| Modifier and Type | Field and Description |
|---|---|
static int |
BATCH_SIZE |
static int |
QUEUE_SIZE |
| Modifier and Type | Method and Description |
|---|---|
int |
run(net.sourceforge.argparse4j.inf.Namespace options,
List<Target> targets,
PrintStream out,
PrintStream err,
String username,
boolean json,
BufferedReader stdin) |
public static final int BATCH_SIZE
public static final int QUEUE_SIZE
public int run(net.sourceforge.argparse4j.inf.Namespace options,
List<Target> targets,
PrintStream out,
PrintStream err,
String username,
boolean json,
BufferedReader stdin)
throws IOException,
InterruptedException
run in interface CliCommandIOExceptionInterruptedExceptionCopyright © 2015. All rights reserved.