Package | Description |
---|---|
ej.wadapps.application |
Modifier and Type | Method and Description |
---|---|
Application |
ApplicationPermission.getApplication()
Gets the application.
|
Application[] |
ApplicationManager.getApplications()
Gets all available applications.
|
Application |
OwnershipHelper.getCurrentApplication()
Returns the application that owns the current thread context.
|
Application |
OwnershipHelper.getOwner(Object object)
Returns the application that owns the given object.
|
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.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ApplicationInstaller.canUninstall(Application application)
Checks if we can uninstall the given application.
|
void |
ApplicationInstallationListener.onInstall(Application application)
Called when an application is installed.
|
void |
ApplicationLifecycleListener.onStart(Application application)
Called when the application is started.
|
void |
ApplicationLifecycleListener.onStop(Application application)
Called when the application is stopped.
|
void |
ApplicationInstallationListener.onUninstall(Application application)
Called when the application is uninstalled.
|
boolean |
ApplicationInstaller.uninstall(Application application)
Uninstalls an application.
|
boolean |
ApplicationInstaller.uninstall(Application application,
org.eclipse.core.runtime.IProgressMonitor monitor)
Uninstalls an application.
|
Constructor and Description |
---|
ApplicationPermission(Application application,
String action)
Creates a permission for the given application.
|