Uses of Interface
org.eclipse.equinox.app.IApplication
-
Packages that use IApplication Package Description org.eclipse.ant.core Provides support for running the Ant build tool in the platform.org.eclipse.equinox.app Provides core support for Eclipse application model. -
-
Uses of IApplication in org.eclipse.ant.core
Classes in org.eclipse.ant.core that implement IApplication Modifier and Type Class Description class
AntRunner
Entry point for running Ant builds inside Eclipse (within the same JRE). -
Uses of IApplication in org.eclipse.equinox.app
Methods in org.eclipse.equinox.app with parameters of type IApplication Modifier and Type Method Description void
IApplicationContext. setResult(Object result, IApplication application)
Sets the result of the application asynchronously.
-