Interface Parameterizable

    • Method Detail

      • isSupported

        boolean isSupported​(String name)
        Check if a parameter is supported.

        Supported parameters are those listed by getParametersNames().

        Parameters:
        name - parameter name to check
        Returns:
        true if the parameter is supported
        See Also:
        getParametersNames()