Package org.apache.maven.shared.jarsigner

Interface Summary
JarSigner Provides a facade to invoke JarSigner tool.
JarSignerRequest Specifies the common parameters used to control a JarSigner tool invocation.
JarSignerResult Describes the result of a JarSigner invocation.
 

Class Summary
AbstractJarSignerRequest Specifies the commons parameters used to control a jar signer invocation.
DefaultJarSigner Default implementation of component JarSigner.
DefaultJarSignerResult Describes the result of a JarSigner invocation.
JarSignerCommandLineBuilder To build the command line for a given JarSignerRequest.
JarSignerSignRequest Specifies the parameters used to control a jar signer sign operation invocation.
JarSignerUtil Useful methods.
JarSignerVerifyRequest Specifies the parameters used to control a jar signer verify operation invocation.
 

Exception Summary
CommandLineConfigurationException Signals an error during the construction of the command line used to invoke jar signer.
JarSignerException Signals an error during the construction of the command line used to invoke jar signer, e.g. illegal invocation arguments.
 



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