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
 
Constructor Summary
CommandLineStarter(CommandLineOptions commandLineOptions)
           
 
Method Summary
 void run()
          Run the format.
 
Methods inherited from class org.apache.fop.apps.Starter
setInputHandler, setLogger, setParserFeatures
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommandLineStarter

public CommandLineStarter(CommandLineOptions commandLineOptions)
                   throws FOPException
Method Detail

run

public void run()
         throws FOPException
Run the format.
Overrides:
run in class Starter
Throws:
FOPException - if there is an error during processing


Copyright © 1999-2002 Apache Software Foundation. All Rights Reserved.