Package | Description |
---|---|
org.springframework.cloud.dataflow.completion |
Contains classes related to code-completion of stream definitions expressed in the
Spring Cloud Dataflow DSL.
|
Modifier and Type | Method and Description |
---|---|
void |
UnfinishedConfigurationPropertyNameTaskRecoveryStrategy.addProposals(String dsl,
CheckPointedParseException exception,
int detailLevel,
List<CompletionProposal> collector) |
void |
UnfinishedConfigurationPropertyNameRecoveryStrategy.addProposals(String dsl,
CheckPointedParseException exception,
int detailLevel,
List<CompletionProposal> collector) |
void |
ConfigurationPropertyValueHintTaskRecoveryStrategy.addProposals(String dsl,
CheckPointedParseException exception,
int detailLevel,
List<CompletionProposal> collector) |
void |
ConfigurationPropertyValueHintRecoveryStrategy.addProposals(String dsl,
CheckPointedParseException exception,
int detailLevel,
List<CompletionProposal> collector) |
void |
AppsAfterPipeRecoveryStrategy.addProposals(String dsl,
CheckPointedParseException exception,
int detailLevel,
List<CompletionProposal> collector) |
void |
AppsAfterDoublePipeRecoveryStrategy.addProposals(String dsl,
CheckPointedParseException exception,
int detailLevel,
List<CompletionProposal> collector) |
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.