Interface Configurable


  • public interface Configurable
    An interface that allows for dynamic configuration of instance objects with properties.
    Version:
    $Revision$
    • Method Detail

      • configure

        void configure​(PropertyMap props)
        Configure this object with the given properties.
        Parameters:
        props - Properties to configure from.