| Package | Description |
|---|---|
| org.unix4j.convert |
Defines interfaces and implementations used for value conversions.
|
| org.unix4j.option |
Provides interfaces and classes to deal with very simple sets of options.
|
| Modifier and Type | Method and Description |
|---|---|
OptionSet<O> |
OptionSetConverters.OptionToSingletonSetConverter.convert(Object value) |
OptionSet<O> |
OptionSetConverters.OptionNameStringToSingletonSetConverter.convert(Object value) |
OptionSet<O> |
OptionSetConverters.AcronymStringToOptionSetConverter.convert(Object value) |
OptionSet<O> |
OptionSetConverters.IterableOfOptionNameOrAcronymToOptionSetConverter.convert(Object value) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultOptionSet<E extends Enum<E> & Option>
Default implementation of a modifiable option set.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultOptionSet.setAll(OptionSet<E> optionSet)
Sets all the options contained in the specified
optionSet. |
static <O extends Option> |
DefaultOptionSet.toString(OptionSet<O> optionSet) |
Copyright © 2016. All Rights Reserved.