public class UnfinishedConfigurationPropertyNameRecoveryStrategy extends StacktraceFingerprintingRecoveryStrategy<org.springframework.cloud.dataflow.core.dsl.CheckPointedParseException>
streamDefinitionService
Modifier and Type | Method and Description |
---|---|
void |
addProposals(String dsl,
org.springframework.cloud.dataflow.core.dsl.CheckPointedParseException exception,
int detailLevel,
List<CompletionProposal> collector)
Perform code completion by adding proposals to the
proposals list. |
shouldTrigger
public void addProposals(String dsl, org.springframework.cloud.dataflow.core.dsl.CheckPointedParseException exception, int detailLevel, List<CompletionProposal> collector)
RecoveryStrategy
proposals
list.dsl
- the partial DSL textexception
- the exception thrown when parsing the DSL textdetailLevel
- an integer describing the level of detail to include in
proposal, starting at 1. Higher values request more detail, with values typically
in the range [1..5]collector
- the list of completion proposals to show the userCopyright © 2023 Pivotal Software, Inc.. All rights reserved.