Interface ExtensionProvider<T extends Extendable,​E extends Extension<T>>

    • Method Detail

      • getExtensionName

        String getExtensionName()
        Return the name of the extensions provided by this provider.
        Returns:
        the name of the extensions provided by this provider.
      • getCategoryName

        String getCategoryName()
        Return the category of the extensions provided by this provider.
        Returns:
        the category of the extensions provided by this provider.
      • getExtensionClass

        Class<? super E> getExtensionClass()
        Return the type of extensions provided by this provider.
        Returns:
        the type of extensions provided by this provider.