Interface BaseToolkit


public interface BaseToolkit
Base Toolkit representing a collection of related tools.
Author:
HamaWhite
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the tools in the toolkit.
  • Method Details

    • getTools

      List<BaseTool> getTools()
      Get the tools in the toolkit.
      Returns:
      a list of tools in the toolkit.