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 |
---|---|
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
EclipseRunner
Runs the eclipse instance with the given arguments.
run
in interface EclipseRunner
Exception