Uses of Class
edu.isi.pegasus.planner.code.CodeGeneratorFactoryException
-
Packages that use CodeGeneratorFactoryException Package Description edu.isi.pegasus.planner.code -
-
Uses of CodeGeneratorFactoryException in edu.isi.pegasus.planner.code
Methods in edu.isi.pegasus.planner.code that throw CodeGeneratorFactoryException Modifier and Type Method Description static CodeGenerator
CodeGeneratorFactory. loadInstance(PegasusBag bag)
This method loads the appropriate implementing code generator as specified by the user at runtime.static CodeGenerator
CodeGeneratorFactory. loadInstance(PegasusBag bag, java.lang.String className)
This method loads the appropriate code generator as specified by the user at runtime.
-