| Package | Description |
|---|---|
| org.mdi.bootstrap |
Minimal Bootstrap interfaces for the framework.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Configuration
This interface defines the minimal common behaviour of all configurations.
|
interface |
Configuration2
This interface extends the
Configuration class to handle properties in a generic way. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractConfiguration2
A default implementation of Configuration2 which uses a Map for properties.
|