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


Constructor Summary
CommandLineStarter(CommandLineOptions commandLineOptions)
           
 
Method Summary
 void run()
           
 
Methods inherited from class org.apache.fop.apps.Starter
setInputHandler, setParserFeatures, 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)
Method Detail

run

public void run()
Overrides:
run in class Starter


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