peterreilly 2005/03/14 07:29:50
Modified: src/main/org/apache/tools/ant/taskdefs/condition
IsSigned.java
Log:
javadoc
Revision Changes Path
1.5 +3 -0
ant/src/main/org/apache/tools/ant/taskdefs/condition/IsSigned.java
Index: IsSigned.java
===================================================================
RCS file:
/home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/condition/IsSigned.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- IsSigned.java 10 Mar 2005 12:50:58 -0000 1.4
+++ IsSigned.java 14 Mar 2005 15:29:50 -0000 1.5
@@ -61,7 +61,10 @@
* Returns <code>true</code> if the file exists and is signed with
* the signature specified, or, if <code>name</code> wasn't
* specified, if the file contains a signature.
+ * @param zipFile the zipfile to check
+ * @param name the signature to check (may be killed)
* @return true if the file is signed.
+ * @throws IOException on error
*/
public static boolean isSigned(File zipFile, String name)
throws IOException {
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]