A B C D G I J O P S U 

A

AbstractJarSignerRequest - Class in org.apache.maven.shared.jarsigner
Specifies the commons parameters used to control a jar signer invocation.
AbstractJarSignerRequest() - Constructor for class org.apache.maven.shared.jarsigner.AbstractJarSignerRequest
 

B

build(JarSignerRequest) - Method in class org.apache.maven.shared.jarsigner.JarSignerCommandLineBuilder
 
build(JarSignerSignRequest, Commandline) - Method in class org.apache.maven.shared.jarsigner.JarSignerCommandLineBuilder
 
build(JarSignerVerifyRequest, Commandline) - Method in class org.apache.maven.shared.jarsigner.JarSignerCommandLineBuilder
 

C

checkRequiredState() - Method in class org.apache.maven.shared.jarsigner.JarSignerCommandLineBuilder
 
CommandLineConfigurationException - Exception in org.apache.maven.shared.jarsigner
Signals an error during the construction of the command line used to invoke jar signer.
CommandLineConfigurationException(String, Throwable) - Constructor for exception org.apache.maven.shared.jarsigner.CommandLineConfigurationException
Creates a new exception using the specified detail message and cause.
CommandLineConfigurationException(String) - Constructor for exception org.apache.maven.shared.jarsigner.CommandLineConfigurationException
Creates a new exception using the specified detail message.
createCommandLine(JarSignerRequest, String) - Method in class org.apache.maven.shared.jarsigner.DefaultJarSigner
 
createSystemOutStreamConsumer(JarSignerRequest) - Method in class org.apache.maven.shared.jarsigner.DefaultJarSigner
 

D

DefaultJarSigner - Class in org.apache.maven.shared.jarsigner
Default implementation of component JarSigner.
DefaultJarSigner() - Constructor for class org.apache.maven.shared.jarsigner.DefaultJarSigner
 

G

getAlias() - Method in class org.apache.maven.shared.jarsigner.AbstractJarSignerRequest
Gets the value of the alias field.
getAlias() - Method in interface org.apache.maven.shared.jarsigner.JarSignerRequest
Gets the value of the alias field.
getArchive() - Method in class org.apache.maven.shared.jarsigner.AbstractJarSignerRequest
Gets the value of the archive field.
getArchive() - Method in interface org.apache.maven.shared.jarsigner.JarSignerRequest
Gets the value of the archive field.
getArguments() - Method in class org.apache.maven.shared.jarsigner.AbstractJarSignerRequest
Gets the value of the maxMemory field.
getArguments() - Method in interface org.apache.maven.shared.jarsigner.JarSignerRequest
Gets the value of the maxMemory field.
getKeypass() - Method in class org.apache.maven.shared.jarsigner.JarSignerSignRequest
 
getKeystore() - Method in class org.apache.maven.shared.jarsigner.AbstractJarSignerRequest
Gets the value of the keystore field.
getKeystore() - Method in interface org.apache.maven.shared.jarsigner.JarSignerRequest
Gets the value of the keystore field.
getMaxMemory() - Method in class org.apache.maven.shared.jarsigner.AbstractJarSignerRequest
Gets the value of the maxMemory field.
getMaxMemory() - Method in interface org.apache.maven.shared.jarsigner.JarSignerRequest
Gets the value of the maxMemory field.
getProviderArg() - Method in class org.apache.maven.shared.jarsigner.JarSignerSignRequest
 
getProviderClass() - Method in class org.apache.maven.shared.jarsigner.JarSignerSignRequest
 
getProviderName() - Method in class org.apache.maven.shared.jarsigner.JarSignerSignRequest
 
getSigfile() - Method in class org.apache.maven.shared.jarsigner.JarSignerSignRequest
 
getSignedjar() - Method in class org.apache.maven.shared.jarsigner.JarSignerSignRequest
 
getStorepass() - Method in class org.apache.maven.shared.jarsigner.JarSignerSignRequest
 
getStoretype() - Method in class org.apache.maven.shared.jarsigner.JarSignerSignRequest
 
getTsaAlias() - Method in class org.apache.maven.shared.jarsigner.JarSignerSignRequest
 
getTsaLocation() - Method in class org.apache.maven.shared.jarsigner.JarSignerSignRequest
 
getWorkingDirectory() - Method in class org.apache.maven.shared.jarsigner.AbstractJarSignerRequest
Gets the value of the workingDirectory field.
getWorkingDirectory() - Method in interface org.apache.maven.shared.jarsigner.JarSignerRequest
Gets the value of the workingDirectory field.

I

isArchiveSigned(File) - Static method in class org.apache.maven.shared.jarsigner.JarSignerUtil
Scans an archive for existing signatures.
isCerts() - Method in class org.apache.maven.shared.jarsigner.JarSignerVerifyRequest
 
isProtectedAuthenticationPath() - Method in class org.apache.maven.shared.jarsigner.AbstractJarSignerRequest
Gets the value of the command line tool parameter
isProtectedAuthenticationPath() - Method in interface org.apache.maven.shared.jarsigner.JarSignerRequest
Gets the value of the command line tool parameter
isVerbose() - Method in class org.apache.maven.shared.jarsigner.AbstractJarSignerRequest
Gets the value of the verbose field.
isVerbose() - Method in interface org.apache.maven.shared.jarsigner.JarSignerRequest
Gets the value of the verbose field.
isZipFile(File) - Static method in class org.apache.maven.shared.jarsigner.JarSignerUtil
Checks whether the specified file is a JAR file.

J

