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 JavaTechnology |
AppStoreUtil.toJavaTechnology(java.lang.String javaTechStr) |
Modifier and Type | Method and Description |
---|---|
JavaTechnology |
JavaAppDescriptor.getJavaTechnology() |
JavaTechnology |
AppLaunchPrefs.getJavaTechnology() |
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.setJavaTechnology(JavaTechnology javaTechnology) |
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 |
---|---|
JavaTechnology |
JavaVersion.getJvmTechnology() |
Modifier and Type | Method and Description |
---|---|
JavaVersion |
JavaVersionManager.getLatestJavaVersionOf(JavaTechnology technology)
Returns the latest java version for the given technology.
|
Modifier and Type | Method and Description |
---|---|
static JavaTechnology |
JavaTechnology.fromPersistentName(java.lang.String code) |
static JavaTechnology |
JavaTechnology.fromVersionString(java.lang.String versionStr) |
static JavaTechnology |
JavaTechnology.getCurrentTechnology() |
static JavaTechnology |
JavaTechnology.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static JavaTechnology[] |
JavaTechnology.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2014 EsprIT-Systems. All Rights Reserved.