Class DeviceStateConfigParser

java.lang.Object
com.portal.common.DeviceStateConfigParser

public class DeviceStateConfigParser extends Object
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 Details

    • DeviceStateConfigParser

      public DeviceStateConfigParser(LoaderOptions options)
      Constructs DeviceStateConfigParser
      Parameters:
      options - The LoaderOptions
  • Method Details

    • getStorableObject

      public String getStorableObject()
      parse the configuration file and return the name of the storable class
    • parseFile

      public FList parseFile()
      parse the configuration file and return an flist
    • main

      public static void main(String[] args)