Class DupRemoverConfig

java.lang.Object
com.nt.udc.processor.enhancer.dupremover.DupRemoverConfig
All Implemented Interfaces:
ConfigIfc

public class DupRemoverConfig extends Object implements ConfigIfc
This class stores the configuration data for both the config file and the rules file. This class will only continue working if there are no ambiguous config/rule names.
  • Constructor Details

  • Method Details

    • getItem

      public String getItem(String key)
      Looks in both the config file and the rules file for a given setting. If a setting is ambiguous, it returns the one in the config file.
      Specified by:
      getItem in interface ConfigIfc
      Parameters:
      key - Setting to look for
      Returns:
      Value of the setting, or null if none found
    • setItem

      public void setItem(String key, String value)
      Not supported.
      Specified by:
      setItem in interface ConfigIfc