Modifier and Type | Method and Description |
---|---|
Option.SetBuilder |
add(Option<?>... options)
Add options to this set.
|
Option.SetBuilder |
add(Option<?> option)
Add an option to this set.
|
Option.SetBuilder |
add(Option<?> option1,
Option<?> option2)
Add options to this set.
|
Option.SetBuilder |
add(Option<?> option1,
Option<?> option2,
Option<?> option3)
Add options to this set.
|
Option.SetBuilder |
addAll(Collection<Option<?>> options)
Add all options from a collection to this set.
|
Set<Option<?>> |
create()
Create the immutable option set instance.
|
public Option.SetBuilder add(Option<?> option)
option
- the option to addpublic Option.SetBuilder add(Option<?> option1, Option<?> option2)
option1
- the first option to addoption2
- the second option to addpublic Option.SetBuilder add(Option<?> option1, Option<?> option2, Option<?> option3)
option1
- the first option to addoption2
- the second option to addoption3
- the third option to addpublic Option.SetBuilder add(Option<?>... options)
options
- the options to addpublic Option.SetBuilder addAll(Collection<Option<?>> options)
options
- the options to addCopyright © 2019 JBoss by Red Hat. All rights reserved.