org.apache.fop.apps
Class CommandLineStarter
java.lang.Object
org.apache.fop.apps.Starter
org.apache.fop.apps.CommandLineStarter
- Direct Known Subclasses:
- AWTStarter, PrintStarter
public class CommandLineStarter
- extends Starter
super class for all classes which start Fop from the commandline
Modified to use new streaming API by Mark Lillywhite, mark-fop@inomial.com
Fields inherited from class org.apache.fop.apps.Starter |
log |
Method Summary |
void |
run()
Run the format. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CommandLineStarter
public CommandLineStarter(CommandLineOptions commandLineOptions)
throws FOPException
- Throws:
FOPException
run
public void run()
throws FOPException
- Run the format.
- Specified by:
run
in class Starter
- Throws:
FOPException
- if there is an error during processing
Copyright ? 1999-2003 Apache Software Foundation. All Rights Reserved.