public class RecordingValidatorContext extends Object implements ValidatorContext
Constructor and Description |
---|
RecordingValidatorContext() |
Modifier and Type | Method and Description |
---|---|
Set<Integer> |
evaluatedItems() |
Set<String> |
evaluatedProperties() |
ValidatorContext |
lowerLevelContext() |
void |
markEvaluatedItem(int index) |
void |
markEvaluatedProperty(String propertyName) |
ValidatorContext |
startRecording() |
public ValidatorContext startRecording()
startRecording
in interface ValidatorContext
public void markEvaluatedItem(int index)
markEvaluatedItem
in interface ValidatorContext
public void markEvaluatedProperty(String propertyName)
markEvaluatedProperty
in interface ValidatorContext
public Set<Integer> evaluatedItems()
evaluatedItems
in interface ValidatorContext
public Set<String> evaluatedProperties()
evaluatedProperties
in interface ValidatorContext
public ValidatorContext lowerLevelContext()
lowerLevelContext
in interface ValidatorContext
Copyright © 2021 Eclipse. All rights reserved.