Uses of Class
edu.isi.pegasus.planner.common.PegasusProperties
-
-
Uses of PegasusProperties in edu.isi.pegasus.common.credential.impl
Fields in edu.isi.pegasus.common.credential.impl declared as PegasusProperties Modifier and Type Field Description protected PegasusProperties
Abstract. mProps
The object holding all the properties pertaining to Pegasus. -
Uses of PegasusProperties in edu.isi.pegasus.common.logging
Methods in edu.isi.pegasus.common.logging with parameters of type PegasusProperties Modifier and Type Method Description static LogFormatter
LogFormatterFactory. loadInstance(PegasusProperties properties)
Loads the appropriate LogFormatter class as specified by properties.static LogManager
LogManagerFactory. loadInstance(PegasusProperties properties)
Loads the appropriate LogManager class as specified by properties.static LogManager
LogManagerFactory. loadSingletonInstance(PegasusProperties properties)
Loads the appropriate LogManager class as specified by properties. -
Uses of PegasusProperties in edu.isi.pegasus.planner.catalog.replica
Methods in edu.isi.pegasus.planner.catalog.replica with parameters of type PegasusProperties Modifier and Type Method Description static ReplicaCatalog
ReplicaFactory. loadInstance(PegasusProperties props)
Connects the interface with the replica catalog implementation. -
Uses of PegasusProperties in edu.isi.pegasus.planner.catalog.site
Methods in edu.isi.pegasus.planner.catalog.site with parameters of type PegasusProperties Modifier and Type Method Description static SiteCatalog
SiteFactory. loadInstance(PegasusProperties properties)
Connects the interface with the site catalog implementation. -
Uses of PegasusProperties in edu.isi.pegasus.planner.catalog.site.classes
Methods in edu.isi.pegasus.planner.catalog.site.classes with parameters of type PegasusProperties Modifier and Type Method Description private boolean
SiteStore. hashedOutputMapperUsed(PegasusProperties properties)
Returns a boolean indicating whether the Hashed Output Mapper was used or notvoid
SiteStore. setForPlannerUse(PegasusProperties properties, PlannerOptions options)
A setter method that is to be set to use getWorkDirectory functions, correctly. -
Uses of PegasusProperties in edu.isi.pegasus.planner.catalog.site.impl.old
Fields in edu.isi.pegasus.planner.catalog.site.impl.old declared as PegasusProperties Modifier and Type Field Description protected PegasusProperties
PoolInfoProvider. mProps
The object holding all the properties pertaining to Pegasus.Methods in edu.isi.pegasus.planner.catalog.site.impl.old with parameters of type PegasusProperties Modifier and Type Method Description static PoolInfoProvider
SiteFactory. loadInstance(PegasusProperties properties, boolean singleton)
Connects the interface with the site catalog implementation. -
Uses of PegasusProperties in edu.isi.pegasus.planner.catalog.transformation
Fields in edu.isi.pegasus.planner.catalog.transformation declared as PegasusProperties Modifier and Type Field Description protected PegasusProperties
Mapper. mProps
Handle to Pegasus PropertiesMethods in edu.isi.pegasus.planner.catalog.transformation with parameters of type PegasusProperties Modifier and Type Method Description static TransformationCatalog
TransformationFactory. loadInstance(PegasusProperties properties)
Connects the interface with the transformation catalog implementation.static TransformationCatalog
TransformationFactory. loadInstance(PegasusProperties properties, LogManager logger)
Connects the interface with the transformation catalog implementation. -
Uses of PegasusProperties in edu.isi.pegasus.planner.catalog.transformation.impl
Fields in edu.isi.pegasus.planner.catalog.transformation.impl declared as PegasusProperties Modifier and Type Field Description private PegasusProperties
File. mProps
The handle to the properties object.private PegasusProperties
Text. mProps
The handle to the properties object. -
Uses of PegasusProperties in edu.isi.pegasus.planner.catalog.work
Methods in edu.isi.pegasus.planner.catalog.work with parameters of type PegasusProperties Modifier and Type Method Description static WorkCatalog
WorkFactory. loadInstance(PegasusProperties props)
Connects the interface with the work catalog implementation. -
Uses of PegasusProperties in edu.isi.pegasus.planner.classes
Fields in edu.isi.pegasus.planner.classes declared as PegasusProperties Modifier and Type Field Description private PegasusProperties
PegasusBag. mProps
The handle to thePegasusProperties
.private PegasusProperties
PlannerCache. mProps
The PegasusPropertiesMethods in edu.isi.pegasus.planner.classes that return PegasusProperties Modifier and Type Method Description PegasusProperties
PegasusBag. getPegasusProperties()
A convenice method to get PegasusPropertiesMethods in edu.isi.pegasus.planner.classes with parameters of type PegasusProperties Modifier and Type Method Description void
PlannerMetrics. setApplicationMetrics(PegasusProperties properties)
Sets the app metrics that need to be forwarded.void
Job. updateProfiles(PegasusProperties properties)
Updates all the profile namespaces with the information specified by the user in the properties file, that apply to this job. -
Uses of PegasusProperties in edu.isi.pegasus.planner.client
Fields in edu.isi.pegasus.planner.client declared as PegasusProperties Modifier and Type Field Description protected PegasusProperties
RCClient. m_pegasus_props
The object holding all the properties pertaining to Pegasus.protected PegasusProperties
Executable. mProps
The object holding all the properties pertaining to Pegasus.Methods in edu.isi.pegasus.planner.client with parameters of type PegasusProperties Modifier and Type Method Description (package private) void
RCClient. connect(PegasusProperties properties)
Connects the interface with the replica catalog implementation.private java.lang.String
CPlanner. determineRootWorkflowUUID(ADag dag, PlannerOptions options, PegasusProperties properties)
Determines the workflow uuid for a workflowprivate java.util.List<TransformationCatalogEntry>
TCConverter. parseTC(PegasusProperties pegasusProperties)
Parses the input format specified in the properties file and returns list of TransfromationCatalogEntryjava.lang.String
PartitionDAX. partitionDAX(PegasusProperties properties, java.lang.String daxFile, java.lang.String directory, java.lang.String type)
protected void
Executable. setupLogging(LogManager logger, PegasusProperties properties)
Sets up the logging options for this class. -
Uses of PegasusProperties in edu.isi.pegasus.planner.cluster
Fields in edu.isi.pegasus.planner.cluster declared as PegasusProperties Modifier and Type Field Description protected PegasusProperties
Abstract. mProps
The handle to the properties object holding all the properties.protected PegasusProperties
Horizontal. mProps
The handle to the properties object holding all the properties.Methods in edu.isi.pegasus.planner.cluster with parameters of type PegasusProperties Modifier and Type Method Description static Partitioner
ClustererFactory. loadPartitioner(PegasusProperties properties, java.lang.String type, GraphNode root, java.util.Map graph)
Loads the appropriate partitioner on the basis of the clustering type specified in the options passed to the planner. -
Uses of PegasusProperties in edu.isi.pegasus.planner.cluster.aggregator
Fields in edu.isi.pegasus.planner.cluster.aggregator declared as PegasusProperties Modifier and Type Field Description protected PegasusProperties
Abstract. mProps
The object holding all the properties pertaining to Pegasus.protected PegasusProperties
JobAggregatorInstanceFactory. mProps
The handle to the properties object holding all the properties. -
Uses of PegasusProperties in edu.isi.pegasus.planner.code
Fields in edu.isi.pegasus.planner.code declared as PegasusProperties Modifier and Type Field Description private PegasusProperties
GridStartFactory. mProps
The properties object holding all the properties.Methods in edu.isi.pegasus.planner.code with parameters of type PegasusProperties Modifier and Type Method Description void
POSTScript. initialize(PegasusProperties properties, java.lang.String path, java.lang.String submitDir)
Initialize the POSTScript implementation.private POSTScript
GridStartFactory. loadPOSTScript(PegasusProperties properties, java.lang.String submitDir, java.lang.String path, java.lang.String className)
Loads the implementing class corresponding to the class. -
Uses of PegasusProperties in edu.isi.pegasus.planner.code.generator
Fields in edu.isi.pegasus.planner.code.generator declared as PegasusProperties Modifier and Type Field Description protected PegasusProperties
Abstract. mProps
The object holding all the properties pertaining to Pegasus.protected PegasusProperties
Braindump. mProps
The object holding all the properties pertaining to Pegasus.protected PegasusProperties
DAXReplicaStore. mProps
The object holding all the properties pertaining to Pegasus.protected PegasusProperties
MonitordNotify. mProps
The object holding all the properties pertaining to Pegasus.protected PegasusProperties
Stampede. mProps
The object holding all the properties pertaining to Pegasus. -
Uses of PegasusProperties in edu.isi.pegasus.planner.code.generator.condor
Fields in edu.isi.pegasus.planner.code.generator.condor declared as PegasusProperties Modifier and Type Field Description private PegasusProperties
SUBDAXGenerator. mProps
The handle to Pegasus Properties.Methods in edu.isi.pegasus.planner.code.generator.condor with parameters of type PegasusProperties Modifier and Type Method Description protected java.lang.String
CondorGenerator. getCategoryDAGManKnobs(PegasusProperties properties)
Write out the DAGMan knobs for each category the user mentions in the properties. -
Uses of PegasusProperties in edu.isi.pegasus.planner.code.generator.condor.style
Fields in edu.isi.pegasus.planner.code.generator.condor.style declared as PegasusProperties Modifier and Type Field Description protected PegasusProperties
Abstract. mProps
The object holding all the properties pertaining to Pegasus. -
Uses of PegasusProperties in edu.isi.pegasus.planner.code.gridstart
Fields in edu.isi.pegasus.planner.code.gridstart declared as PegasusProperties Modifier and Type Field Description private PegasusProperties
Kickstart. mProps
The object holding all the properties pertaining to Pegasus.protected PegasusProperties
NetloggerPostScript. mProps
The object holding all the properties pertaining to Pegasus.protected PegasusProperties
NoGridStart. mProps
The object holding all the properties pertaining to Pegasus.protected PegasusProperties
NoPOSTScript. mProps
The object holding all the properties pertaining to Pegasus.protected PegasusProperties
PegasusExitCode. mProps
The object holding all the properties pertaining to Pegasus.protected PegasusProperties
PegasusLite. mProps
The object holding all the properties pertaining to Pegasus.protected PegasusProperties
UserPOSTScript. mProps
The object holding all the properties pertaining to Pegasus.Methods in edu.isi.pegasus.planner.code.gridstart with parameters of type PegasusProperties Modifier and Type Method Description protected java.lang.String
NetloggerPostScript. getPostScriptProperties(PegasusProperties properties)
Returns the properties that need to be passed to the the postscript invocation in the java format.protected java.lang.String
PegasusExitCode. getPostScriptProperties(PegasusProperties properties)
Returns the properties that need to be passed to the the postscript invocation in the java format.void
NetloggerPostScript. initialize(PegasusProperties properties, java.lang.String path, java.lang.String submitDir)
Initialize the POSTScript implementation.void
NoPOSTScript. initialize(PegasusProperties properties, java.lang.String path, java.lang.String submitDir)
Initialize the POSTScript implementation.void
PegasusExitCode. initialize(PegasusProperties properties, java.lang.String path, java.lang.String submitDir)
Initialize the POSTScript implementation.void
UserPOSTScript. initialize(PegasusProperties properties, java.lang.String path, java.lang.String submitDir)
Initialize the POSTScript implementation. -
Uses of PegasusProperties in edu.isi.pegasus.planner.common
Methods in edu.isi.pegasus.planner.common that return PegasusProperties Modifier and Type Method Description static PegasusProperties
PegasusProperties. getInstance()
Returns an instance to this properties object.static PegasusProperties
PegasusProperties. getInstance(java.lang.String confProperties)
Returns an instance to this properties object.static PegasusProperties
PegasusProperties. nonSingletonInstance()
To get a reference to the the object.protected static PegasusProperties
PegasusProperties. nonSingletonInstance(java.lang.String confProperties)
To get a reference to the the object.Methods in edu.isi.pegasus.planner.common with parameters of type PegasusProperties Modifier and Type Method Description protected void
PegasusConfiguration. checkAndSetProperty(PegasusProperties properties, java.lang.String key, java.lang.String value)
Checks for a property, if it does not exist then sets the property to the value passedprivate void
PegasusConfiguration. loadConfigurationProperties(PegasusProperties properties)
Loads configuration specific properties into PegasusPropertiesvoid
PegasusConfiguration. loadConfigurationPropertiesAndOptions(PegasusProperties properties, PlannerOptions options)
Loads configuration specific properties into PegasusProperties, and adjusts planner options accordingly.boolean
PegasusConfiguration. setupForCondorIO(PegasusProperties properties)
Returns a boolean indicating if properties are setup for condor io -
Uses of PegasusProperties in edu.isi.pegasus.planner.namespace
Methods in edu.isi.pegasus.planner.namespace with parameters of type PegasusProperties Modifier and Type Method Description void
Dagman. assimilate(PegasusProperties properties, Profiles.NAMESPACES namespace)
Assimilate the profiles in the namespace in a controlled manner.void
Namespace. assimilate(PegasusProperties properties, Profiles.NAMESPACES namespace)
Assimilate the profiles in the namespace in a controlled manner.void
Condor. checkKeyInNS(PegasusProperties properties, java.lang.String pool)
It puts in the namespace specific information specified in the properties file into the namespace.void
Dagman. checkKeyInNS(PegasusProperties properties, java.lang.String pool)
It puts in the namespace specific information specified in the properties file into the namespace.void
ENV. checkKeyInNS(PegasusProperties properties, java.lang.String pool)
It puts in the namespace specific information specified in the properties file into the namespace.void
Globus. checkKeyInNS(PegasusProperties properties, java.lang.String pool)
It puts in the namespace specific information specified in the properties file into the namespace.void
Hints. checkKeyInNS(PegasusProperties properties, java.lang.String pool)
It puts in the namespace specific information specified in the properties file into the namespace.abstract void
Namespace. checkKeyInNS(PegasusProperties properties, java.lang.String pool)
It puts in the namespace specific information specified in the properties file into the namespace.void
Pegasus. checkKeyInNS(PegasusProperties properties, java.lang.String pool)
It puts in the namespace specific information specified in the properties file into the namespace.void
Selector. checkKeyInNS(PegasusProperties properties, java.lang.String pool)
It puts in the namespace specific information specified in the properties file into the namespace.void
Stat. checkKeyInNS(PegasusProperties properties, java.lang.String pool)
It puts in the namespace specific information specified in the properties file into the namespace. -
Uses of PegasusProperties in edu.isi.pegasus.planner.parser
Fields in edu.isi.pegasus.planner.parser declared as PegasusProperties Modifier and Type Field Description protected PegasusProperties
Parser. mProps
The object holding all the properties pertaining to Pegasus.Constructors in edu.isi.pegasus.planner.parser with parameters of type PegasusProperties Constructor Description ConfigXmlParser(PegasusProperties properties)
Default Class Constructor.ConfigXmlParser(java.lang.String configFileName, PegasusProperties properties)
Class Constructor intializes the parser and turns on validation.Parser(PegasusProperties properties)
Intialises the parser.PDAXParser(PegasusProperties properties)
The default constructor.PDAXParser(java.lang.String fileName, PegasusProperties properties)
The constructor initialises the parser, and turns on the validation feature in Xerces. -
Uses of PegasusProperties in edu.isi.pegasus.planner.parser.dax
Fields in edu.isi.pegasus.planner.parser.dax declared as PegasusProperties Modifier and Type Field Description private PegasusProperties
DAX2CDAG. mProps
The handle to the properties object.protected PegasusProperties
DAX2Graph. mProps
The handle to the properties object.private PegasusProperties
DAX2Metadata. mProps
The handle to the properties object.protected PegasusProperties
DAX2NewGraph. mProps
The handle to the properties object. -
Uses of PegasusProperties in edu.isi.pegasus.planner.parser.pdax
Fields in edu.isi.pegasus.planner.parser.pdax declared as PegasusProperties Modifier and Type Field Description private PegasusProperties
PDAX2MDAG. mProps
The handle to the properties file.Methods in edu.isi.pegasus.planner.parser.pdax with parameters of type PegasusProperties Modifier and Type Method Description static java.lang.String
PDAX2MDAG. constructDAGManKnobs(PegasusProperties properties)
Constructs Any extra arguments that need to be passed to dagman, as determined from the properties file.static Callback
PDAXCallbackFactory. loadInstance(PegasusProperties properties, PlannerOptions options, java.lang.String directory)
Loads the implementing class corresponding to the type specified by the user.static Callback
PDAXCallbackFactory. loadInstance(PegasusProperties properties, PlannerOptions options, java.lang.String directory, java.lang.String className)
Loads the implementing class corresponding to the type specified by the user.Constructors in edu.isi.pegasus.planner.parser.pdax with parameters of type PegasusProperties Constructor Description PDAX2MDAG(java.lang.String directory, PegasusProperties properties, PlannerOptions options)
The overloaded constructor. -
Uses of PegasusProperties in edu.isi.pegasus.planner.partitioner
Fields in edu.isi.pegasus.planner.partitioner declared as PegasusProperties Modifier and Type Field Description private PegasusProperties
ClustererCallback. mProps
The handle to the properties object.protected PegasusProperties
Partitioner. mProps
The object holding all the properties pertaining to Pegasus.protected PegasusProperties
WriterCallback. mProps
Handle to the properties available.Methods in edu.isi.pegasus.planner.partitioner with parameters of type PegasusProperties Modifier and Type Method Description void
ClustererCallback. initialize(PegasusProperties properties, Clusterer clusterer)
Initializes the callback.void
WriterCallback. initialize(PegasusProperties properties, java.lang.String daxFile, java.lang.String daxName, java.lang.String directory)
Initializes the Writer Callback.static DAXWriter
DAXWriter. loadInstance(PegasusProperties properties, java.lang.String daxFile, java.lang.String directory)
The ends up loading the PDAXWriter.static DAXWriter
DAXWriter. loadInstance(java.lang.String className, PegasusProperties properties, java.lang.String daxFile, java.lang.String directory)
Loads the implementing PDAXWriter.static Partitioner
PartitionerFactory. loadInstance(PegasusProperties properties, GraphNode root, java.util.Map graph, java.lang.String className)
Loads the implementing class corresponding to the type specified by the user.Constructors in edu.isi.pegasus.planner.partitioner with parameters of type PegasusProperties Constructor Description BFS(GraphNode root, java.util.Map graph, PegasusProperties properties)
The overloaded constructor.Horizontal(GraphNode root, java.util.Map graph, PegasusProperties properties)
The overloaded constructor.Label(GraphNode root, java.util.Map graph, PegasusProperties properties)
The overloaded constructor.One2One(GraphNode root, java.util.Map graph, PegasusProperties properties)
The overloaded constructor.Partitioner(GraphNode root, java.util.Map graph, PegasusProperties properties)
The overloaded constructor.Whole(GraphNode root, java.util.Map graph, PegasusProperties properties)
The overloaded constructor. -
Uses of PegasusProperties in edu.isi.pegasus.planner.provenance.pasoa.pps
Methods in edu.isi.pegasus.planner.provenance.pasoa.pps with parameters of type PegasusProperties Modifier and Type Method Description static PPS
PPSFactory. loadPPS(PegasusProperties properties)
Loads the appropriate PPS implementation on the basis of the property set in the properties. -
Uses of PegasusProperties in edu.isi.pegasus.planner.provenance.pasoa.producer
Methods in edu.isi.pegasus.planner.provenance.pasoa.producer with parameters of type PegasusProperties Modifier and Type Method Description static XMLProducer
XMLProducerFactory. loadXMLProducer(PegasusProperties properties)
Loads the appropriate XMLProducer on the basis of the property set in the properties. -
Uses of PegasusProperties in edu.isi.pegasus.planner.ranking
Methods in edu.isi.pegasus.planner.ranking with parameters of type PegasusProperties Modifier and Type Method Description boolean
GetDAX. connect(PegasusProperties properties)
A convenience method to connect on the basis of PegasusProperties. -
Uses of PegasusProperties in edu.isi.pegasus.planner.refiner
Fields in edu.isi.pegasus.planner.refiner declared as PegasusProperties Modifier and Type Field Description private PegasusProperties
Authenticate. mProps
The handle to the PegasusProperties object.protected PegasusProperties
Engine. mProps
The object holding all the properties pertaining to Pegasus.private PegasusProperties
ThreadPool. mProps
The handle to the properties object.Methods in edu.isi.pegasus.planner.refiner with parameters of type PegasusProperties Modifier and Type Method Description private java.util.Map<java.lang.String,NameValue>
TransferEngine. constructSiteToSRMServerMap(PegasusProperties props)
Constructs a Properties objects by parsing the relevant SRM pegasus properties.protected java.lang.String
ReplicaCatalogBridge. getCommandLineProperties(PegasusProperties properties)
Returns the properties that need to be passed to the the rc-client invocation on the command line .void
ReplicaCatalogBridge. initialize(ADag dag, PegasusProperties properties, PlannerOptions options)
Intialises the refiner.Constructors in edu.isi.pegasus.planner.refiner with parameters of type PegasusProperties Constructor Description Authenticate(PegasusProperties properties, PoolInfoProvider poolHandle)
The overloaded constructor.ThreadPool(PegasusProperties properties, java.util.Set pools)
The overloaded constructor. -
Uses of PegasusProperties in edu.isi.pegasus.planner.refiner.cleanup
Fields in edu.isi.pegasus.planner.refiner.cleanup declared as PegasusProperties Modifier and Type Field Description private PegasusProperties
Cleanup. mProps
The handle to the properties passed to Pegasus.private PegasusProperties
InPlace. mProps
The handle to the properties passed to Pegasus.private PegasusProperties
RM. mProps
The handle to the properties passed to Pegasus. -
Uses of PegasusProperties in edu.isi.pegasus.planner.refiner.createdir
Fields in edu.isi.pegasus.planner.refiner.createdir declared as PegasusProperties Modifier and Type Field Description protected PegasusProperties
DefaultImplementation. mProps
The handle to the pegasus properties. -
Uses of PegasusProperties in edu.isi.pegasus.planner.selector.replica
Fields in edu.isi.pegasus.planner.selector.replica declared as PegasusProperties Modifier and Type Field Description protected PegasusProperties
Default. mProps
The properties object containing the properties passed to the planner.protected PegasusProperties
Local. mProps
The properties object containing the properties passed to the planner.Methods in edu.isi.pegasus.planner.selector.replica with parameters of type PegasusProperties Modifier and Type Method Description static ReplicaSelector
ReplicaSelectorFactory. loadInstance(PegasusProperties properties)
Loads the implementing class corresponding to the mode specified by the user at runtime in the properties file.static ReplicaSelector
ReplicaSelectorFactory. loadInstance(PegasusProperties properties, java.lang.String className)
Loads the implementing class corresponding to the class.Constructors in edu.isi.pegasus.planner.selector.replica with parameters of type PegasusProperties Constructor Description Default(PegasusProperties properties)
The overloaded constructor, that is called by load method.Local(PegasusProperties properties)
The overloaded constructor, that is called by load method.Regex(PegasusProperties properties)
The overloaded constructor, that is called by load method.Restricted(PegasusProperties properties)
The overloaded constructor, that is called by load method. -
Uses of PegasusProperties in edu.isi.pegasus.planner.selector.site
Fields in edu.isi.pegasus.planner.selector.site declared as PegasusProperties Modifier and Type Field Description protected PegasusProperties
Abstract. mProps
The properties passed to Pegasus at runtime. -
Uses of PegasusProperties in edu.isi.pegasus.planner.selector.site.heft
Fields in edu.isi.pegasus.planner.selector.site.heft declared as PegasusProperties Modifier and Type Field Description private PegasusProperties
Algorithm. mProps
The handle to the properties. -
Uses of PegasusProperties in edu.isi.pegasus.planner.transfer
Fields in edu.isi.pegasus.planner.transfer declared as PegasusProperties Modifier and Type Field Description protected PegasusProperties
AbstractRefiner. mProps
The handle to the properties object holding the properties relevant to Pegasus.private PegasusProperties
RemoteTransfer. mProps
The handle to the properties object holding the properties relevant to Pegasus.private PegasusProperties
TPT. mProps
The handle to the properties object holding the properties relevant to Pegasus.Constructors in edu.isi.pegasus.planner.transfer with parameters of type PegasusProperties Constructor Description RemoteTransfer(PegasusProperties properties)
The overloaded constructor.TPT(PegasusProperties properties)
The overloaded constructor. -
Uses of PegasusProperties in edu.isi.pegasus.planner.transfer.implementation
Fields in edu.isi.pegasus.planner.transfer.implementation declared as PegasusProperties Modifier and Type Field Description protected PegasusProperties
Abstract. mProps
The handle to the properties object holding the properties relevant to Pegasus. -
Uses of PegasusProperties in edu.isi.pegasus.planner.transfer.sls
Fields in edu.isi.pegasus.planner.transfer.sls declared as PegasusProperties Modifier and Type Field Description protected PegasusProperties
Condor. mProps
The handle to the properties.protected PegasusProperties
Transfer. mProps
The handle to the properties.
-