org.mule.test.infrastructure.process
Class UnixController

java.lang.Object
  extended by org.mule.test.infrastructure.process.Controller
      extended by org.mule.test.infrastructure.process.UnixController

public class UnixController
extends Controller


Field Summary
 
Fields inherited from class org.mule.test.infrastructure.process.Controller
ANCHOR_SUFFIX, appsDir, domainsDir, libsDir, muleBin, muleHome, STATUS, STATUS_PATTERN, timeout
 
Constructor Summary
UnixController(String muleHome, int timeout)
           
 
Method Summary
 String getMuleBin()
           
 int getProcessId()
           
 int status(String[] args)
           
 
Methods inherited from class org.mule.test.infrastructure.process.Controller
addLibrary, copyEnvironmentVariables, deleteAnchors, deploy, deployDomain, doExecution, installLicense, isDeployed, isRunning, restart, runSync, start, stop, undeployAll, uninstallLicense, verify
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UnixController

public UnixController(String muleHome,
                      int timeout)
Method Detail

getMuleBin

public String getMuleBin()
Specified by:
getMuleBin in class Controller

getProcessId

public int getProcessId()
Specified by:
getProcessId in class Controller

status

public int status(String[] args)
Specified by:
status in class Controller


Copyright © 2003–2014 MuleSoft, Inc.. All rights reserved.