Interface EclipseRunner

All Known Implementing Classes:
JarFolderRunner, JarFolderRunnerExternalJvm, NativeRunner, PdeInstallation

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.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    run(List<String> args)
    Runs the eclipse instance with the given arguments.