public class OsType extends Object
| Modifier and Type | Field and Description |
|---|---|
static OsType |
LINUX |
private String |
value |
static OsType |
WINDOWS |
| Constructor and Description |
|---|
OsType() |
| Modifier and Type | Method and Description |
|---|---|
static OsType |
fromString(String input) |
static List<OsType> |
values() |
Copyright © 2024. All rights reserved.