Class DeployPluginDetails

java.lang.Object
org.eclipse.lemminx.customservice.synapse.parser.DeployPluginDetails

public class DeployPluginDetails extends Object
  • Constructor Details

    • DeployPluginDetails

      public DeployPluginDetails(org.eclipse.lsp4j.TextEdit textEdit)
    • DeployPluginDetails

      public DeployPluginDetails(String truststorePath, String truststorePassword, String truststoreType, String serverUrl, String username, String password, String serverType)
  • Method Details

    • getTruststorePath

      public String getTruststorePath()
    • getTruststorePassword

      public String getTruststorePassword()
    • getTruststoreType

      public String getTruststoreType()
    • getServerUrl

      public String getServerUrl()
    • getUsername

      public String getUsername()
    • getPassword

      public String getPassword()
    • getServerType

      public String getServerType()