org.apache.fop.apps
Class CommandLineOptions
java.lang.Object
|
+--org.apache.fop.apps.CommandLineOptions
- public class CommandLineOptions
- extends java.lang.Object
Options parses the commandline arguments
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
CommandLineOptions
public CommandLineOptions(java.lang.String[] args)
getRenderer
public int getRenderer()
throws FOPException
- returns the chosen renderer, throws FOPException
getInputHandler
public InputHandler getInputHandler()
getStarter
public Starter getStarter()
getInputMode
public int getInputMode()
getOutputMode
public int getOutputMode()
getFOFile
public java.io.File getFOFile()
getXMLFile
public java.io.File getXMLFile()
getXSLFile
public java.io.File getXSLFile()
getOutputFile
public java.io.File getOutputFile()
getUserConfigFile
public java.io.File getUserConfigFile()
getLanguage
public java.lang.String getLanguage()
isQuiet
public java.lang.Boolean isQuiet()
dumpConfiguration
public java.lang.Boolean dumpConfiguration()
isDebugMode
public java.lang.Boolean isDebugMode()
getInputFile
public java.io.File getInputFile()
- return either the fofile or the xmlfile
printUsage
public static void printUsage()
- shows the commandline syntax including a summary of all available options and some examples
printUsagePrintOutput
public void printUsagePrintOutput()
- shows the options for print output
main
public static void main(java.lang.String[] args)
Copyright © 1999-2001 Apache Software Foundation. All Rights Reserved.