| Modifier and Type | Method and Description |
|---|---|
Location |
StackFrame.getLocation()
A location within a programming artifact.
|
Location |
Node.getLocation()
A location within a programming artifact.
|
Location |
Suppression.getLocation()
A location within a programming artifact.
|
Location |
ThreadFlowLocation.getLocation()
A location within a programming artifact.
|
Location |
Location.withAnnotations(Set<Region> annotations) |
Location |
Location.withId(Integer id) |
Location |
Location.withLogicalLocations(Set<LogicalLocation> logicalLocations) |
Location |
Location.withMessage(Message message) |
Location |
Location.withPhysicalLocation(PhysicalLocation physicalLocation) |
Location |
Location.withProperties(PropertyBag properties) |
Location |
Location.withRelationships(Set<LocationRelationship> relationships) |
| Modifier and Type | Method and Description |
|---|---|
List<Location> |
Result.getLocations()
The set of locations where the result was detected.
|
Set<Location> |
Notification.getLocations()
The locations relevant to this notification.
|
Set<Location> |
Result.getRelatedLocations()
A set of locations relevant to this result.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StackFrame.setLocation(Location location)
A location within a programming artifact.
|
void |
Node.setLocation(Location location)
A location within a programming artifact.
|
void |
Suppression.setLocation(Location location)
A location within a programming artifact.
|
void |
ThreadFlowLocation.setLocation(Location location)
A location within a programming artifact.
|
StackFrame |
StackFrame.withLocation(Location location) |
Node |
Node.withLocation(Location location) |
Suppression |
Suppression.withLocation(Location location) |
ThreadFlowLocation |
ThreadFlowLocation.withLocation(Location location) |
| Modifier and Type | Method and Description |
|---|---|
void |
Result.setLocations(List<Location> locations)
The set of locations where the result was detected.
|
void |
Notification.setLocations(Set<Location> locations)
The locations relevant to this notification.
|
void |
Result.setRelatedLocations(Set<Location> relatedLocations)
A set of locations relevant to this result.
|
Result |
Result.withLocations(List<Location> locations) |
Notification |
Notification.withLocations(Set<Location> locations) |
Result |
Result.withRelatedLocations(Set<Location> relatedLocations) |
Copyright © 2020 Contrast Security. All rights reserved.