com.basilv.envgen
Class EnvGenTask.SharedVariable

java.lang.Object
  extended by com.basilv.envgen.EnvGenTask.SharedVariable
Enclosing class:
EnvGenTask

public static class EnvGenTask.SharedVariable
extends Object

Represents a shared variable for the FreeMarker configuration.


Constructor Summary
EnvGenTask.SharedVariable()
           
 
Method Summary
 String getName()
           
 String getValue()
           
 void setName(String name)
           
 void setValue(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EnvGenTask.SharedVariable

public EnvGenTask.SharedVariable()
Method Detail

getValue

public String getValue()

setValue

public void setValue(String value)

getName

public String getName()

setName

public void setName(String name)


EnvGen available from www.basilv.com/psd/software Copyright © 2007 Basil Vandegriend. All Rights Reserved.