Package | Description |
---|---|
ej.wadapps.application |
Modifier and Type | Method and Description |
---|---|
Application |
ApplicationInstaller.install(InputStream stream)
Installs an application from an input stream.
|
Application |
ApplicationInstaller.install(InputStream stream,
org.eclipse.core.runtime.IProgressMonitor monitor)
Installs an application from an input stream.
|
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.stop(org.eclipse.core.runtime.IProgressMonitor monitor)
Causes this application to stop.
|
boolean |
ApplicationInstaller.uninstall(Application application)
Uninstalls an application.
|
boolean |
ApplicationInstaller.uninstall(Application application,
org.eclipse.core.runtime.IProgressMonitor monitor)
Uninstalls an application.
|