Interface DocFormatProvider

    • Method Detail

      • getDefaultFormatParameters

        default DocFormatParameters getDefaultFormatParameters()
        Returns:
        the default DocFormatParameters
      • getName

        String getName()
        Returns:
        the format name used to identify it when constructing document collections.
      • isWriteable

        boolean isWriteable()
        Returns:
        True if this format supports writing, False if not.