Class RemovedServiceError
- java.lang.Object
- 
- software.amazon.smithy.diff.evaluators.AbstractDiffEvaluator
- 
- software.amazon.smithy.diff.evaluators.RemovedServiceError
 
 
- 
- All Implemented Interfaces:
- DiffEvaluator
 
 public final class RemovedServiceError extends AbstractDiffEvaluator Emits a warning when an error is removed from a service.
- 
- 
Constructor SummaryConstructors Constructor Description RemovedServiceError()
 - 
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.
 
 
- 
 
-