| Modifier and Type | Method and Description |
|---|---|
ToolComponentReference |
ToolComponent.getAssociatedComponent()
Identifies a particular toolComponent object, either the driver or an extension.
|
ToolComponentReference |
ReportingDescriptorReference.getToolComponent()
Identifies a particular toolComponent object, either the driver or an extension.
|
ToolComponentReference |
ToolComponentReference.withGuid(String guid) |
ToolComponentReference |
ToolComponentReference.withIndex(Integer index) |
ToolComponentReference |
ToolComponentReference.withName(String name) |
ToolComponentReference |
ToolComponentReference.withProperties(PropertyBag properties) |
| Modifier and Type | Method and Description |
|---|---|
Set<ToolComponentReference> |
ToolComponent.getSupportedTaxonomies()
An array of toolComponentReference objects to declare the taxonomies supported by the tool component.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ToolComponent.setAssociatedComponent(ToolComponentReference associatedComponent)
Identifies a particular toolComponent object, either the driver or an extension.
|
void |
ReportingDescriptorReference.setToolComponent(ToolComponentReference toolComponent)
Identifies a particular toolComponent object, either the driver or an extension.
|
ToolComponent |
ToolComponent.withAssociatedComponent(ToolComponentReference associatedComponent) |
ReportingDescriptorReference |
ReportingDescriptorReference.withToolComponent(ToolComponentReference toolComponent) |
| Modifier and Type | Method and Description |
|---|---|
void |
ToolComponent.setSupportedTaxonomies(Set<ToolComponentReference> supportedTaxonomies)
An array of toolComponentReference objects to declare the taxonomies supported by the tool component.
|
ToolComponent |
ToolComponent.withSupportedTaxonomies(Set<ToolComponentReference> supportedTaxonomies) |
Copyright © 2020 Contrast Security. All rights reserved.