public class Options extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Options.Builder |
| Modifier and Type | Method and Description |
|---|---|
static Options.Builder |
builder() |
boolean |
canLogStacktrace() |
Optional<Consumer<CurlCommand>> |
getCurlUpdater() |
Platform |
getTargetPlatform() |
boolean |
printMultiliner() |
boolean |
useShortForm() |
public static Options.Builder builder()
public boolean canLogStacktrace()
public boolean printMultiliner()
public boolean useShortForm()
public Optional<Consumer<CurlCommand>> getCurlUpdater()
public Platform getTargetPlatform()
Copyright © 2016–2017. All rights reserved.