|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.fop.apps.CommandLineOptions
Options parses the commandline arguments
Constructor Summary | |
---|---|
CommandLineOptions(java.lang.String[] args)
|
Method Summary | |
---|---|
java.lang.Boolean |
dumpConfiguration()
|
java.io.File |
getFOFile()
|
java.io.File |
getInputFile()
return either the fofile or the xmlfile |
InputHandler |
getInputHandler()
|
int |
getInputMode()
|
java.lang.String |
getLanguage()
|
java.io.File |
getOutputFile()
|
int |
getOutputMode()
|
int |
getRenderer()
returns the chosen renderer, throws FOPException |
java.util.HashMap |
getRendererOptions()
|
Starter |
getStarter()
|
java.io.File |
getUserConfigFile()
|
java.io.File |
getXMLFile()
|
java.io.File |
getXSLFile()
|
java.lang.Boolean |
isCoarseAreaXml()
|
java.lang.Boolean |
isDebugMode()
|
java.lang.Boolean |
isQuiet()
|
static void |
main(java.lang.String[] args)
|
static void |
printUsage()
shows the commandline syntax including a summary of all available options and some examples |
void |
printUsagePrintOutput()
shows the options for print output |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CommandLineOptions(java.lang.String[] args) throws FOPException, java.io.FileNotFoundException
Method Detail |
public int getRenderer() throws FOPException
FOPException
public InputHandler getInputHandler() throws FOPException
FOPException
public java.util.HashMap getRendererOptions()
public Starter getStarter() throws FOPException
FOPException
public int getInputMode()
public int getOutputMode()
public java.io.File getFOFile()
public java.io.File getXMLFile()
public java.io.File getXSLFile()
public java.io.File getOutputFile()
public java.io.File getUserConfigFile()
public java.lang.String getLanguage()
public java.lang.Boolean isQuiet()
public java.lang.Boolean dumpConfiguration()
public java.lang.Boolean isDebugMode()
public java.lang.Boolean isCoarseAreaXml()
public java.io.File getInputFile()
public static void printUsage()
public void printUsagePrintOutput()
public static void main(java.lang.String[] args)
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |