Uses of Package
org.pz.platypus

Packages that use org.pz.platypus
org.pz.platypus   
org.pz.platypus.commandTypes   
org.pz.platypus.commands   
org.pz.platypus.interfaces   
org.pz.platypus.parsers   
org.pz.platypus.plugin.common   
org.pz.platypus.plugin.html   
org.pz.platypus.plugin.html.commands   
org.pz.platypus.plugin.listing   
org.pz.platypus.plugin.pdf   
org.pz.platypus.plugin.pdf.commands   
org.pz.platypus.plugin.rtf   
org.pz.platypus.plugin.rtf.commands   
org.pz.platypus.utilities   
 

Classes in org.pz.platypus used by org.pz.platypus
CommandLineArgs
          Uses apache commons CLI to parse the command line.
CommandParameter
          Purely a data structure used for returning units information from parsers.
CommandTable
          Table of all supported commands in Platypus.
FileList
          A simple treemap containing the name of the input files that were read.
GDD
          Global document data.
InputLine
          //curr: do we need the setters? Line probably should be immutable Defines a InputLine, which simply holds the file#, line # of the current input line, and the content of the current input line (as a string).
LineList
          ArrayList of InputLines
Literals
          Handles getting literal strings from resource bundle.
ParamType
          The possible types of argument a command can have.
ParseContext
          Contains the current parsing info in a single object.
PropertyFile
          Reads a properties file and parses it into a Map.
Source
          Object that contains the file number and line number of the referenced input item
SystemStrings
          Manages the user-visible Platypus system strings (version #, etc.) System strings have the format of starting with: _ followed by any number of alphanumerics or _ They can be read by the document processing, but they are not modifiable by the document.
Token
          The token that is parsed from input lines and via TokenList is passed to the output plugin.
TokenList
          The ArrayList of Tokens that we generate in the parser and pass to the output plug-in.
TokenType
          Enums representing the various input tokens.
UnitType
          The various kinds of units that can be used in Platypus.
UserStrings
          Manages the user-defined strings (essentially macros w/out parameters, currently) System strings have the format of starting with: $ followed by an alphanumeric and then alphanumerics or the _ character They are defined with [def:$macro{meaning}].
 

Classes in org.pz.platypus used by org.pz.platypus.commandTypes
Command
          The basic abstract class for all commands
CommandTable
          Table of all supported commands in Platypus.
GDD
          Global document data.
ParamType
          The possible types of argument a command can have.
ParseContext
          Contains the current parsing info in a single object.
Source
          Object that contains the file number and line number of the referenced input item
TokenList
          The ArrayList of Tokens that we generate in the parser and pass to the output plug-in.
TokenType
          Enums representing the various input tokens.
 

Classes in org.pz.platypus used by org.pz.platypus.commands
GDD
          Global document data.
Source
          Object that contains the file number and line number of the referenced input item
Token
          The token that is parsed from input lines and via TokenList is passed to the output plugin.
 

Classes in org.pz.platypus used by org.pz.platypus.interfaces
CommandLineArgs
          Uses apache commons CLI to parse the command line.
GDD
          Global document data.
ParamType
          The possible types of argument a command can have.
ParseContext
          Contains the current parsing info in a single object.
Source
          Object that contains the file number and line number of the referenced input item
Token
          The token that is parsed from input lines and via TokenList is passed to the output plugin.
TokenList
          The ArrayList of Tokens that we generate in the parser and pass to the output plug-in.
 

Classes in org.pz.platypus used by org.pz.platypus.parsers
CommandParameter
          Purely a data structure used for returning units information from parsers.
CommandTable
          Table of all supported commands in Platypus.
GDD
          Global document data.
ParseContext
          Contains the current parsing info in a single object.
TokenList
          The ArrayList of Tokens that we generate in the parser and pass to the output plug-in.
UnitType
          The various kinds of units that can be used in Platypus.
 

Classes in org.pz.platypus used by org.pz.platypus.plugin.common
GDD
          Global document data.
Source
          Object that contains the file number and line number of the referenced input item
 

Classes in org.pz.platypus used by org.pz.platypus.plugin.html
CommandLineArgs
          Uses apache commons CLI to parse the command line.
GDD
          Global document data.
ParamType
          The possible types of argument a command can have.
Source
          Object that contains the file number and line number of the referenced input item
Token
          The token that is parsed from input lines and via TokenList is passed to the output plugin.
TokenList
          The ArrayList of Tokens that we generate in the parser and pass to the output plug-in.
TypefaceMap
          Map that maps a typeface family to font files on the runtime system that implement that typeface family.
 

Classes in org.pz.platypus used by org.pz.platypus.plugin.html.commands
Token
          The token that is parsed from input lines and via TokenList is passed to the output plugin.
 

Classes in org.pz.platypus used by org.pz.platypus.plugin.listing
GDD
          Global document data.
Token
          The token that is parsed from input lines and via TokenList is passed to the output plugin.
 

Classes in org.pz.platypus used by org.pz.platypus.plugin.pdf
BulletLists
          Keeps track of bulleted lists that are in use.
GDD
          Global document data.
PropertyFile
          Reads a properties file and parses it into a Map.
Source
          Object that contains the file number and line number of the referenced input item
Token
          The token that is parsed from input lines and via TokenList is passed to the output plugin.
TypefaceMap
          Map that maps a typeface family to font files on the runtime system that implement that typeface family.
 

Classes in org.pz.platypus used by org.pz.platypus.plugin.pdf.commands
GDD
          Global document data.
ParamType
          The possible types of argument a command can have.
Source
          Object that contains the file number and line number of the referenced input item
Token
          The token that is parsed from input lines and via TokenList is passed to the output plugin.
TokenList
          The ArrayList of Tokens that we generate in the parser and pass to the output plug-in.
TokenType
          Enums representing the various input tokens.
 

Classes in org.pz.platypus used by org.pz.platypus.plugin.rtf
CommandParameter
          Purely a data structure used for returning units information from parsers.
GDD
          Global document data.
Source
          Object that contains the file number and line number of the referenced input item
Token
          The token that is parsed from input lines and via TokenList is passed to the output plugin.
TypefaceMap
          Map that maps a typeface family to font files on the runtime system that implement that typeface family.
 

Classes in org.pz.platypus used by org.pz.platypus.plugin.rtf.commands
Token
          The token that is parsed from input lines and via TokenList is passed to the output plugin.
 

Classes in org.pz.platypus used by org.pz.platypus.utilities
GDD
          Global document data.
Source
          Object that contains the file number and line number of the referenced input item
Token
          The token that is parsed from input lines and via TokenList is passed to the output plugin.
TokenList
          The ArrayList of Tokens that we generate in the parser and pass to the output plug-in.
 



Copyright © 2008-10 Pacific Data Works LLC