public class Tool extends Object
| Constructor and Description |
|---|
Tool() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
ToolComponent |
getDriver()
A component, such as a plug-in or the driver, of the analysis tool that was run.
|
Set<ToolComponent> |
getExtensions()
Tool extensions that contributed to or reconfigured the analysis tool that was run.
|
PropertyBag |
getProperties()
Key/value pairs that provide additional information about the object.
|
int |
hashCode() |
void |
setDriver(ToolComponent driver)
A component, such as a plug-in or the driver, of the analysis tool that was run.
|
void |
setExtensions(Set<ToolComponent> extensions)
Tool extensions that contributed to or reconfigured the analysis tool that was run.
|
void |
setProperties(PropertyBag properties)
Key/value pairs that provide additional information about the object.
|
String |
toString() |
Tool |
withDriver(ToolComponent driver) |
Tool |
withExtensions(Set<ToolComponent> extensions) |
Tool |
withProperties(PropertyBag properties) |
public ToolComponent getDriver()
public void setDriver(ToolComponent driver)
public Tool withDriver(ToolComponent driver)
public Set<ToolComponent> getExtensions()
public void setExtensions(Set<ToolComponent> extensions)
public Tool withExtensions(Set<ToolComponent> extensions)
public PropertyBag getProperties()
public void setProperties(PropertyBag properties)
public Tool withProperties(PropertyBag properties)
Copyright © 2020 Contrast Security. All rights reserved.