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 |
---|---|
OsArchitecture |
NativePathEntry.getOsArch() |
Constructor and Description |
---|
NativePathEntry(OsFamily osFamily,
OsType osType,
OsArchitecture osArch,
java.lang.String relativePath) |
Modifier and Type | Method and Description |
---|---|
OsArchitecture |
JavaVersion.getOsArchitecture() |
Modifier and Type | Method and Description |
---|---|
static OsArchitecture |
OsArchitecture.fromString(java.lang.String arch) |
OsArchitecture |
OsPlatform.getOsArchitecture() |
OsArchitecture |
OsInfo.getOsArchitecture() |
static OsArchitecture |
OsArchitecture.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OsArchitecture[] |
OsArchitecture.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) |
Modifier and Type | Method and Description |
---|---|
static OsArchitecture |
OsUtil.getOsArchitecture()
Returns the architecture of the underlying operation system.
|
Modifier and Type | Method and Description |
---|---|
OsArchitecture |
ServerId.getOsArchitecture() |
Copyright © 2014 EsprIT-Systems. All Rights Reserved.