Interface ExtensionNode<E extends Extension>

  • Type Parameters:
    E - the type of extension (installed, core, etc.) the node contains

    public interface ExtensionNode<E extends Extension>
    A node in the extension tree.
    Since:
    11.10
    Version:
    $Id: 4814933b5b56429c2716034adfe06699601c3e81 $
    • Method Detail

      • getNamespace

        Namespace getNamespace()
        Returns:
        the namespace of the extension
      • getExtension

        E getExtension()
        Returns:
        the extension