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.appsuite.nio.binary |
Contains classes for binary file read/write support.
|
de.esprit.common.type |
Contains a set of useful enum constants
|
Modifier and Type | Method and Description |
---|---|
NumericalPrecision |
AppDescriptor.getNumericalPrecision() |
Modifier and Type | Method and Description |
---|---|
protected JavaAppDescriptor |
AppDescriptorHandler.createJavaAppDescriptor(java.lang.String installationZipFile,
NumericalPrecision numPrec,
java.lang.String mainClass,
JavaVmType javaVmType,
JavaTechnology javaTechnology,
int vmMaxMemory) |
protected NativeAppDescriptor |
AppDescriptorHandler.createNativeAppDescriptor(java.lang.String installationZipFile,
NumericalPrecision numericalPrecision,
java.lang.String executablePath) |
Constructor and Description |
---|
AppDescriptor(java.lang.String installationFile,
NumericalPrecision numericalPrecision) |
JavaAppDescriptor(java.lang.String installationFile,
NumericalPrecision numPrec,
java.lang.String mainClass,
JavaVmType javaVmType,
JavaTechnology javaTechnology,
int vmMaxMemory) |
NativeAppDescriptor(java.lang.String installationFile,
NumericalPrecision numericalPrecision,
java.lang.String executablePath) |
Modifier and Type | Method and Description |
---|---|
NumericalPrecision |
JavaVersion.getJvmPrecision() |
Modifier and Type | Method and Description |
---|---|
static NumericalPrecision |
NumericalPrecision.fromBitCount(int bits) |
NumericalPrecision |
NumericalPrecision.fromPersistentId(int bits) |
static NumericalPrecision |
NumericalPrecision.fromString(java.lang.String value) |
static NumericalPrecision |
NumericalPrecision.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static NumericalPrecision[] |
NumericalPrecision.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
NumericalPrecision |
OsArchitecture.getNumericalPrecision() |
Copyright © 2014 EsprIT-Systems. All Rights Reserved.