public class Local extends Object
| Constructor and Description |
|---|
Local() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isRunning()
Checks if Local instance is running
|
void |
start(Map<String,String> options)
Starts Local instance with options
|
void |
stop()
Stops the Local instance
|
public void start(Map<String,String> options) throws Exception
options - Options for the Local instanceExceptionpublic void stop()
throws InterruptedException
InterruptedExceptionpublic boolean isRunning()
Copyright © 2016. All rights reserved.