Interface WeaveCreateInputSampleCommandFactory


public interface WeaveCreateInputSampleCommandFactory
Factory class that allows to create a Command already provided in the Language Server for creating input sample data.
  • Method Summary

    Modifier and Type
    Method
    Description
    org.eclipse.lsp4j.Command
    create(String nameIdentifier, String nameOfScenario, String uri, String inputName, String inputFileName)
     
  • Method Details

    • create

      org.eclipse.lsp4j.Command create(String nameIdentifier, String nameOfScenario, @Nullable String uri, @Nullable String inputName, @Nullable String inputFileName)