org.radrails.rails.internal.ui.wizards
Class GenerateWizardHelper

java.lang.Object
  extended byorg.radrails.rails.internal.ui.wizards.GenerateWizardHelper

public class GenerateWizardHelper
extends java.lang.Object

This class contains helper methods for the generator wizards.

Author:
mkent

Constructor Summary
GenerateWizardHelper()
           
 
Method Summary
static org.eclipse.jface.operation.IRunnableWithProgress createGenerateRunnable(java.io.File project, java.util.List args)
          Create a runnable generate operation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GenerateWizardHelper

public GenerateWizardHelper()
Method Detail

createGenerateRunnable

public static org.eclipse.jface.operation.IRunnableWithProgress createGenerateRunnable(java.io.File project,
                                                                                       java.util.List args)
Create a runnable generate operation.

Parameters:
args - arguments to the generate command
Returns:
a runnable generate operation