public static class OptionsStrategy.Builder extends Object
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
OptionsStrategy |
create() |
OptionsStrategy.Builder |
with(String key)
Adds an key to the configuration with the value of
true. |
OptionsStrategy.Builder |
with(String key,
Object value)
Adds an option to the configuration.
|
public OptionsStrategy.Builder with(String key)
true.public OptionsStrategy.Builder with(String key, Object value)
public OptionsStrategy create()
Copyright © 2013–2019 Apache Software Foundation. All rights reserved.