This class is used to user-friendly represent and manipulate a condor classad
it provides several utilities such us string and file constructor and manipulation of native classes
(String, int, boolean) instead of classad Expression
Ad() -
Constructor for class edg.workload.common.jrequestad.Ad
Default Constructor
Ad(String) -
Constructor for class edg.workload.common.jrequestad.Ad
Instantiates a JobAd object from the given Ad-string
Ad(RecordExpr) -
Constructor for class edg.workload.common.jrequestad.Ad
ADD ATTRIBUTE METHODS
/**
Allow adding a value to an already set attribute of the JobAd instance
(i.e. it transforms it in a list attribute). if used on a non-set attribute the corresponding setAttribute method is automatically called.
Allow adding a value to an already set attribute of the JobAd instance
(i.e. it transforms it in a list attribute). if used on a non-set attribute the corresponding setAttribute method is automatically called.
Allow adding a value to an already set attribute of the JobAd instance
(i.e. it transforms it in a list attribute). if used on a non-set attribute the corresponding setAttribute method is automatically called.
Allow adding a value to an already set attribute of the JobAd instance
(i.e. it transforms it in a list attribute). if used on a non-set attribute the corresponding setAttribute method is automatically called.
Allow adding a value to an already set attribute of the JobAd instance
(i.e. it transforms it in a list attribute). if used on a non-set attribute the corresponding setAttribute method is automatically called.
Allow adding a value to an already set attribute of the JobAd instance
(i.e. it transforms it in a list attribute). if used on a non-set attribute the corresponding setAttribute method is automatically called.
Allow adding a value to an already set attribute of the JobAd instance
(i.e. it transforms it in a list attribute). if used on a non-set attribute the corresponding setAttribute method is automatically called.
Allow adding a value to an already set attribute of the JobAd instance
(i.e. it transforms it in a list attribute). if used on a non-set attribute the corresponding setAttribute method is automatically called.
Allow adding a value to an already set attribute of the JobAd instance
(i.e. it transforms it in a list attribute). if used on a non-set attribute the corresponding setAttribute method is automatically called.
Allow adding a value to an already set attribute of the JobAd instance
(i.e. it transforms it in a list attribute). if used on a non-set attribute the corresponding setAttribute method is automatically called.
Print the JobAd instance into the specified file, with its multi-lines representation
toLines() -
Method in class edg.workload.common.jrequestad.JobAd
Convert the JobAd Instance into its String representation, one line per attribute, multi line for listed attribute active
This method is the same as toString ( true , true )
toString() -
Method in class edg.workload.common.jrequestad.Ad
Convert the JobAd Instance into a sinlge-line String representation
This method is equivalent as toString (false , false )