|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.maven.plugin.AbstractMojo
org.apache.maven.plugins.jarsigner.AbstractJarsignerMojo
org.apache.maven.plugins.jarsigner.JarsignerVerifyMojo
public class JarsignerVerifyMojo
Checks the signatures of a project artifact and attachments using jarsigner.
Field Summary |
---|
Fields inherited from interface org.apache.maven.plugin.Mojo |
---|
ROLE |
Constructor Summary | |
---|---|
JarsignerVerifyMojo()
|
Method Summary | |
---|---|
protected org.codehaus.plexus.util.cli.Commandline |
getCommandline(java.io.File archive,
org.codehaus.plexus.util.cli.Commandline commandLine)
Gets the Commandline to execute for a given Java archive taking a command line prepared for executing
jarsigner. |
Methods inherited from class org.apache.maven.plugins.jarsigner.AbstractJarsignerMojo |
---|
execute, getCommandlineInfo, preProcessArchive |
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 |
Constructor Detail |
---|
public JarsignerVerifyMojo()
Method Detail |
---|
protected org.codehaus.plexus.util.cli.Commandline getCommandline(java.io.File archive, org.codehaus.plexus.util.cli.Commandline commandLine)
AbstractJarsignerMojo
Commandline
to execute for a given Java archive taking a command line prepared for executing
jarsigner.
getCommandline
in class AbstractJarsignerMojo
archive
- The Java archive to get a Commandline
to execute for.commandLine
- A Commandline
prepared for executing jarsigner without any arguments.
Commandline
for executing jarsigner with archive
.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |