| Package | Description |
|---|---|
| guru.nidi.ramlproxy.core | |
| guru.nidi.ramlproxy.report |
| Modifier and Type | Method and Description |
|---|---|
ReportFormat |
ServerOptions.getFileFormat() |
| Constructor and Description |
|---|
ServerOptions(int port,
String target,
File mockDir,
String ramlUri,
String baseUri,
File saveDir,
ReportFormat fileFormat,
boolean ignoreXheaders,
boolean asyncMode,
int minDelay,
int maxDelay) |
ServerOptions(int port,
String targetOrMockDir,
String ramlUri,
String baseUri,
File saveDir,
ReportFormat fileFormat,
boolean ignoreXheaders) |
| Modifier and Type | Method and Description |
|---|---|
static ReportFormat |
ReportFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReportFormat[] |
ReportFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Reporter(File saveDir,
ReportFormat reportFormat) |
Copyright © 2014–2015. All rights reserved.