RollbackToolSet

Represents a set of tools that can perform rollback or reversal operations for a given tool and toolset. This interface provides a mechanism to locate and retrieve tools that revert specific operations.

Functions

Link copied to clipboard
open fun revertToolFor(toolName: String, toolSet: ToolSet): ToolFromCallable<*>?

Attempts to locate and retrieve a tool that reverts the behavior of another tool, given its name and associated toolset. The method searches for Java methods in the current class that are annotated with the @Reverts annotation, matching both the specified tool name and toolset type.