net.dpml.tools.tasks
Class PropertyTask

java.lang.Object
  extended byorg.apache.tools.ant.ProjectComponent
      extended byorg.apache.tools.ant.Task
          extended bynet.dpml.tools.tasks.GenericTask
              extended bynet.dpml.tools.tasks.ResourceTask
                  extended bynet.dpml.tools.tasks.FeatureTask
                      extended bynet.dpml.tools.tasks.PropertyTask

public class PropertyTask
extends FeatureTask

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

Version:
1.1.0
Author:
Digital Product Meta Library

Field Summary
 
Fields inherited from class net.dpml.tools.tasks.GenericTask
ASC_EXT, GPG_EXE_KEY, MD5_EXT
 
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()
          Task execution.
 void setName(String property)
          Set the property name.
 
Methods inherited from class net.dpml.tools.tasks.FeatureTask
getFeature, resolve, setAlias, setFeature, setType
 
Methods inherited from class net.dpml.tools.tasks.ResourceTask
getResource, setKey, setRef
 
Methods inherited from class net.dpml.tools.tasks.GenericTask
asc, checksum, copy, deleteDir, getContext, getLibrary, init, isInitialized, mkDir
 
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

setName

public void setName(String property)
Set the property name. The property task will assign a value to the property declared by the supplied name.

Parameters:
property - the property name

execute

public void execute()
             throws BuildException
Task execution.

Throws:
BuildException - if an error occurs