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