Interface ToolSet


public interface ToolSet
Interface to define a set of Tools. NOTE: ToolSets are currently not implemented.
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the description of the toolset.
    Get the name for the toolset.
    void
    Set the name on the toolset.
  • Method Details

    • getName

      String getName()
      Get the name for the toolset.
    • setName

      void setName(String name)
      Set the name on the toolset.
    • getDescription

      String getDescription()
      Get the description of the toolset.