@Value.Immutable public abstract class Platform extends Object
| Modifier and Type | Field and Description |
|---|---|
static org.slf4j.Logger |
logger |
| Constructor and Description |
|---|
Platform() |
| Modifier and Type | Method and Description |
|---|---|
abstract Architecture |
architecture() |
static Platform |
detect() |
abstract Optional<Distribution> |
distribution() |
static List<Platform> |
guess() |
abstract OS |
operatingSystem() |
abstract Optional<Version> |
version() |
public abstract OS operatingSystem()
public abstract Architecture architecture()
public abstract Optional<Distribution> distribution()
public static Platform detect()
Copyright © 2022. All rights reserved.