ijgen.generator.params
Class GeneratorContext

java.lang.Object
  extended by ijgen.generator.params.GeneratorContext

public class GeneratorContext
extends java.lang.Object

Class that holds the current context in which the generator is executed.

Author:
Detelin Zlatev

Constructor Summary
GeneratorContext()
           
 
Method Summary
 java.lang.String getTemplateName()
          Gets name of the template that is currently processed by the generator
 void setTemplateName(java.lang.String templateName)
          Sets name of the template that is currently processed by the generator
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GeneratorContext

public GeneratorContext()
Method Detail

getTemplateName

public java.lang.String getTemplateName()
Gets name of the template that is currently processed by the generator

Returns:
String templateName

setTemplateName

public void setTemplateName(java.lang.String templateName)
Sets name of the template that is currently processed by the generator

Parameters:
templateName -


Copyright © 2010 Detelin Zlatev. All Rights Reserved.