Class DevicePermitMapConfigParser

java.lang.Object
com.portal.common.DevicePermitMapConfigParser

public class DevicePermitMapConfigParser 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_permitmap_ configuration file. This returns the parse results as an Flist.
  • Constructor Details

    • DevicePermitMapConfigParser

      public DevicePermitMapConfigParser(LoaderOptions options)
      Constructs DevicePermitMapConfigParser
      Parameters:
      options - , The LoaderOptions passed
  • Method Details

    • parseFile

      public FList parseFile()
      parseFile Method, parses the configuration file and returns an Flist that can be used to update infranet.
    • main

      public static void main(String[] args)