Interface PluginSpi

    • Method Detail

      • getName

        java.lang.String getName()
        Gets the name of the plugin.
        Returns:
        A not empty string.
        Since:
        2.0.0
      • searchAvailableReaders

        java.util.Set<ReaderSpi> searchAvailableReaders()
                                                 throws PluginIOException
        Enumerates currently available readers.
        Returns:
        A empty Set if no reader is available.
        Throws:
        PluginIOException - If an error occurs while searching readers.
        Since:
        2.0.0
      • onUnregister

        void onUnregister()
        Invoked when unregistering the plugin.
        Since:
        2.0.0