public interface ScopedConfigurable extends Configurable
Modifier and Type | Method and Description |
---|---|
Options |
getOptions(Scope scope)
Gets scoped options of this configurable instance.
|
getOptions
Options getOptions(Scope scope)
Note that the implementation specifies whether this method returns a snapshot or view of options.
scope
- the scope to be applied, not null
java.lang.IllegalArgumentException
- if an unknown scope is specifiedjava.lang.NullPointerException
- if the scope
is null