| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.tools.ant.ProjectComponent
org.apache.tools.ant.Task
org.apache.tools.ant.taskdefs.ManifestTask
public class ManifestTask
Creates a manifest file for inclusion in a JAR, Ant task wrapper
 around Manifest.  This task can be used to write a
 Manifest file, optionally replacing or updating an existing file.
| Nested Class Summary | |
|---|---|
| static class | ManifestTask.ModeHelper class for Manifest's mode attribute. | 
| Field Summary | |
|---|---|
| static java.lang.String | VALID_ATTRIBUTE_CHARSSpecifies the valid characters which can be used in attribute names. | 
| Fields inherited from class org.apache.tools.ant.Task | 
|---|
| target, taskName, taskType, wrapper | 
| Fields inherited from class org.apache.tools.ant.ProjectComponent | 
|---|
| description, location, project | 
| Constructor Summary | |
|---|---|
| ManifestTask()Default constructor | |
| Method Summary | |
|---|---|
|  void | addConfiguredAttribute(Manifest.Attribute attribute)Add an attribute to the manifest - it is added to the main section. | 
|  void | addConfiguredSection(Manifest.Section section)Add a section to the manifest | 
|  void | execute()Create or update the Manifest when used as a task. | 
|  void | setEncoding(java.lang.String encoding)The encoding to use for reading in an existing manifest file | 
|  void | setFile(java.io.File f)The name of the manifest file to create/update. | 
|  void | setFlattenAttributes(boolean b)Whether to flatten multi-valued attributes (i.e. | 
|  void | setMergeClassPathAttributes(boolean b)Whether to merge Class-Path attributes. | 
|  void | setMode(ManifestTask.Mode m)Update policy: either "update" or "replace"; default is "replace". | 
| Methods inherited from class org.apache.tools.ant.Task | 
|---|
| bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType | 
| Methods inherited from class org.apache.tools.ant.ProjectComponent | 
|---|
| clone, getDescription, getLocation, getProject, setDescription, setLocation, setProject | 
| Methods inherited from class java.lang.Object | 
|---|
| equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
|---|
public static final java.lang.String VALID_ATTRIBUTE_CHARS
| Constructor Detail | 
|---|
public ManifestTask()
| Method Detail | 
|---|
public void addConfiguredSection(Manifest.Section section)
                          throws ManifestException
section - the manifest section to be added
ManifestException - if the section is not valid.
public void addConfiguredAttribute(Manifest.Attribute attribute)
                            throws ManifestException
attribute - the attribute to be added.
ManifestException - if the attribute is not valid.public void setFile(java.io.File f)
f - the Manifest file to be writtenpublic void setEncoding(java.lang.String encoding)
encoding - the manifest file encoding.public void setMode(ManifestTask.Mode m)
m - the mode value - update or replace.public void setMergeClassPathAttributes(boolean b)
public void setFlattenAttributes(boolean b)
public void execute()
             throws BuildException
execute in class TaskBuildException - if the manifest cannot be written.| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||