getTool

open fun getTool(name: String): ToolFromCallable<*>(source)

Retrieves a tool by its name from the toolset. If the tool is not found, an exception is thrown.

Parameters

name

The name of the tool to retrieve.

Throws

If no tool with the specified name is found.