com.nokia.ant.taskdefs
Class GetValueFromVariableSet

java.lang.Object
  extended by org.apache.tools.ant.ProjectComponent
      extended by org.apache.tools.ant.Task
          extended by com.nokia.ant.taskdefs.GetValueFromVariableSet
All Implemented Interfaces:
java.lang.Cloneable

public class GetValueFromVariableSet
extends org.apache.tools.ant.Task


Field Summary
 
Fields inherited from class org.apache.tools.ant.Task
target, taskName, taskType, wrapper
 
Fields inherited from class org.apache.tools.ant.ProjectComponent
description, location, project
 
Constructor Summary
GetValueFromVariableSet()
           
 
Method Summary
 void add(VariableSet vs)
           
 VariableSet createVariableSet()
           
 void execute()
           
 void setName(java.lang.String name)
           
 void setProperty(java.lang.String property)
           
 
Methods inherited from class org.apache.tools.ant.Task
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType
 
Methods inherited from class org.apache.tools.ant.ProjectComponent
clone, getDescription, getLocation, getProject, setDescription, setLocation, setProject
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetValueFromVariableSet

public GetValueFromVariableSet()
Method Detail

setName

public void setName(java.lang.String name)

setProperty

public void setProperty(java.lang.String property)

add

public void add(VariableSet vs)

createVariableSet

public VariableSet createVariableSet()

execute

public void execute()
Overrides:
execute in class org.apache.tools.ant.Task