org.topbraidcomposer.ui.batch
Class BatchEngines

java.lang.Object
  extended by org.topbraidcomposer.ui.batch.BatchEngines

public class BatchEngines
extends java.lang.Object


Constructor Summary
BatchEngines()
           
 
Method Summary
static IBatchEngine createEngine(java.lang.String name)
           
static java.util.Iterator<java.lang.String> listEngineNames()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BatchEngines

public BatchEngines()
Method Detail

createEngine

public static IBatchEngine createEngine(java.lang.String name)
                                 throws org.eclipse.core.runtime.CoreException
Throws:
org.eclipse.core.runtime.CoreException

listEngineNames

public static java.util.Iterator<java.lang.String> listEngineNames()