org.apache.avalon.tools.tasks
Class AbstractDeliverableTask

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.AbstractDeliverableTask
Direct Known Subclasses:
BarTask, JarTask

public class AbstractDeliverableTask
extends SystemTask

Abstract task that provides utilites supporting the generation of MD5 and ASC artifacts.

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

Field Summary
static String ASC_EXT
           
static String MD5_EXT
           
 
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
AbstractDeliverableTask()
           
 
Method Summary
 void asc(File file)
           
 void checksum(File file)
           
 
Methods inherited from class org.apache.avalon.tools.tasks.SystemTask
getHome, setRefid
 
Methods inherited from class org.apache.avalon.tools.tasks.ContextualTask
getContext, getKey, init, isInitialized, loadProperties, mkDir, setupProperties
 
Methods inherited from class org.apache.tools.ant.Task
execute, 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
 

Field Detail

MD5_EXT

public static final String MD5_EXT
See Also:
Constant Field Values

ASC_EXT

public static final String ASC_EXT
See Also:
Constant Field Values
Constructor Detail

AbstractDeliverableTask

public AbstractDeliverableTask()
Method Detail

checksum

public void checksum(File file)

asc

public void asc(File file)