Package | Description |
---|---|
de.esprit.appsuite.appstore.ndf |
Contains all NDF structured models of the App-Store
|
de.esprit.appsuite.jversion |
Contains classes java version detection and launching various java VMs.
|
de.esprit.common.type |
Contains a set of useful enum constants
|
de.esprit.common.util |
Contains useful GUI utility classes for common usage.
|
de.esprit.netsuite.netdata |
Contains serializable objects which are interchanged between client and server
|
Modifier and Type | Method and Description |
---|---|
OsType |
NativePathEntry.getOsType() |
Constructor and Description |
---|
NativePathEntry(OsFamily osFamily,
OsType osType,
OsArchitecture osArch,
java.lang.String relativePath) |
Modifier and Type | Method and Description |
---|---|
OsType |
JavaVersion.getOsType() |
Modifier and Type | Method and Description |
---|---|
static OsType |
OsType.fromString(java.lang.String osName) |
OsType |
OsPlatform.getOsType() |
OsType |
OsInfo.getOsType() |
OsType[] |
OsFamily.getOsTypes() |
static OsType |
OsType.valueOf(java.lang.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.
|
Modifier and Type | Method and Description |
---|---|
static OsPlatform |
OsPlatform.fromValues(OsType osType,
OsArchitecture osArch) |
Constructor and Description |
---|
OsInfo(OsType type,
java.lang.String osVersion) |
Modifier and Type | Method and Description |
---|---|
static OsType |
OsUtil.getOsType()
Returns the OS-Type of the current platform.
|
static OsType[] |
OsUtil.getSupportedOsTypes()
Tells which
OsType s are supported by this framework. |
Constructor and Description |
---|
UnsupportedOperatingSystemException(OsType osType) |
Modifier and Type | Method and Description |
---|---|
OsType |
ServerId.getOsType() |
Copyright © 2014 EsprIT-Systems. All Rights Reserved.