public class RamlProxy extends Object
| Constructor and Description |
|---|
RamlProxy() |
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
executeCommand(ClientOptions options) |
static String |
executeRawCommand(ClientOptions options) |
static void |
prestartServer(int port) |
static SubProcess |
startServerAsync(ServerOptions options) |
static RamlProxyServer |
startServerSync(ServerOptions options) |
static RamlProxyServer |
startServerSync(ServerOptions options,
ReportSaver saver) |
public static void prestartServer(int port)
public static RamlProxyServer startServerSync(ServerOptions options) throws Exception
Exceptionpublic static RamlProxyServer startServerSync(ServerOptions options, ReportSaver saver) throws Exception
Exceptionpublic static SubProcess startServerAsync(ServerOptions options) throws Exception
Exceptionpublic static <T> T executeCommand(ClientOptions options) throws IOException
IOExceptionpublic static String executeRawCommand(ClientOptions options) throws IOException
IOExceptionCopyright © 2014–2015. All rights reserved.