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