Class OutOfProcessEclipse

java.lang.Object
com.parctechnologies.eclipse.OutOfProcessEclipse
All Implemented Interfaces:
EclipseConnection, EclipseEngine

public class OutOfProcessEclipse extends Object implements EclipseConnection, EclipseEngine
An ECLiPSe engine which runs in a child process of the Java virtual machine. An OutOfProcessEclipse is created using the public constructor, which takes an EclipseEngineOptions object. A JVM may have any number of instances of this class. Invocation of the destroy() method does not affect the ability to create new OutOfProcessEclipse instances.