| Package | Description |
|---|---|
| org.onosproject.core |
ONOS Core API definitions.
|
| Modifier and Type | Method and Description |
|---|---|
Version |
CoreService.version()
Returns the product version.
|
static Version |
Version.version(int major,
int minor,
String patch,
String build)
Creates a new version from the specified constituent numbers.
|
static Version |
Version.version(String string)
Creates a new version by parsing the specified string.
|
Copyright © 2015. All rights reserved.