Class RegStoreFileParser


  • public final class RegStoreFileParser
    extends Object
    Used by ServerConfigProvider to parse the configuration file. If a file does not exist originally, the default providers are not used. A file is only created if needed, which happens if providers are registered or unregistered through the store() or delete() methods.
    Author:
    Bobby Bissett
    • Constructor Detail

      • RegStoreFileParser

        public RegStoreFileParser​(String pathParent,
                                  String pathChild,
                                  List<EntryInfo> defaultEntries)
        Loads the configuration file from the given filename. If a file is not found, then the default entries are used. Otherwise the file is parsed to load the entries.