public class JarsignerVerifyMojo extends AbstractJarsignerMojo
| Constructor and Description |
|---|
JarsignerVerifyMojo() |
| Modifier and Type | Method and Description |
|---|---|
protected org.codehaus.plexus.util.cli.Commandline |
getCommandline(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. |
execute, getCommandlineInfo, preProcessArchiveprotected org.codehaus.plexus.util.cli.Commandline getCommandline(File archive, org.codehaus.plexus.util.cli.Commandline commandLine)
AbstractJarsignerMojoCommandline to execute for a given Java archive taking a command line prepared for executing
jarsigner.getCommandline in class AbstractJarsignerMojoarchive - 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.Copyright © 2002-2016 The Apache Software Foundation. All Rights Reserved.