public interface EclipseRunner
Runs the given args using a headless eclipse instance.
The major implementations are:
NativeRunner
for running against a native launcher (eclipsec.exe).JarFolderRunner
for running within this JVM against a folder of jars.JarFolderRunnerExternalJvm
for running outside this JVM against a folder of jars.Modifier and Type | Method and Description |
---|---|
void |
run(List<String> args)
Runs the eclipse instance with the given arguments.
|