public class Version extends Object
Constructor and Description |
---|
Version(int major,
int minor,
int patch) |
Modifier and Type | Method and Description |
---|---|
int |
getMajor() |
int |
getMinor() |
int |
getPatch() |
boolean |
isValid() |
static Version |
of(int major,
int minor,
int patch) |
static Version |
of(String value) |
String |
toString() |
Copyright © 2016–2023. All rights reserved.