Interface ToolManager

All Superinterfaces:
FeatureManager<ToolManager.ToolInfo>, Iterable<ToolManager.ToolInfo>

public interface ToolManager extends FeatureManager<ToolManager.ToolInfo>
Allows registering new tools, removing tools and getting information about registered tools.

An instance can be obtained by injecting with @Inject.

In an enterprise application, each web module has its own ToolManager. Calling methods on the ToolManager will affect the current web module.