public abstract class RamlProxyServer extends Object implements AutoCloseable
| Modifier and Type | Field and Description |
|---|---|
protected ServerOptions |
options |
| Constructor and Description |
|---|
RamlProxyServer(ServerOptions options,
ReportSaver saver) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
delay() |
protected void |
doStart() |
guru.nidi.ramltester.RamlDefinition |
fetchRamlDefinition() |
ReportSaver |
getSaver() |
abstract boolean |
isStopped() |
protected abstract void |
start() |
protected abstract boolean |
stop() |
abstract void |
waitForServer() |
protected final ServerOptions options
public RamlProxyServer(ServerOptions options, ReportSaver saver) throws Exception
Exceptionpublic abstract boolean isStopped()
protected void doStart()
public guru.nidi.ramltester.RamlDefinition fetchRamlDefinition()
public void delay()
public ReportSaver getSaver()
public void close()
throws Exception
close in interface AutoCloseableExceptionCopyright © 2014–2015. All rights reserved.