org.wso2.carbon.integration.common.tests
Class CarbonTestServerManager

java.lang.Object
  extended by org.wso2.carbon.integration.common.extensions.carbonserver.TestServerManager
      extended by org.wso2.carbon.integration.common.tests.CarbonTestServerManager

public class CarbonTestServerManager
extends TestServerManager


Constructor Summary
CarbonTestServerManager(org.wso2.carbon.automation.engine.context.AutomationContext autoCtx, int portOffset)
           
CarbonTestServerManager(org.wso2.carbon.automation.engine.context.AutomationContext autoCtx, String carbonZip, HashMap<String,String> startupParameterMap)
           
 
Method Summary
protected  void copyArtifacts(String carbonHome)
           
 String startServer()
           
 void stopServer()
           
 
Methods inherited from class org.wso2.carbon.integration.common.extensions.carbonserver.TestServerManager
getCarbonHome, getCarbonZip, getCommands
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CarbonTestServerManager

public CarbonTestServerManager(org.wso2.carbon.automation.engine.context.AutomationContext autoCtx,
                               String carbonZip,
                               HashMap<String,String> startupParameterMap)

CarbonTestServerManager

public CarbonTestServerManager(org.wso2.carbon.automation.engine.context.AutomationContext autoCtx,
                               int portOffset)
Method Detail

startServer

public String startServer()
                   throws Exception
Overrides:
startServer in class TestServerManager
Throws:
Exception

stopServer

public void stopServer()
                throws Exception
Overrides:
stopServer in class TestServerManager
Throws:
Exception

copyArtifacts

protected void copyArtifacts(String carbonHome)
                      throws IOException
Throws:
IOException


Copyright © 2015 WSO2. All rights reserved.