org.apache.avalon.tools.tasks
Class PropertyTask

java.lang.Object
  extended byorg.apache.tools.ant.ProjectComponent
      extended byorg.apache.tools.ant.Task
          extended byorg.apache.avalon.tools.tasks.ContextualTask
              extended byorg.apache.avalon.tools.tasks.SystemTask
                  extended byorg.apache.avalon.tools.tasks.PropertyTask

public class PropertyTask
extends SystemTask

Build a set of projects taking into account dependencies within the supplied fileset.

Version:
$Revision: 1.2 $ $Date: 2004/03/17 10:30:09 $
Author:
Avalon Development Team

Nested Class Summary
static class PropertyTask.Attribute
           
 
Field Summary
 
Fields inherited from class org.apache.avalon.tools.tasks.ContextualTask
MODULE_PROPERTIES, USER_PROPERTIES
 
Fields inherited from class org.apache.tools.ant.Task
description, location, target, taskName, taskType, wrapper
 
Fields inherited from class org.apache.tools.ant.ProjectComponent
project
 
Constructor Summary
PropertyTask()
           
 
Method Summary
 void execute()
           
 void init()
           
 void setFeature(String feature)
           
 void setKey(String key)
           
 void setName(String property)
           
 void setProperty(String property)
           
 
Methods inherited from class org.apache.avalon.tools.tasks.SystemTask
getHome, setRefid
 
Methods inherited from class org.apache.avalon.tools.tasks.ContextualTask
getContext, getKey, isInitialized, loadProperties, mkDir, setupProperties
 
Methods inherited from class org.apache.tools.ant.Task
getDescription, getLocation, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, isInvalid, log, log, maybeConfigure, perform, reconfigure, setDescription, setLocation, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType
 
Methods inherited from class org.apache.tools.ant.ProjectComponent
getProject, setProject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyTask

public PropertyTask()
Method Detail

init

public void init()
Overrides:
init in class ContextualTask

setKey

public void setKey(String key)

setFeature

public void setFeature(String feature)

setProperty

public void setProperty(String property)

setName

public void setName(String property)

execute

public void execute()
             throws org.apache.tools.ant.BuildException
Throws:
org.apache.tools.ant.BuildException