aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/apps/CommandLineOptions.java
Commit message (Expand)AuthorAgeFilesLines
* 1.) CommandLineStarter removed, its functionality placed directly into Fop.ma...Glen Mazza2003-08-121-5/+5
* Renamed apps.FOInputHandler to apps.FOFileHandler to reduce confusion with th...Glen Mazza2003-08-121-1/+1
* 1) Command-line option -l now sets default locale for entire instance, not ju...Glen Mazza2003-08-041-12/+3
* 1.) Moved the business logic for determining which starter to create from app...Glen Mazza2003-07-291-37/+13
* PrintStarter simplified and then obsoleted; PrinterJob object that the AWTPr...Glen Mazza2003-07-271-9/+0
* Created a new overloaded method Driver.render(InputHandler), simplifies inter...Glen Mazza2003-07-271-1/+1
* extract a bunch of methods out of parseOptions(), mostly to satisfy checkstyl...William Victor Mote2003-07-051-129/+196
* Array brackets movedPeter Bernard West2003-06-201-1/+1
* Revert refactoring of Driver to Session. Files affected should be identical t...William Victor Mote2003-06-171-22/+22
* 1. Copy apps.Driver to apps.Session.William Victor Mote2003-06-171-22/+22
* Take over InputHandler code from maintenance branch. Jeremias Maerki2003-06-021-1/+2
* Moved sources from src/org/** to src/java/org/**Jeremias Maerki2003-03-111-0/+725