org.eclipse.gmf.graphdef.codegen
Class StandaloneGenerator.Processor

java.lang.Object
  extended by org.eclipse.gmf.graphdef.codegen.StandaloneGenerator.Processor
Enclosing class:
StandaloneGenerator

public abstract static class StandaloneGenerator.Processor
extends Object


Constructor Summary
StandaloneGenerator.Processor()
           
 
Method Summary
 String[] getRequiredBundles()
           
abstract  void go(StandaloneGenerator.ProcessorCallback callback, StandaloneGenerator.Config config)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StandaloneGenerator.Processor

public StandaloneGenerator.Processor()
Method Detail

go

public abstract void go(StandaloneGenerator.ProcessorCallback callback,
                        StandaloneGenerator.Config config)
                 throws InterruptedException
Throws:
InterruptedException

getRequiredBundles

public String[] getRequiredBundles()


Copyright © 2012. All Rights Reserved.