edu.isi.pegasus.planner.code.generator.condor.style
public class CondorG extends Abstract
Modifier and Type | Field and Description |
---|---|
static String |
STYLE_NAME
The name of the style being implemented.
|
mCredentialFactory, mLogger, mProps, mSiteStore
VERSION
Constructor and Description |
---|
CondorG()
The default Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
apply(Job job)
Applies the globus style to the job.
|
apply, applyCredentialsForLocalExec, applyCredentialsForRemoteExec, errorMessage, initialize
public static final String STYLE_NAME
public void apply(Job job) throws CondorStyleException
job
- the job on which the style needs to be applied.CondorStyleException
- in case of any error occuring code generation.