Interface ExtendedConfig

    • Method Detail

      • isProperty

        boolean isProperty​(String name)
        Get the value of the property with a given name converted to boolean. Returns false if the value is not convertible.
        Parameters:
        name - property name.
        Returns:
        boolean property value or false if the property is not convertible.