Interface Configurable

All Known Implementing Classes:
AbstractDNSToSwitchMapping, CachedDNSToSwitchMapping, ScriptBasedMapping

@Public @Stable public interface Configurable
Class that may be configured with a Configuration.
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.commons.configuration2.Configuration
    Return the configuration used by this object.
    void
    setConf(org.apache.commons.configuration2.Configuration conf)
    Set the configuration to be used by this object.
  • Method Details

    • setConf

      void setConf(org.apache.commons.configuration2.Configuration conf)
      Set the configuration to be used by this object.
      Parameters:
      conf - Configuration object to use
    • getConf

      org.apache.commons.configuration2.Configuration getConf()
      Return the configuration used by this object.
      Returns:
      configuration used by this object.