public class WindowsController extends Controller
Modifier and Type | Field and Description |
---|---|
protected static Pattern |
PID_PATTERN_WINDOWS |
protected static String |
PID_WINDOWS |
ANCHOR_SUFFIX, appsDir, domainsDir, libsDir, muleBin, muleHome, STATUS, STATUS_PATTERN, timeout
Constructor and Description |
---|
WindowsController(String muleHome,
int timeout) |
Modifier and Type | Method and Description |
---|---|
String |
getMuleBin() |
int |
getProcessId() |
void |
restart(String[] args) |
void |
start(String[] args) |
int |
status(String[] args) |
void |
stop(String[] args) |
addLibrary, copyEnvironmentVariables, deleteAnchors, deploy, deployDomain, doExecution, getLog, getLog, installLicense, isDeployed, isRunning, runSync, undeployAll, uninstallLicense, verify
protected static final String PID_WINDOWS
protected static final Pattern PID_PATTERN_WINDOWS
public WindowsController(String muleHome, int timeout)
public String getMuleBin()
getMuleBin
in class Controller
public void start(String[] args)
start
in class Controller
public void stop(String[] args)
stop
in class Controller
public int getProcessId()
getProcessId
in class Controller
public int status(String[] args)
status
in class Controller
public void restart(String[] args)
restart
in class Controller
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.