| Modifier and Type | Method and Description |
|---|---|
Set<ReportingDescriptor> |
ToolComponent.getNotifications()
An array of reportingDescriptor objects relevant to the notifications related to the configuration and runtime execution of the tool component.
|
Set<ReportingDescriptor> |
ToolComponent.getRules()
An array of reportingDescriptor objects relevant to the analysis performed by the tool component.
|
Set<ReportingDescriptor> |
ToolComponent.getTaxa()
An array of reportingDescriptor objects relevant to the definitions of both standalone and tool-defined taxonomies.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ToolComponent.setNotifications(Set<ReportingDescriptor> notifications)
An array of reportingDescriptor objects relevant to the notifications related to the configuration and runtime execution of the tool component.
|
void |
ToolComponent.setRules(Set<ReportingDescriptor> rules)
An array of reportingDescriptor objects relevant to the analysis performed by the tool component.
|
void |
ToolComponent.setTaxa(Set<ReportingDescriptor> taxa)
An array of reportingDescriptor objects relevant to the definitions of both standalone and tool-defined taxonomies.
|
ToolComponent |
ToolComponent.withNotifications(Set<ReportingDescriptor> notifications) |
ToolComponent |
ToolComponent.withRules(Set<ReportingDescriptor> rules) |
ToolComponent |
ToolComponent.withTaxa(Set<ReportingDescriptor> taxa) |
Copyright © 2020 Contrast Security. All rights reserved.