Class AutoValue_RemoteJarSigner
java.lang.Object
org.eclipse.cbi.maven.plugins.jarsigner.FilteredJarSigner
org.eclipse.cbi.maven.plugins.jarsigner.RemoteJarSigner
org.eclipse.cbi.maven.plugins.jarsigner.AutoValue_RemoteJarSigner
- All Implemented Interfaces:
JarSigner
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescription(package private) static final class
Nested classes/interfaces inherited from class org.eclipse.cbi.maven.plugins.jarsigner.FilteredJarSigner
FilteredJarSigner.Filter, FilteredJarSigner.Filters
Nested classes/interfaces inherited from interface org.eclipse.cbi.maven.plugins.jarsigner.JarSigner
JarSigner.Options
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final FilteredJarSigner.Filter
private final HttpClient
private final org.apache.maven.plugin.logging.Log
private final URI
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate
AutoValue_RemoteJarSigner
(FilteredJarSigner.Filter filter, URI serverUri, HttpClient httpClient, org.apache.maven.plugin.logging.Log log) -
Method Summary
Modifier and TypeMethodDescriptionboolean
(package private) FilteredJarSigner.Filter
filter()
int
hashCode()
(package private) HttpClient
(package private) org.apache.maven.plugin.logging.Log
log()
The log on which feedback will be provided.(package private) URI
toString()
Methods inherited from class org.eclipse.cbi.maven.plugins.jarsigner.RemoteJarSigner
builder, doSignJar
Methods inherited from class org.eclipse.cbi.maven.plugins.jarsigner.FilteredJarSigner
sign
-
Field Details
-
filter
-
serverUri
-
httpClient
-
log
private final org.apache.maven.plugin.logging.Log log
-
-
Constructor Details
-
AutoValue_RemoteJarSigner
private AutoValue_RemoteJarSigner(FilteredJarSigner.Filter filter, URI serverUri, HttpClient httpClient, org.apache.maven.plugin.logging.Log log)
-
-
Method Details
-
filter
FilteredJarSigner.Filter filter()- Specified by:
filter
in classFilteredJarSigner
-
serverUri
URI serverUri()- Specified by:
serverUri
in classRemoteJarSigner
-
httpClient
HttpClient httpClient()- Specified by:
httpClient
in classRemoteJarSigner
-
log
org.apache.maven.plugin.logging.Log log()Description copied from class:RemoteJarSigner
The log on which feedback will be provided.- Specified by:
log
in classRemoteJarSigner
-
toString
-
equals
-
hashCode
public int hashCode()
-