Modifier and Type | Method and Description |
---|---|
void |
DagAd.addDependency(String jobFather,
String jobSon)
Add the couple father, son to the DagAd dependencies
|
void |
JobState.check()
Check the validity of the JobState instance
|
void |
ExtractFiles.check(String name)
Check for duplicates or unexisting paths
|
void |
JobAd.checkAll()
Check the JobAd instance for both syntax and semanthic errors.
|
void |
JobAd.checkAll(String[] attributes)
Check the JobAd instance for both syntax and semanthic errors
|
JobAd |
JobAd.copy(condor.classad.RecordExpr source)
Make a deep copy of the JobAd instance
|
protected static void |
Ad.copy(condor.classad.RecordExpr re,
Ad target)
Copy all the attributes of the instance into a new Ad
|
void |
Ad.fromRecord(condor.classad.RecordExpr re)
Load the classad from a classad Expression and create a new Ad instance
|
void |
Ad.fromString(String jdl)
Update and load the Ad object with the given ClassAd-jdl String
|
JobAd |
JobAd.getJobAdValue(String attrName)
Retreive the JobAd value of the specified attribute
|
Enumeration |
ParametricAd.getJobEnumeration() |
Enumeration |
EnumerableAd.getJobEnumeration() |
Enumeration |
CollectionAd.getJobEnumeration() |
static Ad |
AdParser.parseJdl(String jdl) |
String |
JobAd.toSubmissionString()
Perform a check over the JobAd instance and if possible convert it into its String representation as it would be ready for a submission
|
Constructor and Description |
---|
Ad(condor.classad.RecordExpr ad)
Instantiates a Ad object from the given Ad-string
|
Ad(String ad)
Instantiates a Ad object from the given Ad-string
|
CollectionAd(condor.classad.RecordExpr ad) |
CollectionAd(String ad) |
JobAd(condor.classad.RecordExpr ad)
Instantiates a JobAd object from the given recordExpr
|
JobAd(String ad)
Constructor from String: parse the string and create a JobAd
|
JobState(String state)
Constructor copy
|
ParametricAd(condor.classad.RecordExpr ad) |
ParametricAd(String ad) |
Copyright © 2016 EMI - European Middleware Initiative. All Rights Reserved.