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
|
Modifier and Type | Method and Description |
---|---|
AppDescriptor |
AppCacheManager.findApp(java.lang.String appName)
Finds the
AppDescriptor for the given appName. |
AppDescriptor |
AppCacheManager.findApp(java.lang.String appName,
java.lang.String versionName)
Finds the
AppDescriptor that matches the given appName and versionName. |
Modifier and Type | Method and Description |
---|---|
java.util.List<AppDescriptor> |
AppCacheManager.getAppDescriptors() |
Modifier and Type | Method and Description |
---|---|
AbstractAsyncTask |
AppCacheManager.buildInstallationTask(AppDescriptor descr) |
WorkflowTask |
AppCacheManager.buildInstallationWFT(AbstractWorkflow workflow,
AppDescriptor descr) |
void |
AppCacheManager.checkIsSoftwareInstalled(AppDescriptor appDescr) |
void |
AppCacheManager.checkSoftwareInstallation(AppDescriptor appDescr) |
java.io.File |
AppCacheManager.getLaunchDir(AppDescriptor appDescr) |
boolean |
AppCacheManager.isSoftwareInstalled(AppDescriptor appDescr) |
AppLaunchTask |
AppCacheManager.startApp(AppDescriptor appDescr,
java.io.File appWorkingDir,
LogChannel logCh)
Returns a launch-task which is not yet submitted!
|
Modifier and Type | Class and Description |
---|---|
class |
JavaAppDescriptor
This class describes parameters for launching a java process.
|
class |
NativeAppDescriptor
This class describes parameters for launching a native process.
|
Modifier and Type | Method and Description |
---|---|
AppDescriptor |
AppVersion.getAppDescriptor() |
Modifier and Type | Method and Description |
---|---|
void |
AppVersion.setAppDescriptor(AppDescriptor appDescriptor) |
Copyright © 2014 EsprIT-Systems. All Rights Reserved.