Interface ToolProvider

  • All Known Implementing Classes:
    IdeaToolProvider

    public interface ToolProvider
    Locates a path to a tool.
    Since:
    6.0
    • Method Detail

      • supports

        boolean supports​(@NotNull
                         String toolName)
        Returns true if this tool provider supports locating of the tool with specified name
        Parameters:
        toolName - name of the tool
        Returns:
        true if specified name supported