org.apache.maven.plugin.jar

Class JarSignVerifyMojo

public class JarSignVerifyMojo extends AbstractMojo

Checks the signature of a signed jar using jarsigner.

Version: $Id: JarSignVerifyMojo.java 345249 2005-11-17 14:26:06Z evenisse $

Author: Jerome Lacoste

UNKNOWN: sign-verify package refactor the common code with javadoc plugin

Method Summary
voidexecute()
protected intexecuteCommandLine(Commandline commandLine, InputStream inputStream, StreamConsumer systemOut, StreamConsumer systemErr)
voidsetBasedir(File basedir)
voidsetCheckCerts(boolean checkCerts)
voidsetJarPath(File jarPath)
voidsetVerbose(boolean verbose)
voidsetWorkingDir(File workingDir)

Method Detail

execute

public void execute()

executeCommandLine

protected int executeCommandLine(Commandline commandLine, InputStream inputStream, StreamConsumer systemOut, StreamConsumer systemErr)

setBasedir

public void setBasedir(File basedir)

setCheckCerts

public void setCheckCerts(boolean checkCerts)

setJarPath

public void setJarPath(File jarPath)

setVerbose

public void setVerbose(boolean verbose)

setWorkingDir

public void setWorkingDir(File workingDir)
Copyright © 2002-2007 Apache Software Foundation. All Rights Reserved.