|
|
__init__(self,
job,
options,
driver_args=None)
Initialize the launcher with a Glide job object (which implements the
StartupInterface) and a command-line options Namespace object. |
|
|
|
|
canRestart(self)
Return True if it is possible to restart the job. |
|
|
|
|
|
|
|
|
|
|
needOverwriteConfirmation(self)
Return True if we should ask for confirmation before launching a job
that would overwrite the output from a previous run. |
|
|
|
|
addLicenses(self)
Set the license requirements in the Launcher object. |
|
|
|
Inherited from GlideLauncher:
addInputFile,
addInputFiles,
addRingTemplates,
getLauncher,
launch,
needsRingTemplates,
prepareLauncher
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|