public class MasterToolContext extends Object implements Serializable
Constructor and Description |
---|
MasterToolContext(String tool,
ServiceContext ctx,
ToolDescription desc)
Constructs the master tool context.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getTool()
Returns the tool name.
|
ToolDescription |
getToolDescription()
Returns ToolDescription.
|
String |
getToolId()
Returns the tool id.
|
String |
getToolParams()
Returns tool parameters.
|
ServiceContext |
getToolServiceContext()
Returns ServiceContext of the tool.
|
int |
hashCode() |
public MasterToolContext(String tool, ServiceContext ctx, ToolDescription desc)
tool
- The tool namectx
- The service context for this tool, if anydesc
- The tool descriptionpublic String getToolId()
public String getTool()
public ToolDescription getToolDescription()
public ServiceContext getToolServiceContext()
public String getToolParams()