Interface BundledToolsRegistry

    • Method Detail

      • findTool

        @Nullable
        BundledTool findTool​(@NotNull
                             String name)
        Parameters:
        name - tool name
        Returns:
        tool descriptor if found
        Since:
        6.5
      • registerTool

        void registerTool​(@NotNull
                          String toolName,
                          @NotNull
                          BundledTool tool)
        Register tool with a given name
        Parameters:
        toolName - tool name
        tool - tool descriptor
        Since:
        10.0
      • unregisterTool

        void unregisterTool​(@NotNull
                            String toolId)