|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PropertyFile | |
---|---|
org.pz.platypus | |
org.pz.platypus.plugin.pdf |
Uses of PropertyFile in org.pz.platypus |
---|
Subclasses of PropertyFile in org.pz.platypus | |
---|---|
class |
Literals
Handles getting literal strings from resource bundle. |
Fields in org.pz.platypus declared as PropertyFile | |
---|---|
private PropertyFile |
GDD.configFile
|
Methods in org.pz.platypus that return PropertyFile | |
---|---|
PropertyFile |
GDD.getConfigFile()
|
(package private) PropertyFile |
CommandTable.loadCommandFile(java.lang.String commandFilename)
Opens and reads the property file containing the commands |
(package private) PropertyFile |
CommandTable.readCommandFile(java.lang.String filename)
Read a property file listing commands to load into the Platy parser command table |
Methods in org.pz.platypus with parameters of type PropertyFile | |
---|---|
static boolean |
PlatypusParser.doesPlatypusParse(PropertyFile configFile,
java.lang.String pluginPrefix)
Do we do the parsing, or will the output plugin do the parsing? Check the config file for what the plug-in specifies. |
(package private) void |
CommandTable.loadCommandsFromFile(PropertyFile pf)
Loads the commands from the property file into the command table |
int |
PlatypusParser.parse(LineList lines,
TokenList tokens,
PropertyFile configFile,
java.lang.String pluginPrefix)
Converts input lines into an ArrayList of parsed tokens. |
void |
GDD.setConfigFile(PropertyFile newConfigFile)
|
Uses of PropertyFile in org.pz.platypus.plugin.pdf |
---|
Fields in org.pz.platypus.plugin.pdf declared as PropertyFile | |
---|---|
(package private) PropertyFile |
PdfSymbolsTable.propFile
|
Methods in org.pz.platypus.plugin.pdf that return PropertyFile | |
---|---|
PropertyFile |
PdfSymbolsTable.getPropertyFile()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |