Class CompletionProposal

java.lang.Object
org.springframework.cloud.dataflow.completion.CompletionProposal

public class CompletionProposal extends Object
Represents a proposal to complete a given piece of definition DSL.
Author:
Eric Bottard
  • Constructor Details

    • CompletionProposal

      public CompletionProposal(String text, String explanation)
      Create a new CompletionProposal
      Parameters:
      text - the text that needs additonal completion
      explanation - the explanation of how to complete the text
  • Method Details