java.lang.Object
org.eclipse.lemminx.customservice.synapse.mediator.tryout.server.MIServer

public class MIServer extends Object
  • Constructor Details

  • Method Details

    • startServer

      public void startServer()
    • shutDown

      public boolean shutDown()
    • deployProject

      public void deployProject(String tempProjectUri, String projectUri) throws ArtifactDeploymentException
      Throws:
      ArtifactDeploymentException
    • copyDependencyCappToMI

      public void copyDependencyCappToMI(String projectUri) throws ArtifactDeploymentException
      Throws:
      ArtifactDeploymentException
    • deleteDeployedFiles

      public void deleteDeployedFiles()
    • deleteDeployedFiles

      public void deleteDeployedFiles(List<String> deployedFiles)
    • waitForServerStartup

      public void waitForServerStartup()
    • isServerRunning

      public boolean isServerRunning()
    • getServerPort

      public int getServerPort()
    • isStarted

      public boolean isStarted()
    • setServerPath

      public void setServerPath(Path serverPath)
    • getServerPath

      public Path getServerPath()
    • isStarting

      public boolean isStarting()