JarSigner - Interface in org.apache.maven.shared.jarsigner
Provides a facade to invoke JarSigner tool.
JarSignerCommandLineBuilder - Class in org.apache.maven.shared.jarsigner
To build the command line for a given JarSignerRequest.
JarSignerCommandLineBuilder() - Constructor for class org.apache.maven.shared.jarsigner.JarSignerCommandLineBuilder
 
JarSignerRequest - Interface in org.apache.maven.shared.jarsigner
Specifies the common parameters used to control a JarSigner tool invocation.
JarSignerSignRequest - Class in org.apache.maven.shared.jarsigner
Specifies the parameters used to control a jar signer sign operation invocation.
JarSignerSignRequest() - Constructor for class org.apache.maven.shared.jarsigner.JarSignerSignRequest
 
JarSignerUtil - Class in org.apache.maven.shared.jarsigner
Useful methods.
JarSignerVerifyRequest - Class in org.apache.maven.shared.jarsigner
Specifies the parameters used to control a jar signer verify operation invocation.
JarSignerVerifyRequest() - Constructor for class org.apache.maven.shared.jarsigner.JarSignerVerifyRequest
 

O

org.apache.maven.shared.jarsigner - package org.apache.maven.shared.jarsigner
 

P

protectedAuthenticationPath - Variable in class org.apache.maven.shared.jarsigner.AbstractJarSignerRequest
See options.

S

setAlias(String) - Method in class org.apache.maven.shared.jarsigner.AbstractJarSignerRequest
Sets the new given value to the field alias of the request.
setAlias(String) - Method in interface org.apache.maven.shared.jarsigner.JarSignerRequest
Sets the new given value to the field alias of the request.
setArchive(File) - Method in class org.apache.maven.shared.jarsigner.AbstractJarSignerRequest
Sets the new given value to the field archive of the request.
setArchive(File) - Method in interface org.apache.maven.shared.jarsigner.JarSignerRequest
Sets the new given value to the field archive of the request.
setArguments(String...) - Method in class org.apache.maven.shared.jarsigner.AbstractJarSignerRequest
Sets the new given value to the field arguments of the request.
setArguments(String...) - Method in interface org.apache.maven.shared.jarsigner.JarSignerRequest
Sets the new given value to the field arguments of the request.
setCerts(boolean) - Method in class org.apache.maven.shared.jarsigner.JarSignerVerifyRequest
 
setJarSignerFile(String) - Method in class org.apache.maven.shared.jarsigner.JarSignerCommandLineBuilder
 
setKeypass(String) - Method in class org.apache.maven.shared.jarsigner.JarSignerSignRequest
 
setKeystore(String) - Method in class org.apache.maven.shared.jarsigner.AbstractJarSignerRequest
Sets the new given value to the field keystore of the request.
setKeystore(String) - Method in interface org.apache.maven.shared.jarsigner.JarSignerRequest
Sets the new given value to the field keystore of the request.
setLogger(Logger) - Method in class org.apache.maven.shared.jarsigner.JarSignerCommandLineBuilder
 
setMaxMemory(String) - Method in class org.apache.maven.shared.jarsigner.AbstractJarSignerRequest
Sets the new given value to the field maxMemory of the request.
setMaxMemory(String) - Method in interface org.apache.maven.shared.jarsigner.JarSignerRequest
Sets the new given value to the field maxMemory of the request.
setProtectedAuthenticationPath(boolean) - Method in class org.apache.maven.shared.jarsigner.AbstractJarSignerRequest
Sets the value of the command line tool parameter
setProtectedAuthenticationPath(boolean) - Method in interface org.apache.maven.shared.jarsigner.JarSignerRequest
Sets the value of the command line tool parameter
setProviderArg(String) - Method in class org.apache.maven.shared.jarsigner.JarSignerSignRequest
 
setProviderClass(String) - Method in class org.apache.maven.shared.jarsigner.JarSignerSignRequest
 
setProviderName(String) - Method in class org.apache.maven.shared.jarsigner.JarSignerSignRequest
 
setSigfile(String) - Method in class org.apache.maven.shared.jarsigner.JarSignerSignRequest
 
setSignedjar(File) - Method in class org.apache.maven.shared.jarsigner.JarSignerSignRequest
 
setStorepass(String) - Method in class org.apache.maven.shared.jarsigner.JarSignerSignRequest
 
setStoretype(String) - Method in class org.apache.maven.shared.jarsigner.JarSignerSignRequest
 
setTsaAlias(String) - Method in class org.apache.maven.shared.jarsigner.JarSignerSignRequest
 
setTsaLocation(String) - Method in class org.apache.maven.shared.jarsigner.JarSignerSignRequest
 
setVerbose(boolean) - Method in class org.apache.maven.shared.jarsigner.AbstractJarSignerRequest
Sets the new given value to the field verbose of the request.
setVerbose(boolean) - Method in interface org.apache.maven.shared.jarsigner.JarSignerRequest
Sets the new given value to the field verbose of the request.
setWorkingDirectory(File) - Method in class org.apache.maven.shared.jarsigner.AbstractJarSignerRequest
Sets the new given value to the field workingDirectory of the request.
setWorkingDirectory(File) - Method in interface org.apache.maven.shared.jarsigner.JarSignerRequest
Sets the new given value to the field workingDirectory of the request.
signedjar - Variable in class org.apache.maven.shared.jarsigner.JarSignerSignRequest
See options.

U

unsignArchive(File) - Static method in class org.apache.maven.shared.jarsigner.JarSignerUtil
Removes any existing signatures from the specified JAR file.
A B C D G I J O P S U 

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