A B C D E F G I J O 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) - 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
 
DefaultJarSignerResult - Class in org.apache.maven.shared.jarsigner
Describes the result of a JarSigner invocation.

E

execute(JarSignerRequest) - Method in class org.apache.maven.shared.jarsigner.DefaultJarSigner
 
execute(JarSignerRequest) - Method in interface org.apache.maven.shared.jarsigner.JarSigner
Executes JarSigner tool using the parameters specified by the given invocation request.
executeCommandLine(Commandline, JarSignerRequest) - Method in class org.apache.maven.shared.jarsigner.DefaultJarSigner
 

F

findExecutable(String, String, String[]) - Method in class org.apache.maven.shared.jarsigner.DefaultJarSigner
Finds the specified command in any of the given sub directories of the specified JDK/JRE home directory.
findJarSignerExecutable() - Method in class org.apache.maven.shared.jarsigner.DefaultJarSigner
 

G

getAlias() - Method in class org.apache.maven.shared.jarsigner.JarSignerSignRequest
 
getArchive() - Method in class org.apache.maven.shared.jarsigner.AbstractJarSignerRequest
 
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
 
getArguments() - Method in interface org.apache.maven.shared.jarsigner.JarSignerRequest
Gets the value of the maxMemory field.
getCommandline() - Method in class org.apache.maven.shared.jarsigner.DefaultJarSignerResult
 
getCommandline() - Method in interface org.apache.maven.shared.jarsigner.JarSignerResult
Gets the command line used.
getExecutionException() - Method in class org.apache.maven.shared.jarsigner.DefaultJarSignerResult
 
getExecutionException() - Method in interface org.apache.maven.shared.jarsigner.JarSignerResult
Gets the exception that possibly occurred during the execution of the command line.
getExitCode() - Method in class org.apache.maven.shared.jarsigner.DefaultJarSignerResult
 
getExitCode() - Method in interface org.apache.maven.shared.jarsigner.JarSignerResult
Gets the exit code from the JarSigner invocation.
getKeypass() - Method in class org.apache.maven.shared.jarsigner.JarSignerSignRequest
 
getKeystore() - Method in class org.apache.maven.shared.jarsigner.JarSignerSignRequest
 
getMaxMemory() - Method in class org.apache.maven.shared.jarsigner.AbstractJarSignerRequest
 
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
 
getSystemErrorStreamConsumer() - Method in class org.apache.maven.shared.jarsigner.AbstractJarSignerRequest
 
getSystemErrorStreamConsumer() - Method in interface org.apache.maven.shared.jarsigner.JarSignerRequest
Gets the value of the systemErrorStreamConsumer field.
getSystemOutStreamConsumer() - Method in class org.apache.maven.shared.jarsigner.AbstractJarSignerRequest
 
getSystemOutStreamConsumer() - Method in interface org.apache.maven.shared.jarsigner.JarSignerRequest
Gets the value of the systemOutStreamConsumer field.
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
 
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
 
isVerbose() - Method in class org.apache.maven.shared.jarsigner.AbstractJarSignerRequest
 
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
 
JarSignerException - Exception in org.apache.maven.shared.jarsigner
Signals an error during the construction of the command line used to invoke jar signer, e.g.
JarSignerException(String, Throwable) - Constructor for exception org.apache.maven.shared.jarsigner.JarSignerException
Creates a new exception using the specified detail message and cause.
JarSignerException(String) - Constructor for exception org.apache.maven.shared.jarsigner.JarSignerException
Creates a new exception using the specified detail message.
jarSignerFile - Variable in class org.apache.maven.shared.jarsigner.DefaultJarSigner
The location of the jarSigner executable file.
JarSignerRequest - Interface in org.apache.maven.shared.jarsigner
Specifies the common parameters used to control a JarSigner tool invocation.
JarSignerResult - Interface in org.apache.maven.shared.jarsigner
Describes the result of a JarSigner 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
 

S

setAlias(String) - Method in class org.apache.maven.shared.jarsigner.JarSignerSignRequest
 
setArchive(File) - Method in class org.apache.maven.shared.jarsigner.AbstractJarSignerRequest
 
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
 
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.JarSignerSignRequest
 
setLogger(Logger) - Method in class org.apache.maven.shared.jarsigner.JarSignerCommandLineBuilder
 
setMaxMemory(String) - Method in class org.apache.maven.shared.jarsigner.AbstractJarSignerRequest
 
setMaxMemory(String) - Method in interface org.apache.maven.shared.jarsigner.JarSignerRequest
Sets the new given value to the field maxMemory of the request.
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
 
setSystemErrorStreamConsumer(StreamConsumer) - Method in class org.apache.maven.shared.jarsigner.AbstractJarSignerRequest
 
setSystemErrorStreamConsumer(StreamConsumer) - Method in interface org.apache.maven.shared.jarsigner.JarSignerRequest
Sets the new given value to the field systemErrorStreamConsumer of the request.
setSystemOutStreamConsumer(StreamConsumer) - Method in class org.apache.maven.shared.jarsigner.AbstractJarSignerRequest
 
setSystemOutStreamConsumer(StreamConsumer) - Method in interface org.apache.maven.shared.jarsigner.JarSignerRequest
Sets the new given value to the field systemOutStreamConsumer of the request.
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
 
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
 
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 E F G I J O S U 

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