Interface ToolSet NEW


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

      All Methods Instance Methods Abstract Methods 
      ChangeModifier and Type Method Description
      java.lang.String getDescription()
      Get the description of the toolset.
      java.lang.String getName()
      Get the name for the toolset.
      void setName​(java.lang.String name)
      Set the name on the toolset.
    • 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.