Package | Description |
---|---|
de.esprit.appsuite.appstore |
These classes implement the Application-Store for remote software installation
|
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
|
Modifier and Type | Method and Description |
---|---|
static JavaVmType |
AppStoreUtil.toJavaVmType(java.lang.String vmTypeStr) |
Modifier and Type | Method and Description |
---|---|
JavaVmType |
JavaAppDescriptor.getJavaVmType() |
JavaVmType |
AppLaunchPrefs.getJavaVmType() |
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) |
void |
AppLaunchPrefs.setJavaVmType(JavaVmType javaVmType) |
Constructor and Description |
---|
AppLaunchPrefs(JavaVmType javaVmType,
JavaTechnology javaTechnology,
int vmMaxMemory)
This class stores the user preferences for starting a java application
|
JavaAppDescriptor(java.lang.String installationFile,
NumericalPrecision numPrec,
java.lang.String mainClass,
JavaVmType javaVmType,
JavaTechnology javaTechnology,
int vmMaxMemory) |
Modifier and Type | Method and Description |
---|---|
JavaVmType |
JavaVersion.getJvmType() |
Modifier and Type | Method and Description |
---|---|
static JavaVmType |
JavaVmType.fromFile(java.io.File installationDir) |
static JavaVmType |
JavaVmType.fromPersistentName(java.lang.String vmTypeStr) |
static JavaVmType |
JavaVmType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static JavaVmType[] |
JavaVmType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2014 EsprIT-Systems. All Rights Reserved.