org.apache.beehive.controls.runtime.generator
Class GeneratorOutput
Object
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)
|
Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GeneratorOutput
public GeneratorOutput(Writer outWriter,
String templateName,
HashMap<String,Object> context)
getTemplateName
public String getTemplateName()
getContext
public HashMap<String,Object> getContext()
getWriter
public Writer getWriter()