Package io.nosqlbench.engine.cli
Class NBCLICommandParser
java.lang.Object
io.nosqlbench.engine.cli.NBCLICommandParser
public class NBCLICommandParser
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description static java.util.Set<java.lang.String>RESERVED_WORDS -
Constructor Summary
Constructors Constructor Description NBCLICommandParser() -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
RESERVED_WORDS
public static final java.util.Set<java.lang.String> RESERVED_WORDS
-
-
Constructor Details
-
NBCLICommandParser
public NBCLICommandParser()
-
-
Method Details
-
parse
public static void parse(java.util.LinkedList<java.lang.String> arglist, java.util.LinkedList<Cmd> cmdList, java.lang.String... includes)
-