Package org.mapfish.print.cli
Class CliDefinition
java.lang.Object
org.mapfish.print.cli.CliHelpDefinition
org.mapfish.print.cli.CliDefinition
The CLI API definition.
-
Field Summary
FieldsModifier and TypeFieldDescriptionboolean
Get the config for the client form.Filename for the configuration (templates and CO).The destination file.The location of the description of what has to be printed.Spring configuration file to use in addition to the default.Used only if log4jConfig is not specified.Fields inherited from class org.mapfish.print.cli.CliHelpDefinition
help
-
Method Summary
-
Field Details
-
config
@Argument(description="Filename for the configuration (templates&CO)", required=true) public String configFilename for the configuration (templates and CO). -
spec
@Argument(description="The location of the description of what has to be printed. By default, STDIN") public String specThe location of the description of what has to be printed. -
verbose
@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 String verboseUsed only if log4jConfig is not specified. -
output
The destination file. -
clientConfig
@Argument(description="Get the config for the client form. Doesn\'t generate a PDF") public boolean clientConfigGet the config for the client form. -
springConfig
@Argument(description="Spring configuration file to use in addition to the default. This allows overriding certain values if desired") public String springConfigSpring configuration file to use in addition to the default.
-