public class JoltCli
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private static java.util.Map<java.lang.String,JoltCliProcessor> |
JOLT_CLI_PROCESSOR_MAP |
Constructor and Description |
---|
JoltCli() |
Modifier and Type | Method and Description |
---|---|
static void |
main(java.lang.String[] args) |
protected static boolean |
runJolt(java.lang.String[] args)
The logic for running DiffyTool has been captured in a helper method that returns a boolean to facilitate unit testing.
|
private static final java.util.Map<java.lang.String,JoltCliProcessor> JOLT_CLI_PROCESSOR_MAP
public static void main(java.lang.String[] args)
protected static boolean runJolt(java.lang.String[] args)
args
- the arguments from the command line input