Modifier and Type | Field and Description |
---|---|
static ValueProvider |
OptionalConfiguration.DEFAULT_PROVIDER
Default value provider returning Strings from system properties and the system environment.
|
static ValueProvider |
OptionalConfiguration.NULLPROVIDER
Default value provider that always returns
null . |
Modifier and Type | Method and Description |
---|---|
static OptionalConfiguration |
OptionalConfiguration.of(EvaluationPolicy policy,
ValueProvider provider)
Returns an instance of OptionalConfiguration, which uses the given provider and policy for evaluating the values.
|
Copyright © 2014–2016 Apache Software Foundation. All rights reserved.