Package com.portal.common
Class DeviceStateConfigParser
java.lang.Object
com.portal.common.DeviceStateConfigParser
This class extends the FileParser class and provides a concrete
implementation for the parseFile method. This class has methods
to parse the pin_device_state_ configuration file.
This returns the parse results as an Flist.
-
Constructor Summary
ConstructorsConstructorDescriptionDeviceStateConfigParser
(LoaderOptions options) Constructs DeviceStateConfigParser -
Method Summary
-
Constructor Details
-
DeviceStateConfigParser
Constructs DeviceStateConfigParser- Parameters:
options
- The LoaderOptions
-
-
Method Details
-
getStorableObject
parse the configuration file and return the name of the storable class -
parseFile
parse the configuration file and return an flist -
main
-