RegistryToolGroupResolver

class RegistryToolGroupResolver(val name: String, val toolGroups: List<ToolGroup>) : ToolGroupResolver

Resolves ToolGroups based on a list. The list is normally Spring-injected, with ToolGroup instances being Spring beans.

Parameters

name

The name of the resolver.

toolGroups

The list of ToolGroups to resolve. Normally Spring-injected from other beans.

Constructors

Link copied to clipboard
constructor(name: String, toolGroups: List<ToolGroup>)

Properties

Link copied to clipboard
open override val name: String
Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
open override fun findToolGroupForTool(toolName: String): ToolGroupResolution
Link copied to clipboard
open fun infoString(verbose: Boolean?, indent: Int): String
Link copied to clipboard

Resolve tool group from the role

Link copied to clipboard
open override fun toString(): String