public interface CondorStyle
Modifier and Type | Field and Description |
---|---|
static String |
VERSION
The version number associated with this API of Code Generator.
|
Modifier and Type | Method and Description |
---|---|
void |
apply(AggregatedJob job)
Apply a style to an AggregatedJob
|
void |
apply(Job job)
Apply a style to a job.
|
void |
initialize(PegasusBag bag,
CredentialHandlerFactory credentialFactory)
Initializes the Code Style implementation.
|
static final String VERSION
void initialize(PegasusBag bag, CredentialHandlerFactory credentialFactory) throws CondorStyleException
bag
- the bag of initialization objectscredentialFactory
- the credential handler factoryCondorStyleFactoryException
- that nests any error that
might occur during the instantiation of the implementation.CondorStyleException
void apply(Job job) throws CondorStyleException
job
- the Job
object containing the job.CondorStyleException
- in case of any error occuring code generation.void apply(AggregatedJob job) throws CondorStyleException
job
- the AggregatedJob
object containing the job.CondorStyleException
- in case of any error occuring code generation.Copyright © 2011 The University of Southern California. All Rights Reserved.