org.codehaus.mojo.webstart
Interface SignConfig


public interface SignConfig

Bean that represents the JarSigner configuration.

Version:
$Id: SignConfig.java 6588 2008-03-28 12:22:57Z bentmann $
Author:
Jerome Lacoste

Method Summary
 JarSignerMojo getJarSignerMojo()
          Returns a fully configured version of a Mojo ready to sign jars.
 void init(org.apache.maven.plugin.logging.Log log, java.io.File workingDirectory, boolean verbose)
          Called before any Jars get signed.
 

Method Detail

getJarSignerMojo

JarSignerMojo getJarSignerMojo()
                               throws org.apache.maven.plugin.MojoExecutionException,
                                      org.apache.maven.plugin.MojoFailureException
Returns a fully configured version of a Mojo ready to sign jars.

Returns:
Throws:
org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoFailureException

init

void init(org.apache.maven.plugin.logging.Log log,
          java.io.File workingDirectory,
          boolean verbose)
          throws org.apache.maven.plugin.MojoExecutionException,
                 org.apache.maven.plugin.MojoFailureException
Called before any Jars get signed. This method allows you to create any keys or perform any initialisation that the method of signature that you're implementing requires.

Throws:
org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoFailureException


Copyright © 2007-2009. All Rights Reserved.