public class SortCliProcessor extends java.lang.Object implements JoltCliProcessor
Modifier and Type | Field and Description |
---|---|
private static boolean |
SUPPRESS_OUTPUT |
Constructor and Description |
---|
SortCliProcessor() |
Modifier and Type | Method and Description |
---|---|
void |
intializeSubCommand(net.sourceforge.argparse4j.inf.Subparsers subparsers)
Initialize the arg parser for the Sort sub command
|
boolean |
process(net.sourceforge.argparse4j.inf.Namespace ns)
This method does the processing of the input which is provided via the Namespace
|
private static final boolean SUPPRESS_OUTPUT
public void intializeSubCommand(net.sourceforge.argparse4j.inf.Subparsers subparsers)
intializeSubCommand
in interface JoltCliProcessor
subparsers
- The Subparsers object to attach the new Subparser topublic boolean process(net.sourceforge.argparse4j.inf.Namespace ns)
JoltCliProcessor
process
in interface JoltCliProcessor
ns
- Namespace which contains parsed commandline arguments