sota.ast.util
Class ProjectRunner

java.lang.Object
  extended by sota.ast.util.ProjectRunner
All Implemented Interfaces:
org.eclipse.jface.operation.IRunnableWithProgress

public class ProjectRunner
extends java.lang.Object
implements org.eclipse.jface.operation.IRunnableWithProgress

Startet ein Projekt durch ein übergebenes Startskript.


Field Summary
private  boolean[] flag
           
 
Constructor Summary
ProjectRunner(boolean[] flag)
           
 
Method Summary
 void run(org.eclipse.core.runtime.IProgressMonitor monitor)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

flag

private boolean[] flag
Constructor Detail

ProjectRunner

public ProjectRunner(boolean[] flag)
Method Detail

run

public void run(org.eclipse.core.runtime.IProgressMonitor monitor)
         throws java.lang.reflect.InvocationTargetException,
                java.lang.InterruptedException
Specified by:
run in interface org.eclipse.jface.operation.IRunnableWithProgress
Throws:
java.lang.reflect.InvocationTargetException
java.lang.InterruptedException