Class ConfigDef.ValidList

    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void ensureValid​(java.lang.String name, java.lang.Object value)
      Perform single configuration validation.
      static ConfigDef.ValidList in​(java.lang.String... validStrings)  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Method Detail

      • ensureValid

        public void ensureValid​(java.lang.String name,
                                java.lang.Object value)
        Description copied from interface: ConfigDef.Validator
        Perform single configuration validation.
        Specified by:
        ensureValid in interface ConfigDef.Validator
        Parameters:
        name - The name of the configuration
        value - The value of the configuration
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object