public class NativeSystem extends Object
java.library.path
property.Modifier and Type | Class and Description |
---|---|
static class |
NativeSystem.Arch
The system architecture enum.
|
static class |
NativeSystem.Family
The operating system family enum.
|
Modifier and Type | Field and Description |
---|---|
protected static Locale |
ROOT_LOCALE
According to the docs, Locale.ROOT is the same as the locale whose language, country, and variant are
empty ("") strings.
|
Constructor and Description |
---|
NativeSystem() |
Modifier and Type | Method and Description |
---|---|
static NativeSystem.Arch |
getArchitecture()
Determines the current system architecture.
|
static NativeSystem.Family |
getFamily()
Determines the current operating system family.
|
protected static final Locale ROOT_LOCALE
public static NativeSystem.Family getFamily()
public static NativeSystem.Arch getArchitecture()
Copyright © 2006-2017 ${project.vendor}. All Rights Received.