|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.fop.apps.CommandLineOptions
public class CommandLineOptions
Options parses the commandline arguments
Constructor Summary | |
---|---|
CommandLineOptions(String[] args)
|
Method Summary | |
---|---|
Boolean |
dumpConfiguration()
|
File |
getFOFile()
|
File |
getInputFile()
return either the fofile or the xmlfile |
InputHandler |
getInputHandler()
|
int |
getInputMode()
|
String |
getLanguage()
|
File |
getOutputFile()
|
int |
getOutputMode()
|
int |
getRenderer()
returns the chosen renderer, throws FOPException |
HashMap |
getRendererOptions()
|
Starter |
getStarter()
|
File |
getUserConfigFile()
|
File |
getXMLFile()
|
File |
getXSLFile()
|
Boolean |
isCoarseAreaXml()
|
Boolean |
isDebugMode()
|
Boolean |
isQuiet()
|
static void |
main(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(String[] args) throws FOPException, FileNotFoundException
FOPException
FileNotFoundException
Method Detail |
---|
public int getRenderer() throws FOPException
FOPException
public InputHandler getInputHandler() throws FOPException
FOPException
public HashMap getRendererOptions()
public Starter getStarter() throws FOPException
FOPException
public int getInputMode()
public int getOutputMode()
public File getFOFile()
public File getXMLFile()
public File getXSLFile()
public File getOutputFile()
public File getUserConfigFile()
public String getLanguage()
public Boolean isQuiet()
public Boolean dumpConfiguration()
public Boolean isDebugMode()
public Boolean isCoarseAreaXml()
public File getInputFile()
public static void printUsage()
public void printUsagePrintOutput()
public static void main(String[] args)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |