org.csstudio.utility.pvmanager
Class ConfigurationHelper
java.lang.Object
org.csstudio.utility.pvmanager.ConfigurationHelper
public class ConfigurationHelper
- extends java.lang.Object
Helper class to configure PVManager data sources based on extension points.
- Author:
- carcassi
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEFAULT_TYPE_KEY
public static final java.lang.String DEFAULT_TYPE_KEY
- Preference ID of the default PV type
- See Also:
- Constant Field Values
DEFAULT_TYPE_QUALIFIER
public static final java.lang.String DEFAULT_TYPE_QUALIFIER
- See Also:
- Constant Field Values
defaultDataSourceName
public static java.lang.String defaultDataSourceName()
configuredDataSources
public static java.util.Map<java.lang.String,DataSource> configuredDataSources()
- Retrieves the data sources that have been registered through the extension point.
- Returns:
- the registered data sources