sota.ast.util
Class ProjectBuilder

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

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

Kompiliert ein Projekt über eine übergebene Ant-Skriptdatei.


Field Summary
(package private)  boolean[] flag
           
 
Constructor Summary
ProjectBuilder(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

boolean[] flag
Constructor Detail

ProjectBuilder

public ProjectBuilder(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