Interface PropertySequence

    • Method Detail

      • removeProperty

        void removeProperty​(String key)
                     throws RepositoryException
        Remove the property with the given key.
        Parameters:
        key - The key of the property to remove
        Throws:
        RepositoryException - If there is no property with such a key or another error occurs.