net.sourceforge.esw.ant
Class CreateManifestTask
java.lang.Object
|
+--org.apache.tools.ant.ProjectComponent
|
+--org.apache.tools.ant.Task
|
+--net.sourceforge.esw.ant.CreateManifestTask
- public class CreateManifestTask
- extends org.apache.tools.ant.Task
Based on the properties added to this CreateManifestTask instance,
will create a manifest file with those specified properties in a
manifest file with the specified filename.
- Version:
- 1.00, 3 Sep 2001
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 |
Methods inherited from class org.apache.tools.ant.Task |
getDescription, getLocation, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, handleErrorOutput, handleOutput, init, log, log, maybeConfigure, perform, setDescription, setLocation, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName |
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 |
filename
protected java.lang.String filename
elements
protected IMetaCollection elements
DELIMITER
protected static final java.lang.String DELIMITER
CreateManifestTask
public CreateManifestTask()
setFilename
public void setFilename(java.lang.String aFilename)
- Sets the filename attribute.
createElement
public CreateManifestTask.Element createElement()
- Returns a new Element.
execute
public void execute()
throws org.apache.tools.ant.BuildException
- Executes the task for this BuildNumberTask instance.
- Overrides:
execute
in class org.apache.tools.ant.Task
Copyright 2002 Free Software Foundation. All Rights Reserved.