public final class CliDefinition extends CliHelpDefinition
| Modifier and Type | Field and Description |
|---|---|
boolean |
clientConfig
Get the config for the client form.
|
java.lang.String |
config
Filename for the configuration (templates and CO).
|
java.lang.String |
output
The destination file.
|
java.lang.String |
spec
The location of the description of what has to be printed.
|
java.lang.String |
springConfig
Spring configuration file to use in addition to the default.
|
java.lang.String |
verbose
Used only if log4jConfig is not specified.
|
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