Package io.github.qishr.cascara.common.semver
Enum SemVerType
java.lang.Object
java.lang.Enum<io.github.qishr.cascara.common.semver.SemVer.SemVerType>
io.github.qishr.cascara.common.semver.SemVer.SemVerType
Enclosing Class:
io.github.qishr.cascara.common.semver.SemVer
public static final enum SemVerType
extends Enum<SemVerType>
The different types of supported version systems.
Enum Constants
| Enum Constant | Description |
|---|---|
| STRICT | |
| LOOSE | |
| NPM | |
| COCOAPODS | |
| IVY |
Method Summary
| Modifier and Type | Method | Description |
|---|---|---|
| public static SemVerType[] | values() | |
| public static SemVerType | valueOf(String name) |
Enum Constant Details
STRICT
public static final STRICT
LOOSE
public static final LOOSE
NPM
public static final NPM
COCOAPODS
public static final COCOAPODS
IVY
public static final IVY
Method Details
values
public static SemVerType[] values()
valueOf
public static SemVerType valueOf(String name)