| Modifier and Type | Method and Description |
|---|---|
PhysicalLocation |
Location.getPhysicalLocation()
A physical location relevant to a result.
|
PhysicalLocation |
PhysicalLocation.withAddress(Address address) |
PhysicalLocation |
PhysicalLocation.withArtifactLocation(ArtifactLocation artifactLocation) |
PhysicalLocation |
PhysicalLocation.withContextRegion(Region contextRegion) |
PhysicalLocation |
PhysicalLocation.withProperties(PropertyBag properties) |
PhysicalLocation |
PhysicalLocation.withRegion(Region region) |
| Modifier and Type | Method and Description |
|---|---|
Set<PhysicalLocation> |
ResultProvenance.getConversionSources()
An array of physicalLocation objects which specify the portions of an analysis tool's output that a converter transformed into the result.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Location.setPhysicalLocation(PhysicalLocation physicalLocation)
A physical location relevant to a result.
|
Location |
Location.withPhysicalLocation(PhysicalLocation physicalLocation) |
| Modifier and Type | Method and Description |
|---|---|
void |
ResultProvenance.setConversionSources(Set<PhysicalLocation> conversionSources)
An array of physicalLocation objects which specify the portions of an analysis tool's output that a converter transformed into the result.
|
ResultProvenance |
ResultProvenance.withConversionSources(Set<PhysicalLocation> conversionSources) |
Copyright © 2020 Contrast Security. All rights reserved.