
public class ConfigPropConverter extends Object
| Constructor and Description |
|---|
ConfigPropConverter(String propFileName)
Reads the properties file.
|
| Modifier and Type | Method and Description |
|---|---|
Map<ShutterSide,BladeSetConfiguration> |
getBladeSetConfigs()
Converts the property string for both sides to proper blade set configuration objects.
|
List<HallConfiguration> |
getHallConfigs()
Converts the property string for the Hall configuration into proper configuration objects.
|
ShutterConfiguration |
getShutterConfig()
Converts the property string for the general shutter configuration into a proper configuration object.
|
public ConfigPropConverter(String propFileName)
propFileName - The name of the properties file w/o directory name or extension.
The file is found using the class path mechanism (using ResourceBundle).public Map<ShutterSide,BladeSetConfiguration> getBladeSetConfigs()
public List<HallConfiguration> getHallConfigs()
public ShutterConfiguration getShutterConfig()
Copyright © 2016 LSST. All rights reserved.