| Package | Description |
|---|---|
| com.linecorp.armeria.common.util |
Generic utility classes.
|
| Modifier and Type | Method and Description |
|---|---|
static OsType |
SystemInfo.osType()
Returns the operating system for the currently running process.
|
static OsType |
OsType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OsType[] |
OsType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2020 LeanCloud. All rights reserved.