| Interface | Description |
|---|---|
| Settings |
Immutable settings allowing to control the configuration.
|
| Settings.Builder |
A settings builder interface.
|
| SettingsFilter.Filter |
| Class | Description |
|---|---|
| ImmutableSettings |
An immutable implementation of
Settings. |
| ImmutableSettings.Builder |
A builder allowing to put different settings and then
ImmutableSettings.Builder.build() an immutable
settings implementation. |
| SettingsFilter | |
| SettingsModule |
A module that binds the provided settings to the
Settings interface. |
| Exception | Description |
|---|---|
| NoClassSettingsException |
A specific type of
SettingsException indicating failure to load a class
based on a settings value. |
| SettingsException |
A generic failure to handle settings.
|
Copyright © 2009–2016. All rights reserved.