| BasicConfigInheritance |
|
| BasicConfigKey<T> |
|
| BasicConfigKey.BasicConfigKeyOverwriting<T> |
used to record a key which overwrites another; only needed at disambiguation time
if a class declares a key and an equivalent one (often inherited) which overwrites it.
|
| BasicConfigKey.Builder<T,B extends BasicConfigKey.Builder<T,B>> |
|
| ConfigConstraints<T extends BrooklynObject> |
Checks configuration constraints on entities and their adjuncts.
|
| ConfigKeys |
|
| ConfigKeys.DynamicKeys |
|
| ConfigPredicates |
|
| ConfigUtils |
|
| ListConfigKey<V> |
Deprecated
|
| ListConfigKey.ListModificationBase<T> |
|
| ListConfigKey.ListModifications |
|
| MapConfigKey<V> |
A config key which represents a map, where contents can be accessed directly via subkeys.
|
| MapConfigKey.Builder<V> |
|
| MapConfigKey.MapModificationBase<V> |
|
| MapConfigKey.MapModifications |
|
| Sanitizer |
|
| SetConfigKey<V> |
A config key representing a set of values.
|
| SetConfigKey.SetModificationBase<T> |
|
| SetConfigKey.SetModifications |
|
| StructuredConfigKey.StructuredModifications |
|
| SubElementConfigKey<T> |
|
| WrappedConfigKey<T> |
|