| Modifier and Type | Method and Description |
|---|---|
Replacement |
Replacement.withDeletedRegion(Region deletedRegion) |
Replacement |
Replacement.withInsertedContent(ArtifactContent insertedContent) |
Replacement |
Replacement.withProperties(PropertyBag properties) |
| Modifier and Type | Method and Description |
|---|---|
List<Replacement> |
ArtifactChange.getReplacements()
An array of replacement objects, each of which represents the replacement of a single region in a single artifact specified by 'artifactLocation'.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ArtifactChange.setReplacements(List<Replacement> replacements)
An array of replacement objects, each of which represents the replacement of a single region in a single artifact specified by 'artifactLocation'.
|
ArtifactChange |
ArtifactChange.withReplacements(List<Replacement> replacements) |
Copyright © 2020 Contrast Security. All rights reserved.