org.apache.tools.ant.taskdefs
public class VerifyJar extends AbstractJarSignerTask
Since: Ant 1.7
| Field Summary | |
|---|---|
| static String | ERROR_NO_FILE
no file message |
| static String | ERROR_NO_VERIFY Error output if there is a failure to verify the jar. |
| Method Summary | |
|---|---|
| void | execute()
verify our jar files |
| void | setCertificates(boolean certificates)
Ask for certificate information to be printed |
Throws: BuildException on error.
Parameters: certificates if true print certificates.