org.mybatis.generator.eclipse.ui.actions
Class RunGeneratorThread

java.lang.Object
  extended by org.mybatis.generator.eclipse.ui.actions.RunGeneratorThread

public class RunGeneratorThread
extends java.lang.Object

Author:
Jeff Butler

Constructor Summary
RunGeneratorThread(IFile inputFile, java.util.List<java.lang.String> warnings)
           
 
Method Summary
 void run(IProgressMonitor monitor)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RunGeneratorThread

public RunGeneratorThread(IFile inputFile,
                          java.util.List<java.lang.String> warnings)
Method Detail

run

public void run(IProgressMonitor monitor)
         throws CoreException
Throws:
CoreException