Uses of Class
edu.isi.pegasus.planner.transfer.mapper.OutputMapperFactoryException
-
Packages that use OutputMapperFactoryException Package Description edu.isi.pegasus.planner.transfer.mapper -
-
Uses of OutputMapperFactoryException in edu.isi.pegasus.planner.transfer.mapper
Methods in edu.isi.pegasus.planner.transfer.mapper that throw OutputMapperFactoryException Modifier and Type Method Description static OutputMapper
OutputMapperFactory. loadInstance(ADag dag, PegasusBag bag)
Loads the implementing class corresponding to the value specified in the properties.static OutputMapper
OutputMapperFactory. loadInstance(java.lang.String className, PegasusBag bag, ADag dag)
Loads the implementing class corresponding to the class.
-