| Package | Description |
|---|---|
| org.nuiton.util.version |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Version.VersionComponant<C extends Comparable<C>,V extends Version.VersionComponant> |
| Modifier and Type | Class and Description |
|---|---|
static class |
Version.NumberVersionComponant |
static class |
Version.StringVersionComponant |
| Modifier and Type | Field and Description |
|---|---|
protected List<Version.VersionComponant> |
Version.componants
List of componants of the version.
|
| Modifier and Type | Method and Description |
|---|---|
Version.VersionComponant |
Version.getComponant(int level) |
protected Version.VersionComponant |
Version.getLastComponant() |
protected Version.VersionComponant |
VersionBuilder.toVersionComponant(boolean numberState,
String currentComponantStr) |
| Modifier and Type | Method and Description |
|---|---|
List<Version.VersionComponant> |
Version.getComponants() |
| Modifier and Type | Method and Description |
|---|---|
protected static List<Comparable> |
VersionBuilder.toComparableList(List<Version.VersionComponant> componants) |
| Constructor and Description |
|---|
Version(List<Version.VersionComponant> componants,
List<String> componantSeparators,
boolean snapshot) |
Copyright © 2004–2015 CodeLutin. All rights reserved.