Interface EclipseRunner
-
- All Known Implementing Classes:
JarFolderRunner,JarFolderRunnerExternalJvm,NativeRunner,PdeInstallation
public interface EclipseRunnerRuns the given args using a headless eclipse instance. The major implementations are: -NativeRunnerfor running against a native launcher (eclipsec.exe). -JarFolderRunnerfor running within this JVM against a folder of jars. -JarFolderRunnerExternalJvmfor running outside this JVM against a folder of jars.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidrun(List<String> args)Runs the eclipse instance with the given arguments.
-