Skip navigation links
A B C D E F G H I J L M O P R S T U V W Z 

A

AbstractCompletionListener - Class in org.eclipse.cbi.maven.http
 
AbstractCompletionListener(Path, String, String, Logger) - Constructor for class org.eclipse.cbi.maven.http.AbstractCompletionListener
 
ApacheHttpClient - Class in org.eclipse.cbi.maven.http.apache
An HttpClient implementation based on Apache HttpClient.

B

build() - Method in class org.eclipse.cbi.maven.http.HttpRequest.Builder
 
build() - Method in class org.eclipse.cbi.maven.http.HttpRequest.Config.Builder
 
build() - Method in class org.eclipse.cbi.maven.http.RetryHttpClient.Builder
 
build() - Method in class org.eclipse.cbi.maven.plugins.jarsigner.JarSigner.Options.Builder
 
build() - Method in class org.eclipse.cbi.maven.plugins.jarsigner.RecursiveJarSigner.Builder
 
build() - Method in class org.eclipse.cbi.maven.plugins.jarsigner.RemoteJarSigner.Builder
 
builder() - Static method in class org.eclipse.cbi.maven.http.HttpRequest.Config
 
Builder() - Constructor for class org.eclipse.cbi.maven.http.HttpRequest.Config.Builder
 
Builder() - Constructor for class org.eclipse.cbi.maven.http.RetryHttpClient.Builder
 
builder() - Static method in class org.eclipse.cbi.maven.plugins.jarsigner.JarSigner.Options
 
Builder() - Constructor for class org.eclipse.cbi.maven.plugins.jarsigner.JarSigner.Options.Builder
 
builder() - Static method in class org.eclipse.cbi.maven.plugins.jarsigner.RecursiveJarSigner
 
Builder() - Constructor for class org.eclipse.cbi.maven.plugins.jarsigner.RecursiveJarSigner.Builder
 
builder() - Static method in class org.eclipse.cbi.maven.plugins.jarsigner.RemoteJarSigner
 
Builder() - Constructor for class org.eclipse.cbi.maven.plugins.jarsigner.RemoteJarSigner.Builder
 

C

CompletionListener - Interface in org.eclipse.cbi.maven.http
 
connectTimeout(Duration) - Method in class org.eclipse.cbi.maven.http.HttpRequest.Config.Builder
 
connectTimeout() - Method in class org.eclipse.cbi.maven.http.HttpRequest.Config
The timeout for establishing a TCP connection with remote server
connectTimeout(Duration) - Method in class org.eclipse.cbi.maven.plugins.jarsigner.JarSigner.Options.Builder
Deprecated.
connectTimeout() - Method in class org.eclipse.cbi.maven.plugins.jarsigner.JarSigner.Options
Deprecated.
contentCharset() - Method in interface org.eclipse.cbi.maven.http.HttpResult
 
contentLength() - Method in interface org.eclipse.cbi.maven.http.HttpResult
 
copy(JarSigner.Options) - Static method in class org.eclipse.cbi.maven.plugins.jarsigner.JarSigner.Options
 
copyContent(Path, CopyOption...) - Method in interface org.eclipse.cbi.maven.http.HttpResult
 
copyContent(OutputStream) - Method in interface org.eclipse.cbi.maven.http.HttpResult
 
create(Logger) - Static method in class org.eclipse.cbi.maven.http.apache.ApacheHttpClient
 
create(JarResigner.Strategy, JarSigner, Log) - Static method in class org.eclipse.cbi.maven.plugins.jarsigner.JarResigner
 

D

debug(CharSequence) - Method in interface org.eclipse.cbi.maven.Logger
Send a message to the user in the debug error level.
debug(CharSequence, Throwable) - Method in interface org.eclipse.cbi.maven.Logger
Send a message (and accompanying exception) to the user in the debug error level.
debug(Throwable) - Method in interface org.eclipse.cbi.maven.Logger
Send an exception to the user in the debug error level.
debug(CharSequence) - Method in class org.eclipse.cbi.maven.Logger.SystemLogger
 
