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 voidCondorStyleFactory. initialize(PegasusBag bag)Initializes the Factory.CondorStyleCondorStyleFactory. loadInstance(Job job)This method loads the appropriate implementing CondorStyle as specified by the user at runtime.private CondorStyleCondorStyleFactory. loadInstance(PegasusBag bag, java.lang.String className)This method loads the appropriate Condor Style using reflection.
-