Package org.gridbus.broker.plan

Class Summary
ClassInterpreter This is the abstract class for plan file interpreters
CombinationGenerator This class generates the different combinations for the jobs.
FileResolver Abtract class for FileResolver types
GsiftpFileResolver This class contains methods to work with Gsftp files
InputReader This class has methods to convert a plan file into an xml file, and return jobs by parsing the xml.
LfnFileResolver This class has methods to resolve logical file names that appear in the plan file
ParameterProcessor This class will extract all the information regarding Parameters from the XML file.
Plan2XML  
PlanInterpreter This is the interpreter for plan files (subclasses) ClassInterpreter
SrbFileResolver This class contains utility methods to resolve SRB data files to actual filenames.
TaskProcessor This class has methods to parse tasks from the xml file which specifies the plan
XMLReader This is the main class that will read any XML file.