debug(CharSequence, Throwable) - Method in class org.eclipse.cbi.maven.Logger.SystemLogger
 
debug(Throwable) - Method in class org.eclipse.cbi.maven.Logger.SystemLogger
 
debug(CharSequence) - Method in class org.eclipse.cbi.maven.MavenLogger
 
debug(CharSequence, Throwable) - Method in class org.eclipse.cbi.maven.MavenLogger
 
debug(Throwable) - Method in class org.eclipse.cbi.maven.MavenLogger
 
defaultConfig() - Static method in class org.eclipse.cbi.maven.http.HttpRequest.Config
 
delegate(JarSigner) - Method in class org.eclipse.cbi.maven.plugins.jarsigner.RecursiveJarSigner.Builder
 
delete(Path) - Static method in class org.eclipse.cbi.common.util.Paths
Delete the given Path whether it is a directory or a simple file.
deleteQuietly(Path) - Static method in class org.eclipse.cbi.common.util.Paths
Delete the given Path without throwing any Exception if any occurs during the deletion.
destination - Variable in class org.eclipse.cbi.mojo.PluginVersionsMojo
 
destination - Variable in class org.eclipse.cbi.mojo.TestPropertiesMojo
 
digestAlgorithm(MessageDigestAlgorithm) - Method in class org.eclipse.cbi.maven.plugins.jarsigner.JarSigner.Options.Builder
 
digestAlgorithm() - Method in class org.eclipse.cbi.maven.plugins.jarsigner.JarSigner.Options
 
doNotResign(JarSigner, Log) - Static method in class org.eclipse.cbi.maven.plugins.jarsigner.JarResigner
 
doSignJar(Path, JarSigner.Options) - Method in class org.eclipse.cbi.maven.plugins.jarsigner.RemoteJarSigner
 

E

EclipseJarSignerFilter - Class in org.eclipse.cbi.maven.plugins.jarsigner
Checks and returns whether the given file should be signed.
EclipseJarSignerFilter(Log) - Constructor for class org.eclipse.cbi.maven.plugins.jarsigner.EclipseJarSignerFilter
 
error(CharSequence) - Method in interface org.eclipse.cbi.maven.Logger
Send a message to the user in the error error level.
error(CharSequence, Throwable) - Method in interface org.eclipse.cbi.maven.Logger
Send a message (and accompanying exception) to the user in the error error level.
error(Throwable) - Method in interface org.eclipse.cbi.maven.Logger
Send an exception to the user in the error error level.
error(CharSequence) - Method in class org.eclipse.cbi.maven.Logger.SystemLogger
 
error(CharSequence, Throwable) - Method in class org.eclipse.cbi.maven.Logger.SystemLogger
 
error(Throwable) - Method in class org.eclipse.cbi.maven.Logger.SystemLogger
 
error(CharSequence) - Method in class org.eclipse.cbi.maven.MavenLogger
 
error(CharSequence, Throwable) - Method in class org.eclipse.cbi.maven.MavenLogger
 
error(Throwable) - Method in class org.eclipse.cbi.maven.MavenLogger
 
ExceptionHandler - Class in org.eclipse.cbi.maven
 
ExceptionHandler(Log, boolean) - Constructor for class org.eclipse.cbi.maven.ExceptionHandler
 
execute() - Method in class org.eclipse.cbi.maven.plugins.jarsigner.mojo.SignMojo
execute() - Method in class org.eclipse.cbi.mojo.GenerateAPIBuildXMLMojo
 

F

filter(FilteredJarSigner.Filter) - Method in class org.eclipse.cbi.maven.plugins.jarsigner.RecursiveJarSigner.Builder
 
filter(FilteredJarSigner.Filter) - Method in class org.eclipse.cbi.maven.plugins.jarsigner.RemoteJarSigner.Builder
 
FilteredJarSigner - Class in org.eclipse.cbi.maven.plugins.jarsigner
 
FilteredJarSigner() - Constructor for class org.eclipse.cbi.maven.plugins.jarsigner.FilteredJarSigner
 
