public class DiffyCliProcessor extends java.lang.Object implements JoltCliProcessor
Constructor and Description |
---|
DiffyCliProcessor() |
Modifier and Type | Method and Description |
---|---|
void |
intializeSubCommand(net.sourceforge.argparse4j.inf.Subparsers subparsers)
Initialize the arg parser for the Diffy sub command
|
boolean |
process(net.sourceforge.argparse4j.inf.Namespace ns)
Process the Diffy Subcommand
|
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)
process
in interface JoltCliProcessor
ns
- Namespace which contains parsed commandline arguments