|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CommandLineArgs | |
---|---|
org.pz.platypus | |
org.pz.platypus.interfaces | |
org.pz.platypus.plugin.html | |
org.pz.platypus.plugin.listing | |
org.pz.platypus.plugin.pdf | |
org.pz.platypus.plugin.rtf |
Uses of CommandLineArgs in org.pz.platypus |
---|
Methods in org.pz.platypus that return CommandLineArgs | |
---|---|
static CommandLineArgs |
Platypus.processCommandLine(java.lang.String[] args,
GDD gdd)
Process the command line: store it, validate it, and process the args. |
Methods in org.pz.platypus with parameters of type CommandLineArgs | |
---|---|
private static void |
Platypus.addInputFileToFileList(CommandLineArgs clArgs,
GDD gdd)
add the input file to the file list |
static void |
Platypus.findOutputFilePluginType(CommandLineArgs ClArgs,
GDD Gdd)
tries to determine the prefix in the config file for the output plugin. |
private static java.lang.String |
Platypus.getConfigFilename(CommandLineArgs ClArgs,
GDD Gdd)
Get the name of the config file either from the command file or from the default location |
void |
PluginLoader.load(CommandLineArgs clArgs)
Load the Start class from the plug-in JAR |
private static java.lang.String |
Platypus.loadOutputPlugin(GDD gdd,
CommandLineArgs clArgs)
Gets the full canonical name of the plugin (full path + file name). |
static void |
Platypus.processConfigFile(CommandLineArgs Clargs,
GDD Gdd)
Finds the config file, reads it in, and places an instance of it in GDD. |
static void |
Platypus.processInputFile(GDD gdd,
CommandLineArgs clArgs)
Reads and parses the input file(s). |
static void |
Platypus.putFormatInSystemStrings(CommandLineArgs clArgs,
GDD gdd)
Places the output format into the SystemStrings lookup table |
private static void |
Platypus.runOutputPlugin(java.lang.String pluginName,
GDD gdd,
CommandLineArgs clArgs)
The method that actually calls and runs the output plugin |
Uses of CommandLineArgs in org.pz.platypus.interfaces |
---|
Methods in org.pz.platypus.interfaces with parameters of type CommandLineArgs | |
---|---|
void |
IPlugin.process(GDD gdd,
CommandLineArgs clArgs)
|
Uses of CommandLineArgs in org.pz.platypus.plugin.html |
---|
Methods in org.pz.platypus.plugin.html with parameters of type CommandLineArgs | |
---|---|
void |
Start.process(GDD gdd,
CommandLineArgs clArgs)
This is the main line of the plug-in. |
Uses of CommandLineArgs in org.pz.platypus.plugin.listing |
---|
Methods in org.pz.platypus.plugin.listing with parameters of type CommandLineArgs | |
---|---|
void |
Start.process(GDD gdd,
CommandLineArgs clArgs)
This is the main line of the plug-in. |
Uses of CommandLineArgs in org.pz.platypus.plugin.pdf |
---|
Methods in org.pz.platypus.plugin.pdf with parameters of type CommandLineArgs | |
---|---|
void |
Start.process(GDD gdd,
CommandLineArgs clArgs)
This is the main line of the plug-in. |
Uses of CommandLineArgs in org.pz.platypus.plugin.rtf |
---|
Methods in org.pz.platypus.plugin.rtf with parameters of type CommandLineArgs | |
---|---|
void |
Start.process(GDD gdd,
CommandLineArgs clArgs)
This is the main line of the plug-in. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |