Uses of Class
edu.isi.pegasus.planner.parser.DAXParserFactoryException
-
Packages that use DAXParserFactoryException Package Description edu.isi.pegasus.planner.parser -
-
Uses of DAXParserFactoryException in edu.isi.pegasus.planner.parser
Methods in edu.isi.pegasus.planner.parser that throw DAXParserFactoryException Modifier and Type Method Description static DAXParser
DAXParserFactory. loadDAXParser(PegasusBag bag, Callback c, java.lang.String daxFile)
Loads the appropriate DAXParser looking at the dax schema that is specified in the DAX file.static DAXParser
DAXParserFactory. loadDAXParser(PegasusBag bag, java.lang.String callbackClass, java.lang.String daxFile)
Loads the appropriate DAXParser looking at the dax schema that is specified by the user.static Callback
DAXParserFactory. loadDAXParserCallback(PegasusBag bag, java.lang.String dax, java.lang.String className)
Loads the implementing class corresponding to the type specified by the user.static Callback
DAXParserFactory. loadDAXParserCallback(java.lang.String type, PegasusBag bag, java.lang.String dax)
Loads the implementing class corresponding to the type specified by the user.
-