org.apache.dvsl
Class DVSLTask.Tool

java.lang.Object
  extended byorg.apache.dvsl.DVSLTask.Tool
Enclosing class:
DVSLTask

public class DVSLTask.Tool
extends Object


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

public DVSLTask.Tool()
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-2007 The Apache Software Foundation. All Rights Reserved.