public class Version extends Object implements Comparable<Version>
| Modifier and Type | Field and Description |
|---|---|
static String |
UNRELEASED |
| Constructor and Description |
|---|
Version() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Version other) |
String |
getDirName() |
boolean |
isUnreleased() |
static Version |
of(String version) |
public static final String UNRELEASED
Copyright © 2023. All rights reserved.