edu.isi.pegasus.planner.code.generator.condor.style
public class CondorGlideIN extends Abstract
| Modifier and Type | Field and Description |
|---|---|
static String |
STYLE_NAME
The name of the style being implemented.
|
mCredentialFactory, mLogger, mProps, mSiteStoreVERSION| Constructor and Description |
|---|
CondorGlideIN()
The default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
apply(Job job)
Applies the style to the job to be run in a condor glide in environment.
|
apply, applyCredentialsForLocalExec, applyCredentialsForRemoteExec, errorMessage, initializepublic 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.