FilteredJarSigner.Filter - Interface in org.eclipse.cbi.maven.plugins.jarsigner
 
FilteredJarSigner.Filters - Enum in org.eclipse.cbi.maven.plugins.jarsigner
 
fromStandardName(String) - Static method in enum org.eclipse.cbi.common.security.MessageDigestAlgorithm
 
fromStandardName(String) - Static method in enum org.eclipse.cbi.common.security.SignatureAlgorithm
 

G

GenerateAPIBuildXMLMojo - Class in org.eclipse.cbi.mojo
 
GenerateAPIBuildXMLMojo() - Constructor for class org.eclipse.cbi.mojo.GenerateAPIBuildXMLMojo
 
getCause() - Method in exception org.eclipse.cbi.maven.MojoExecutionIOExceptionWrapper
 
getDestination() - Method in class org.eclipse.cbi.mojo.PluginVersionsMojo
 
getDestination() - Method in class org.eclipse.cbi.mojo.TestPropertiesMojo
 
getParent(Path) - Static method in class org.eclipse.cbi.common.util.Paths
 

H

handleError(String) - Method in class org.eclipse.cbi.maven.ExceptionHandler
 
handleError(String, Exception) - Method in class org.eclipse.cbi.maven.ExceptionHandler
 
HttpClient - Interface in org.eclipse.cbi.maven.http
 
httpClient(HttpClient) - Method in class org.eclipse.cbi.maven.plugins.jarsigner.RemoteJarSigner.Builder
 
HttpRequest - Class in org.eclipse.cbi.maven.http
 
HttpRequest.Builder - Class in org.eclipse.cbi.maven.http
 
HttpRequest.Config - Class in org.eclipse.cbi.maven.http
 
HttpRequest.Config.Builder - Class in org.eclipse.cbi.maven.http
 
HttpResult - Interface in org.eclipse.cbi.maven.http
 

I

info(CharSequence) - Method in interface org.eclipse.cbi.maven.Logger
Send a message to the user in the info error level.
info(CharSequence, Throwable) - Method in interface org.eclipse.cbi.maven.Logger
Send a message (and accompanying exception) to the user in the info error level.
info(Throwable) - Method in interface org.eclipse.cbi.maven.Logger
Send an exception to the user in the info error level.
info(CharSequence) - Method in class org.eclipse.cbi.maven.Logger.SystemLogger
 
info(CharSequence, Throwable) - Method in class org.eclipse.cbi.maven.Logger.SystemLogger
 
info(Throwable) - Method in class org.eclipse.cbi.maven.Logger.SystemLogger
 
info(CharSequence) - Method in class org.eclipse.cbi.maven.MavenLogger
 
info(CharSequence, Throwable) - Method in class org.eclipse.cbi.maven.MavenLogger
 
info(Throwable) - Method in class org.eclipse.cbi.maven.MavenLogger
 

J

JarResigner - Class in org.eclipse.cbi.maven.plugins.jarsigner
 
JarResigner.Strategy - Enum in org.eclipse.cbi.maven.plugins.jarsigner
 
JarSigner - Interface in org.eclipse.cbi.maven.plugins.jarsigner
 
JarSigner.Options - Class in org.eclipse.cbi.maven.plugins.jarsigner
 
JarSigner.Options.Builder - Class in org.eclipse.cbi.maven.plugins.jarsigner
 

L

log(Logger) - Method in class org.eclipse.cbi.maven.http.RetryHttpClient.Builder
 
log(Log) - Method in class org.eclipse.cbi.maven.plugins.jarsigner.RecursiveJarSigner.Builder
 
log(Log) - Method in class org.eclipse.cbi.maven.plugins.jarsigner.RemoteJarSigner.Builder
 
Logger - Interface in org.eclipse.cbi.maven
 
Logger.SystemLogger - Class in org.eclipse.cbi.maven
 

M

MavenLogger - Class in org.eclipse.cbi.maven
 
MavenLogger(Log) - Constructor for class org.eclipse.cbi.maven.MavenLogger
 
