public class TapOnDestinationRecoveryStrategy extends Object implements RecoveryStrategy<ParseException>
Lives in this package as it needs access to a StreamDefinitionRepository
.
Constructor and Description |
---|
TapOnDestinationRecoveryStrategy(StreamDefinitionRepository streamDefinitionRepository) |
Modifier and Type | Method and Description |
---|---|
void |
addProposals(String dsl,
ParseException exception,
int detailLevel,
List<CompletionProposal> collector) |
boolean |
shouldTrigger(String dslStart,
Exception exception) |
public TapOnDestinationRecoveryStrategy(StreamDefinitionRepository streamDefinitionRepository)
public boolean shouldTrigger(String dslStart, Exception exception)
shouldTrigger
in interface RecoveryStrategy<ParseException>
public void addProposals(String dsl, ParseException exception, int detailLevel, List<CompletionProposal> collector)
addProposals
in interface RecoveryStrategy<ParseException>
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.