Uses of Class
edu.isi.pegasus.planner.common.PegasusProperties.CLEANUP_SCOPE
-
Packages that use PegasusProperties.CLEANUP_SCOPE Package Description edu.isi.pegasus.planner.code.generator.condor edu.isi.pegasus.planner.common edu.isi.pegasus.planner.parser.pdax -
-
Uses of PegasusProperties.CLEANUP_SCOPE in edu.isi.pegasus.planner.code.generator.condor
Fields in edu.isi.pegasus.planner.code.generator.condor declared as PegasusProperties.CLEANUP_SCOPE Modifier and Type Field Description private PegasusProperties.CLEANUP_SCOPE
SUBDAXGenerator. mCleanupScope
The cleanup scope for the workflows. -
Uses of PegasusProperties.CLEANUP_SCOPE in edu.isi.pegasus.planner.common
Methods in edu.isi.pegasus.planner.common that return PegasusProperties.CLEANUP_SCOPE Modifier and Type Method Description PegasusProperties.CLEANUP_SCOPE
PegasusProperties. getCleanupScope()
Returns the scope for file cleanup.static PegasusProperties.CLEANUP_SCOPE
PegasusProperties.CLEANUP_SCOPE. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static PegasusProperties.CLEANUP_SCOPE[]
PegasusProperties.CLEANUP_SCOPE. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of PegasusProperties.CLEANUP_SCOPE in edu.isi.pegasus.planner.parser.pdax
Fields in edu.isi.pegasus.planner.parser.pdax declared as PegasusProperties.CLEANUP_SCOPE Modifier and Type Field Description private PegasusProperties.CLEANUP_SCOPE
PDAX2MDAG. mCleanupScope
The cleanup scope for the workflows.
-