aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/cli/CommandLineOptions.java
Commit message (Collapse)AuthorAgeFilesLines
* Ported the command-line options for PDF encryption to trunk.Jeremias Maerki2005-10-251-9/+62
| | | | | | Warnings if required providers are not available. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@328449 13f79535-47bb-0310-9956-ffa450edef68
* Another effort to get the warnings for the debug and quiet optionsSimon Pepping2005-09-281-8/+15
| | | | | | | with other loggers than FOP's command line logger right git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@292153 13f79535-47bb-0310-9956-ffa450edef68
* Commented out the code that causes an NPE.Jeremias Maerki2005-09-191-4/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@290167 13f79535-47bb-0310-9956-ffa450edef68
* Report area tree output mode.Simon Pepping2005-09-171-1/+10
| | | | | | | Report that option -d fails for other than the command line logger. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@289827 13f79535-47bb-0310-9956-ffa450edef68
* New "-foout" parameter which only saves the intermediate XSL-FO file when ↵Jeremias Maerki2005-08-231-0/+25
| | | | | | -xml and -xsl are used. Saves people from having to call a separate XSL transformer. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@239414 13f79535-47bb-0310-9956-ffa450edef68
* Moved CLI to its own package. New main class is org.apache.fop.cli.Main. Jeremias Maerki2005-08-231-0/+829
InputHandler is not passed through the FOUserAgent anymore. IMO it doesn't belong there. Instead I defined an interface "Renderable" in the AWT preview that InputHandler implements. This is used exclusively for reloading the document inside the preview dialog. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@239409 13f79535-47bb-0310-9956-ffa450edef68