Class RemovedOperationError
- java.lang.Object
- 
- software.amazon.smithy.diff.evaluators.AbstractDiffEvaluator
- 
- software.amazon.smithy.diff.evaluators.RemovedOperationError
 
 
- 
- All Implemented Interfaces:
- DiffEvaluator
 
 public final class RemovedOperationError extends AbstractDiffEvaluator Emits a warning when an error is removed from an operation.
- 
- 
Constructor SummaryConstructors Constructor Description RemovedOperationError()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<ValidationEvent>evaluate(Differences differences)Returns validation events given two models and the detected differences between them.- 
Methods inherited from class software.amazon.smithy.diff.evaluators.AbstractDiffEvaluatordanger, danger, error, error, getEventId, note, note, warning, warning
 
- 
 
- 
- 
- 
Method Detail- 
evaluatepublic java.util.List<ValidationEvent> evaluate(Differences differences) Description copied from interface:DiffEvaluatorReturns validation events given two models and the detected differences between them.- Parameters:
- differences- Detected differences.
- Returns:
- Returns validation events that are relative to the new model.
 
 
- 
 
-