| java.lang.Object org.apache.tools.ant.taskdefs.optional.genjar.JarEntrySpec
JarEntrySpec | public class JarEntrySpec (Code) | | Represents one object (file) that is to be placed into the jar.
This includes all <class> names specified in the project file, all
<resource> files specified in the project file and all generated class
references.
author: Original Code: John W. Kohler author: author: Jesse Stockall version: $Revision: 1.2 $ $Date: 2003/02/23 10:43:21 $ |
JarEntrySpec | JarEntrySpec()(Code) | | Constructor for the JarEntrySpec object
|
JarEntrySpec | JarEntrySpec(String jarName, File srcFile)(Code) | | create a new jar entry given a name (jar path) and a fully qualified file
path.
Parameters: jarName - Description of the Parameter Parameters: srcFile - Description of the Parameter |
addAttributes | public void addAttributes(Attributes a)(Code) | | copy an Attributes into this entry's attributs
Parameters: a - The feature to be added to the Attributes attribute |
equals | public boolean equals(Object o)(Code) | | Description of the Method
Parameters: o - Description of the Parameter Description of the Return Value |
getAttributes | Attributes getAttributes()(Code) | | Gets the attributes attribute of the JarEntrySpec object
The attributes value |
getJarName | String getJarName()(Code) | | Gets the jarName attribute of the JarEntrySpec object
The jarName value |
getSourceFile | File getSourceFile()(Code) | | Gets the sourceFile attribute of the JarEntrySpec object
The sourceFile value |
setAttribute | void setAttribute(String name, int val)(Code) | | Sets the attribute attribute of the JarEntrySpec object
Parameters: name - The new attribute value Parameters: val - The new attribute value |
setAttribute | void setAttribute(String name, long val)(Code) | | Sets the attribute attribute of the JarEntrySpec object
Parameters: name - The new attribute value Parameters: val - The new attribute value |
setAttribute | void setAttribute(String name, float val)(Code) | | Sets the attribute attribute of the JarEntrySpec object
Parameters: name - The new attribute value Parameters: val - The new attribute value |
setAttribute | void setAttribute(String name, double val)(Code) | | Sets the attribute attribute of the JarEntrySpec object
Parameters: name - The new attribute value Parameters: val - The new attribute value |
setAttribute | void setAttribute(String name, Date d)(Code) | | Sets the attribute attribute of the JarEntrySpec object
Parameters: name - The new attribute value Parameters: d - The new attribute value |
setAttribute | void setAttribute(String name, Object obj)(Code) | | Sets the attribute attribute of the JarEntrySpec object
Parameters: name - The new attribute value Parameters: obj - The new attribute value |
setJarName | void setJarName(String jn)(Code) | | Sets the jarName attribute of the JarEntrySpec object
Parameters: jn - The new jarName value |
setSourceFile | void setSourceFile(File f)(Code) | | Sets the sourceFile attribute of the JarEntrySpec object
Parameters: f - The new sourceFile value |
toString | public String toString()(Code) | | Description of the Method
Description of the Return Value |
|
|