Package org.onosproject.cfg
Set of abstractions for centrally managing component configurations.
Configuration properties are registered for a component resource which is
auto-generated during the build process based on information specified in
the @Component property annotations. This provides an overall inventory of
all supported component configurations.
-
Interface Summary Interface Description ComponentConfigService Service for tracking system-wide configurations for various software components.ComponentConfigStore Service for storing and distributing system-wide configurations for various software components.ComponentConfigStoreDelegate Configuration property store delegate abstraction. -
Class Summary Class Description ComponentConfigEvent Describes a component configuration event.ConfigProperty Component configuration property. -
Enum Summary Enum Description ComponentConfigEvent.Type ConfigProperty.Type Representation of the type of property value.