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, preProcessArchive
protected org.codehaus.plexus.util.cli.Commandline getCommandline(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
.Copyright © 2002-2015 The Apache Software Foundation. All Rights Reserved.