public class CondorG extends Abstract
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
STYLE_NAME
The name of the style being implemented.
|
mCredentialFactory, mLogger, mProps, mSiteStoreVERSION| 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, applyCredentialsForJobSubmission, applyCredentialsForLocalExec, applyCredentialsForRemoteExec, complainForCredential, errorMessage, initializepublic static final java.lang.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.