Interface ToolSet


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

      • getName

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

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

        java.lang.String getDescription()
        Get the description of the toolset.