public class JarFolderRunner extends Object implements EclipseRunner
Runs an EclipseApp within this JVM using a folder containing
a plugins folder with the necessary jars.
| Constructor and Description |
|---|
JarFolderRunner(File rootDirectory) |
| Modifier and Type | Method and Description |
|---|---|
static URLClassLoader |
open(List<URL> urls) |
void |
run(List<String> args)
Runs the eclipse instance with the given arguments.
|
public JarFolderRunner(File rootDirectory)
public void run(List<String> args) throws Exception
EclipseRunnerRuns the eclipse instance with the given arguments.
run in interface EclipseRunnerExceptionpublic static URLClassLoader open(List<URL> urls) throws Exception
Exception