@ParametersAreNonnullByDefault
See: Description
Interface | Description |
---|---|
EclipseRunner |
Runs the given args using a headless eclipse instance.
|
Class | Description |
---|---|
EclipseApp |
Models an eclipse utility application and all of its input state.
|
EclipseApp.AntRunner |
Models the
org.eclipse.ant.core.antRunner application, including its build.xml . |
EclipseIni |
Api for manipulating eclipse.ini, see Eclipse docs for more details.
|
EclipseIniLauncher |
Given a directory containing osgi jars, this class verifies that the core bundles are available, and provides an API for instantiating the OSGi runtime and accessing its
BundleContext . |
EquinoxLauncher |
Given a directory containing osgi jars, this class verifies that the core bundles are available, and provides an API for instantiating the OSGi runtime and accessing its
BundleContext . |
JarFolderRunner |
Runs an
EclipseApp within this JVM using a folder containing a plugins folder with the necessary jars. |
JarFolderRunnerExternalJvm |
Runs an
EclipseApp in a new JVM using a folder containing a plugins folder with the necessary jars. |
NativeRunner |
Runs an
EclipseApp using a native launcher (such as eclipsec.exe ). |
Classes for modeling and running headless eclipse applications.