Package burp.api.montoya.core
Interface ToolSource
-
- All Known Subinterfaces:
ContextMenuEvent
public interface ToolSourceThis interface represents the tool that is the source of an object.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisFromTool(ToolType... toolType)This method is used to determine whether this tool source is from a specified tool.ToolTypetoolType()
-
-
-
Method Detail
-
toolType
ToolType toolType()
-
isFromTool
boolean isFromTool(ToolType... toolType)
This method is used to determine whether this tool source is from a specified tool.- Parameters:
toolType- The tool types to check.- Returns:
- Returns
trueif this tool source is from any of the specified tool types.
-
-