Uses of Class
edu.isi.pegasus.planner.catalog.work.WorkFactoryException
-
Packages that use WorkFactoryException Package Description edu.isi.pegasus.planner.catalog.work -
-
Uses of WorkFactoryException in edu.isi.pegasus.planner.catalog.work
Methods in edu.isi.pegasus.planner.catalog.work that throw WorkFactoryException Modifier and Type Method Description static WorkCatalog
WorkFactory. loadInstance(CommonProperties props)
Connects the interface with the work catalog implementation.static WorkCatalog
WorkFactory. loadInstance(PegasusProperties props)
Connects the interface with the work catalog implementation.private static WorkCatalog
WorkFactory. loadInstance(java.lang.String catalogImplementor, java.util.Properties props)
Connects the interface with the work catalog implementation.
-