Interface PropertyHolder

    • Method Detail

      • getProperty

        java.lang.Object getProperty​(java.lang.String name)
        Get a property by its name.
        Parameters:
        name - the name of the property to get.
        Returns:
        the property as specified by the name.
      • setProperty

        void setProperty​(java.lang.String name,
                         java.lang.Object value)
        Set a property specified by the name to the passed value.
        Parameters:
        name - the name of the property to set.
        value - the value to set the specified property to.