org.apache.beehive.controls.runtime.generator
Class GeneratorOutput

Object
  extended by GeneratorOutput

public class GeneratorOutput
extends Object

The GeneratorOutput class represents a single file output by the code generation process, as well as the template and context information necessary to generate it.


Constructor Summary
GeneratorOutput(Writer outWriter, String templateName, HashMap<String,Object> context)
           
 
Method Summary
 HashMap<String,Object> getContext()
           
 String getTemplateName()
           
 Writer getWriter()
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GeneratorOutput

public GeneratorOutput(Writer outWriter,
                       String templateName,
                       HashMap<String,Object> context)
Method Detail

getTemplateName

public String getTemplateName()

getContext

public HashMap<String,Object> getContext()

getWriter

public Writer getWriter()