maxDepth(int) - Method in class org.eclipse.cbi.maven.plugins.jarsigner.RecursiveJarSigner.Builder
Whether the nested Jars should be signed (when >= 1).
maxRetries(int) - Method in class org.eclipse.cbi.maven.http.RetryHttpClient.Builder
 
MessageDigestAlgorithm - Enum in org.eclipse.cbi.common.security
A enumeration of MessageDigest algorithm available in Java 8 as specified in the document " standard names for algorithms".
MojoExecutionIOExceptionWrapper - Exception in org.eclipse.cbi.maven
An IOException that wraps a MojoExecutionException.
MojoExecutionIOExceptionWrapper(MojoExecutionException) - Constructor for exception org.eclipse.cbi.maven.MojoExecutionIOExceptionWrapper
 

O

on(URI) - Static method in class org.eclipse.cbi.maven.http.HttpRequest
 
onError(HttpResult) - Method in class org.eclipse.cbi.maven.http.AbstractCompletionListener
 
onError(HttpResult) - Method in interface org.eclipse.cbi.maven.http.CompletionListener
 
onSuccess(HttpResult) - Method in interface org.eclipse.cbi.maven.http.CompletionListener
 
Options() - Constructor for class org.eclipse.cbi.maven.plugins.jarsigner.JarSigner.Options
 
org.eclipse.cbi.common.security - package org.eclipse.cbi.common.security
 
org.eclipse.cbi.common.util - package org.eclipse.cbi.common.util
 
org.eclipse.cbi.maven - package org.eclipse.cbi.maven
 
org.eclipse.cbi.maven.http - package org.eclipse.cbi.maven.http
 
org.eclipse.cbi.maven.http.apache - package org.eclipse.cbi.maven.http.apache
 
org.eclipse.cbi.maven.plugins.jarsigner - package org.eclipse.cbi.maven.plugins.jarsigner
 
org.eclipse.cbi.maven.plugins.jarsigner.mojo - package org.eclipse.cbi.maven.plugins.jarsigner.mojo
 
org.eclipse.cbi.mojo - package org.eclipse.cbi.mojo
 
overwrite(JarSigner, Log) - Static method in class org.eclipse.cbi.maven.plugins.jarsigner.JarResigner
 
overwriteWithSameDigestAlgorithm(JarSigner, Log) - Static method in class org.eclipse.cbi.maven.plugins.jarsigner.JarResigner
 

P

packJar(Path, Path, boolean) - Static method in class org.eclipse.cbi.common.util.Zips
Zip the given source file or folder in the targetJar Jar file.
packZip(Path, Path, boolean) - Static method in class org.eclipse.cbi.common.util.Zips
Zip the given source file or folder in the targetZip Zip file.
pathParameters() - Method in class org.eclipse.cbi.maven.http.HttpRequest
 
Paths - Class in org.eclipse.cbi.common.util
Collection of Path-related utility methods.
Paths() - Constructor for class org.eclipse.cbi.common.util.Paths
 
PluginVersionsMojo - Class in org.eclipse.cbi.mojo
 
PluginVersionsMojo() - Constructor for class org.eclipse.cbi.mojo.PluginVersionsMojo
 
processPlugins(Properties, Map<File, OsgiManifest>) - Method in class org.eclipse.cbi.mojo.PluginVersionsMojo
 
processPlugins(Properties, Map<File, OsgiManifest>) - Method in class org.eclipse.cbi.mojo.TestPropertiesMojo
 
project - Variable in class org.eclipse.cbi.mojo.GenerateAPIBuildXMLMojo
 

R

readTimeout(Duration) - Method in class org.eclipse.cbi.maven.http.HttpRequest.Config.Builder
 
readTimeout() - Method in class org.eclipse.cbi.maven.http.HttpRequest.Config
The max time between two packets exchange
reason() - Method in interface org.eclipse.cbi.maven.http.HttpResult
 
RecursiveJarSigner - Class in org.eclipse.cbi.maven.plugins.jarsigner
 
RecursiveJarSigner() - Constructor for class org.eclipse.cbi.maven.plugins.jarsigner.RecursiveJarSigner
 
