public class VerifyJar extends AbstractJarSignerTask
Modifier and Type | Field and Description |
---|---|
static String |
ERROR_NO_FILE
no file message "Not found :"
|
static String |
ERROR_NO_VERIFY
Error output if there is a failure to verify the jar.
|
alias, ERROR_NO_SOURCE, filesets, jar, JARSIGNER_COMMAND, keypass, keystore, maxMemory, storepass, storetype, strict, verbose
Constructor and Description |
---|
VerifyJar() |
Modifier and Type | Method and Description |
---|---|
void |
execute()
verify our jar files
|
void |
setCertificates(boolean certificates)
Ask for certificate information to be printed
|
addFileset, addSysproperty, addValue, beginExecution, bindToKeystore, createJarSigner, createPath, createUnifiedSourcePath, createUnifiedSources, declareSysProperty, endExecution, getRedirector, hasResources, setAlias, setCommonOptions, setExecutable, setJar, setKeypass, setKeystore, setMaxmemory, setStorepass, setStoretype, setStrict, setVerbose
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType
clone, getDescription, getLocation, getProject, setDescription, setLocation, setProject
public static final String ERROR_NO_FILE
public static final String ERROR_NO_VERIFY
public void execute() throws BuildException
execute
in class Task
BuildException
- on error.public void setCertificates(boolean certificates)
certificates
- if true print certificates.