org.apache.avalon.tools.tasks
Class PropertyTask.Attribute

java.lang.Object
  extended byorg.apache.avalon.tools.tasks.PropertyTask.Attribute
Enclosing class:
PropertyTask

public static class PropertyTask.Attribute
extends Object


Constructor Summary
PropertyTask.Attribute()
           
PropertyTask.Attribute(String name, String value)
           
 
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

PropertyTask.Attribute

public PropertyTask.Attribute()

PropertyTask.Attribute

public PropertyTask.Attribute(String name,
                              String value)
Method Detail

setName

public void setName(String name)

setValue

public void setValue(String value)

getName

public String getName()

getValue

public String getValue()