Interface IStorageDocumentProvider

    • Method Detail

      • getDefaultEncoding

        String getDefaultEncoding()
        Returns the default character encoding used by this provider.
        Returns:
        the default character encoding used by this provider
      • getEncoding

        String getEncoding​(Object element)
        Returns the character encoding for the given element, or null if the element is not managed by this provider.
        Parameters:
        element - the element
        Returns:
        the encoding for the given element
      • setEncoding

        void setEncoding​(Object element,
                         String encoding)
        Sets the encoding for the given element. If encoding is null the workbench's character encoding should be used.
        Parameters:
        element - the element
        encoding - the encoding to be used