public final class CliDefinition extends CliHelpDefinition
| Modifier and Type | Field and Description |
|---|---|
boolean |
clientConfig |
java.lang.String |
config |
java.lang.String |
output |
java.lang.String |
spec |
java.lang.String |
springConfig |
boolean |
v2Api |
java.lang.String |
verbose |
help@Argument(description="Filename for the configuration (templates&CO)",
required=true)
public java.lang.String config
@Argument(description="The location of the description of what has to be printed. By default, STDIN") public java.lang.String spec
@Argument(description="Used only if log4jConfig is not specified. 3 if you want everything, 2 if you want the debug information (stacktraces are shown), 1 for infos and 0 for only warnings and errors") public java.lang.String verbose
@Argument(description="The destination file. By default, Standard Out") public java.lang.String output
@Argument(description="Get the config for the client form. Doesn\'t generate a PDF") public boolean clientConfig
@Argument(description="Spring configuration file to use in addition to the default. This allows overriding certain values if desired") public java.lang.String springConfig
@Argument(description="If true then request data (spec) is in a old api request data (Mapfish v2 compatible).",
alias="v2")
public boolean v2Api