org.apache.dvsl
Class DVSLTask.VelocityConfig

java.lang.Object
  extended by org.apache.dvsl.DVSLTask.VelocityConfig
Enclosing class:
DVSLTask

public class DVSLTask.VelocityConfig
extends Object


Constructor Summary
DVSLTask.VelocityConfig()
           
 
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

DVSLTask.VelocityConfig

public DVSLTask.VelocityConfig()
Method Detail

setName

public void setName(String name)

getName

public String getName()
               throws org.apache.tools.ant.BuildException
Throws:
org.apache.tools.ant.BuildException

setValue

public void setValue(String value)

getValue

public String getValue()
                throws org.apache.tools.ant.BuildException
Throws:
org.apache.tools.ant.BuildException


Copyright © 2002-2010 The Apache Software Foundation. All Rights Reserved.