| Modifier and Type | Method and Description |
|---|---|
static SemVer |
SemVer.create(int major) |
static SemVer |
SemVer.create(int major,
int minor) |
static SemVer |
SemVer.create(int major,
int minor,
int patch) |
static SemVer |
SemVer.valueOf(String str) |
| Modifier and Type | Method and Description |
|---|---|
int |
SemVer.compareTo(SemVer other) |
Copyright © 2018 OpenDaylight. All rights reserved.