org.apache.maven.shared.jarsigner
Interface JarSigner

All Known Implementing Classes:
DefaultJarSigner

public interface JarSigner

Provides a facade to invoke JarSigner tool.

Since:
1.0
Version:
$Id: JarSigner.java 1190315 2011-10-28 13:43:28Z olamy $
Author:
tchemit

Method Summary
 JarSignerResult execute(JarSignerRequest request)
          Executes JarSigner tool using the parameters specified by the given invocation request.
 

Method Detail

execute

JarSignerResult execute(JarSignerRequest request)
                        throws JarSignerException
Executes JarSigner tool using the parameters specified by the given invocation request.

Parameters:
request - The invocation request to execute, must not be null.
Returns:
The result of the JarSigner invocation, never null.
Throws:
JarSignerException - if something fails while init the command


Copyright © 2002-2011 The Apache Software Foundation. All Rights Reserved.