| Modifier and Type | Method and Description |
|---|---|
Platform |
Options.getTargetPlatform() |
static Platform |
Platform.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Platform[] |
Platform.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
String |
CurlCommand.asString(Platform targetPlatform,
boolean useShortForm,
boolean printMultiliner) |
Options.Builder |
Options.Builder.targetPlatform(Platform targetPlatform)
Confirgure the library to print curl command that will be executable on a given
targetPlatform. |
Copyright © 2016–2017. All rights reserved.