Uses of Class
edu.isi.pegasus.common.util.CommonProperties
-
Packages that use CommonProperties Package Description edu.isi.pegasus.common.util edu.isi.pegasus.planner.catalog.replica edu.isi.pegasus.planner.catalog.work edu.isi.pegasus.planner.common -
-
Uses of CommonProperties in edu.isi.pegasus.common.util
Fields in edu.isi.pegasus.common.util declared as CommonProperties Modifier and Type Field Description private static CommonProperties
CommonProperties. m_instance
implements the singleton access via class variable.Methods in edu.isi.pegasus.common.util that return CommonProperties Modifier and Type Method Description static CommonProperties
CommonProperties. instance()
Singleton threading: Creates the one and only instance of the properties in the current application.static CommonProperties
CommonProperties. noHassleInstance()
Singleton interface: Creates the one and only instance of the properties in the current application, and does not bother the programmer with exceptions.static CommonProperties
CommonProperties. nonSingletonInstance(java.lang.String confProperties)
Create a temporary property that is not attached to the Singleton. -
Uses of CommonProperties in edu.isi.pegasus.planner.catalog.replica
Methods in edu.isi.pegasus.planner.catalog.replica with parameters of type CommonProperties Modifier and Type Method Description static ReplicaCatalog
ReplicaFactory. loadInstance(CommonProperties props)
Connects the interface with the replica catalog implementation. -
Uses of CommonProperties in edu.isi.pegasus.planner.catalog.work
Methods in edu.isi.pegasus.planner.catalog.work with parameters of type CommonProperties Modifier and Type Method Description static WorkCatalog
WorkFactory. loadInstance(CommonProperties props)
Connects the interface with the work catalog implementation. -
Uses of CommonProperties in edu.isi.pegasus.planner.common
Fields in edu.isi.pegasus.planner.common declared as CommonProperties Modifier and Type Field Description private CommonProperties
PegasusProperties. mProps
The object holding all the properties pertaining to the VDS system.Methods in edu.isi.pegasus.planner.common that return CommonProperties Modifier and Type Method Description CommonProperties
PegasusProperties. getVDSProperties()
Returns the CommonProperties that this object encapsulates.Methods in edu.isi.pegasus.planner.common with parameters of type CommonProperties Modifier and Type Method Description protected Profiles
PegasusProperties. retrieveProfilesFromProperties(CommonProperties properties)
Retrieves profiles from the properties
-