| Modifier and Type | Method and Description |
|---|---|
LogicalLocation |
LogicalLocation.withDecoratedName(String decoratedName) |
LogicalLocation |
LogicalLocation.withFullyQualifiedName(String fullyQualifiedName) |
LogicalLocation |
LogicalLocation.withIndex(Integer index) |
LogicalLocation |
LogicalLocation.withKind(String kind) |
LogicalLocation |
LogicalLocation.withName(String name) |
LogicalLocation |
LogicalLocation.withParentIndex(Integer parentIndex) |
LogicalLocation |
LogicalLocation.withProperties(PropertyBag properties) |
| Modifier and Type | Method and Description |
|---|---|
Set<LogicalLocation> |
ExternalProperties.getLogicalLocations()
An array of logical locations such as namespaces, types or functions that will be merged with a separate run.
|
Set<LogicalLocation> |
Run.getLogicalLocations()
An array of logical locations such as namespaces, types or functions.
|
Set<LogicalLocation> |
Location.getLogicalLocations()
The logical locations associated with the result.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ExternalProperties.setLogicalLocations(Set<LogicalLocation> logicalLocations)
An array of logical locations such as namespaces, types or functions that will be merged with a separate run.
|
void |
Run.setLogicalLocations(Set<LogicalLocation> logicalLocations)
An array of logical locations such as namespaces, types or functions.
|
void |
Location.setLogicalLocations(Set<LogicalLocation> logicalLocations)
The logical locations associated with the result.
|
ExternalProperties |
ExternalProperties.withLogicalLocations(Set<LogicalLocation> logicalLocations) |
Run |
Run.withLogicalLocations(Set<LogicalLocation> logicalLocations) |
Location |
Location.withLogicalLocations(Set<LogicalLocation> logicalLocations) |
Copyright © 2020 Contrast Security. All rights reserved.