org.apache.maven.plugin.jar
Class JarSignVerifyMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.apache.maven.plugin.jar.JarSignVerifyMojo
- All Implemented Interfaces:
- org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
public class JarSignVerifyMojo
- extends org.apache.maven.plugin.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
Fields inherited from interface org.apache.maven.plugin.Mojo |
ROLE |
Method Summary |
void |
execute()
|
protected int |
executeCommandLine(org.codehaus.plexus.util.cli.Commandline commandLine,
java.io.InputStream inputStream,
org.codehaus.plexus.util.cli.StreamConsumer systemOut,
org.codehaus.plexus.util.cli.StreamConsumer systemErr)
|
void |
setBasedir(java.io.File basedir)
|
void |
setCheckCerts(boolean checkCerts)
|
void |
setJarPath(java.io.File jarPath)
|
void |
setVerbose(boolean verbose)
|
void |
setWorkingDir(java.io.File workingDir)
|
Methods inherited from class org.apache.maven.plugin.AbstractMojo |
getLog, getPluginContext, setLog, setPluginContext |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JarSignVerifyMojo
public JarSignVerifyMojo()
execute
public void execute()
throws org.apache.maven.plugin.MojoExecutionException
- Throws:
org.apache.maven.plugin.MojoExecutionException
executeCommandLine
protected int executeCommandLine(org.codehaus.plexus.util.cli.Commandline commandLine,
java.io.InputStream inputStream,
org.codehaus.plexus.util.cli.StreamConsumer systemOut,
org.codehaus.plexus.util.cli.StreamConsumer systemErr)
throws org.codehaus.plexus.util.cli.CommandLineException
- Throws:
org.codehaus.plexus.util.cli.CommandLineException
setWorkingDir
public void setWorkingDir(java.io.File workingDir)
setBasedir
public void setBasedir(java.io.File basedir)
setJarPath
public void setJarPath(java.io.File jarPath)
setCheckCerts
public void setCheckCerts(boolean checkCerts)
setVerbose
public void setVerbose(boolean verbose)
Copyright © 2002-2010 Apache Software Foundation. All Rights Reserved.