RecursiveJarSigner.Builder - Class in org.eclipse.cbi.maven.plugins.jarsigner
 
RemoteJarSigner - Class in org.eclipse.cbi.maven.plugins.jarsigner
 
RemoteJarSigner() - Constructor for class org.eclipse.cbi.maven.plugins.jarsigner.RemoteJarSigner
 
RemoteJarSigner.Builder - Class in org.eclipse.cbi.maven.plugins.jarsigner
 
resign(JarSigner, Log) - Static method in class org.eclipse.cbi.maven.plugins.jarsigner.JarResigner
 
resignWithSameDigestAlgorithm(JarSigner, Log) - Static method in class org.eclipse.cbi.maven.plugins.jarsigner.JarResigner
 
RetryHttpClient - Class in org.eclipse.cbi.maven.http
 
RetryHttpClient.Builder - Class in org.eclipse.cbi.maven.http
 
retryRequestOn(HttpClient) - Static method in class org.eclipse.cbi.maven.http.RetryHttpClient
 

S

send(HttpRequest, CompletionListener) - Method in class org.eclipse.cbi.maven.http.apache.ApacheHttpClient
 
send(HttpRequest, HttpRequest.Config, CompletionListener) - Method in class org.eclipse.cbi.maven.http.apache.ApacheHttpClient
 
send(HttpRequest, CompletionListener) - Method in interface org.eclipse.cbi.maven.http.HttpClient
 
send(HttpRequest, HttpRequest.Config, CompletionListener) - Method in interface org.eclipse.cbi.maven.http.HttpClient
 
send(HttpRequest, CompletionListener) - Method in class org.eclipse.cbi.maven.http.RetryHttpClient
 
send(HttpRequest, HttpRequest.Config, CompletionListener) - Method in class org.eclipse.cbi.maven.http.RetryHttpClient
 
serverUri() - Method in class org.eclipse.cbi.maven.http.HttpRequest
 
serverUri(URI) - Method in class org.eclipse.cbi.maven.plugins.jarsigner.RemoteJarSigner.Builder
 
shouldBeSigned(Path) - Method in class org.eclipse.cbi.maven.plugins.jarsigner.EclipseJarSignerFilter
 
shouldBeSigned(Path) - Method in interface org.eclipse.cbi.maven.plugins.jarsigner.FilteredJarSigner.Filter
 
sigFile(String) - Method in class org.eclipse.cbi.maven.plugins.jarsigner.JarSigner.Options.Builder
 
sigFile() - Method in class org.eclipse.cbi.maven.plugins.jarsigner.JarSigner.Options
 
sign(Path, JarSigner.Options) - Method in class org.eclipse.cbi.maven.plugins.jarsigner.FilteredJarSigner
 
sign(Path, JarSigner.Options) - Method in class org.eclipse.cbi.maven.plugins.jarsigner.JarResigner
 
sign(Path, JarSigner.Options) - Method in interface org.eclipse.cbi.maven.plugins.jarsigner.JarSigner
Sign the given Jar file.
SignatureAlgorithm - Enum in org.eclipse.cbi.common.security
A enumeration of Signature algorithm available in Java 8 as specified in the document " standard names for algorithms".
signatureAlgorithm(SignatureAlgorithm) - Method in class org.eclipse.cbi.maven.plugins.jarsigner.JarSigner.Options.Builder
 
signatureAlgorithm() - Method in class org.eclipse.cbi.maven.plugins.jarsigner.JarSigner.Options
 
SignMojo - Class in org.eclipse.cbi.maven.plugins.jarsigner.mojo
Signs project main and attached artifacts using the Eclipse jarsigner webservice.
SignMojo() - Constructor for class org.eclipse.cbi.maven.plugins.jarsigner.mojo.SignMojo
 
standardName() - Method in enum org.eclipse.cbi.common.security.MessageDigestAlgorithm
Returns the standard name of the MessageDigest algorithm as specified in the document " standard names for algorithms"
standardName() - Method in enum org.eclipse.cbi.common.security.SignatureAlgorithm
Returns the standard name of the Signature algorithm as specified in the document " standard names for algorithms"
statusCode() - Method in interface org.eclipse.cbi.maven.http.HttpResult
 
