| Package | Description |
|---|---|
| org.onosproject.cfg |
Set of abstractions for centrally managing component configurations.
|
| Modifier and Type | Method and Description |
|---|---|
ConfigProperty.Type |
ConfigProperty.type()
Returns the property type.
|
static ConfigProperty.Type |
ConfigProperty.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConfigProperty.Type[] |
ConfigProperty.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static ConfigProperty |
ConfigProperty.defineProperty(String name,
ConfigProperty.Type type,
String defaultValue,
String description)
Creates a new configuration property with its default value.
|
Copyright © 2015. All rights reserved.