Uses of Class
edu.isi.pegasus.planner.code.generator.condor.CondorStyleFactoryException
-
Packages that use CondorStyleFactoryException Package Description edu.isi.pegasus.planner.code.generator.condor -
-
Uses of CondorStyleFactoryException in edu.isi.pegasus.planner.code.generator.condor
Methods in edu.isi.pegasus.planner.code.generator.condor that throw CondorStyleFactoryException Modifier and Type Method Description void
CondorStyleFactory. initialize(PegasusBag bag)
Initializes the Factory.CondorStyle
CondorStyleFactory. loadInstance(Job job)
This method loads the appropriate implementing CondorStyle as specified by the user at runtime.private CondorStyle
CondorStyleFactory. loadInstance(PegasusBag bag, java.lang.String className)
This method loads the appropriate Condor Style using reflection.
-