stringParameters() - Method in class org.eclipse.cbi.maven.http.HttpRequest
 
SystemLogger(boolean, boolean) - Constructor for class org.eclipse.cbi.maven.Logger.SystemLogger
 

T

TestPropertiesMojo - Class in org.eclipse.cbi.mojo
 
TestPropertiesMojo() - Constructor for class org.eclipse.cbi.mojo.TestPropertiesMojo
 
throwException(JarSigner, Log) - Static method in class org.eclipse.cbi.maven.plugins.jarsigner.JarResigner
 
timeout(Duration) - Method in class org.eclipse.cbi.maven.http.HttpRequest.Config.Builder
 
timeout() - Method in class org.eclipse.cbi.maven.http.HttpRequest.Config
The wall time-out for the request, from establishing the connection to closing it.
timeout(Duration) - Method in class org.eclipse.cbi.maven.plugins.jarsigner.JarSigner.Options.Builder
 
timeout() - Method in class org.eclipse.cbi.maven.plugins.jarsigner.JarSigner.Options
 
toString() - Method in class org.eclipse.cbi.maven.http.HttpRequest
 

U

unpackJar(Path, Path) - Static method in class org.eclipse.cbi.common.util.Zips
Unzip the given source Jar file in the outputDir.
unpackTarGz(Path, Path) - Static method in class org.eclipse.cbi.common.util.Zips
 
unpackZip(Path, Path) - Static method in class org.eclipse.cbi.common.util.Zips
Unzip the given source Zip file in the outputDir.

V

valueOf(String) - Static method in enum org.eclipse.cbi.common.security.MessageDigestAlgorithm
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.cbi.common.security.SignatureAlgorithm
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.cbi.maven.plugins.jarsigner.FilteredJarSigner.Filters
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.cbi.maven.plugins.jarsigner.JarResigner.Strategy
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.eclipse.cbi.common.security.MessageDigestAlgorithm
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.cbi.common.security.SignatureAlgorithm
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.cbi.maven.plugins.jarsigner.FilteredJarSigner.Filters
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.cbi.maven.plugins.jarsigner.JarResigner.Strategy
Returns an array containing the constants of this enum type, in the order they are declared.

W

waitBeforeRetry(long, TimeUnit) - Method in class org.eclipse.cbi.maven.http.RetryHttpClient.Builder
 
warn(CharSequence) - Method in class org.eclipse.cbi.maven.Logger.SystemLogger
 
warn(CharSequence, Throwable) - Method in class org.eclipse.cbi.maven.Logger.SystemLogger
 
warn(Throwable) - Method in class org.eclipse.cbi.maven.Logger.SystemLogger
 
warn(CharSequence) - Method in interface org.eclipse.cbi.maven.Logger
Send a message to the user in the warn error level.
warn(CharSequence, Throwable) - Method in interface org.eclipse.cbi.maven.Logger
Send a message (and accompanying exception) to the user in the warn error level.
warn(Throwable) - Method in interface org.eclipse.cbi.maven.Logger
Send an exception to the user in the warn error level.
warn(CharSequence) - Method in class org.eclipse.cbi.maven.MavenLogger
 
warn(CharSequence, Throwable) - Method in class org.eclipse.cbi.maven.MavenLogger
 
warn(Throwable) - Method in class org.eclipse.cbi.maven.MavenLogger
 
withParam(String, Path) - Method in class org.eclipse.cbi.maven.http.HttpRequest.Builder
 
withParam(String, String) - Method in class org.eclipse.cbi.maven.http.HttpRequest.Builder
 

Z

Zips - Class in org.eclipse.cbi.common.util
Utility class to work with Zip files (Path based).
Zips() - Constructor for class org.eclipse.cbi.common.util.Zips
 
A B C D E F G H I J L M O P R S T U V W Z 
Skip navigation links

Copyright © 2021 Eclipse Foundation. All rights reserved.