public class CheckSiteRunning extends Object implements ExecutableCliCommand
| Modifier and Type | Field and Description |
|---|---|
protected int |
responseCode |
| Constructor and Description |
|---|
CheckSiteRunning() |
CheckSiteRunning(String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(CliEnvironment cle)
Executes the command.
|
int |
getResponseCode() |
String |
getVersion() |
boolean |
isRunning() |
public CheckSiteRunning()
public CheckSiteRunning(String name)
public void execute(CliEnvironment cle) throws BusinessException
ExecutableCliCommandexecute in interface ExecutableCliCommandcle - the CliEnvironment to useBusinessException - if on error occurs while executing the commandpublic int getResponseCode()
public String getVersion()
public boolean isRunning()
Copyright © 2011–2019 aiticon GmbH. All rights reserved.