@Mojo(name="sign", defaultPhase=PACKAGE) public class JarsignerSignMojo extends AbstractJarsignerMojo
| Constructor and Description | 
|---|
JarsignerSignMojo()  | 
| Modifier and Type | Method and Description | 
|---|---|
protected JarSignerRequest | 
createRequest(File archive)
Creates the jar signer request to be executed. 
 | 
protected String | 
getCommandlineInfo(Commandline commandLine)
Gets a string representation of a  
Commandline. | 
protected void | 
preProcessArchive(File archive)
Pre-processes a given archive. 
 | 
decrypt, execute, getStorepass, getStoretypegetLog, getPluginContext, setLog, setPluginContextprotected String getCommandlineInfo(Commandline commandLine)
AbstractJarsignerMojoCommandline.
 
 This method creates the string representation by calling commandLine.toString() by default.
 
getCommandlineInfo in class AbstractJarsignerMojocommandLine - The Commandline to get a string representation of.commandLine.protected void preProcessArchive(File archive) throws MojoExecutionException
AbstractJarsignerMojopreProcessArchive in class AbstractJarsignerMojoarchive - The archive to process, must not be null.MojoExecutionException - If pre-processing failed.protected JarSignerRequest createRequest(File archive) throws MojoExecutionException
createRequest in class AbstractJarsignerMojoarchive - the archive file to treat by jarsignerMojoExecutionException - if an exception occursCopyright © 2002–2018 The Apache Software Foundation. All rights reserved.