Package | Description |
---|---|
ej.wadapps.admin |
Contains applications administration tools.
|
Modifier and Type | Method and Description |
---|---|
void |
ApplicationsManager.execute(java.io.InputStream commandInputStream)
Decodes and executes an application management command.
|
void |
ApplicationsManager.execute(java.io.InputStream commandInputStream,
org.eclipse.core.runtime.IProgressMonitor monitor)
Decodes and executes an application management command.
|
void |
Application.install()
Deprecated.
|
Application |
ApplicationsManager.install(java.io.InputStream inputStream,
java.lang.String applicationIdentifier,
java.lang.String applicationVersion)
Installs an application from the given input stream.
|
void |
Application.install(org.eclipse.core.runtime.IProgressMonitor monitor)
Deprecated.
|
void |
Application.start()
Causes this application to start.
|
void |
Application.start(org.eclipse.core.runtime.IProgressMonitor monitor)
Causes this application to start.
|
void |
Application.stop()
Causes this application to stop.
|
void |
Application.uninstall()
Causes the application to be uninstalled.
|