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
@Generated("com.google.auto.value.processor.AutoValueProcessor") final class AutoValue_RemoteJarSigner extends RemoteJarSigner
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description (package private) static class
AutoValue_RemoteJarSigner.Builder
-
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
Fields Modifier and Type Field Description private FilteredJarSigner.Filter
filter
private HttpClient
httpClient
private org.apache.maven.plugin.logging.Log
log
private java.net.URI
serverUri
-
Constructor Summary
Constructors Modifier Constructor Description private
AutoValue_RemoteJarSigner(FilteredJarSigner.Filter filter, java.net.URI serverUri, HttpClient httpClient, org.apache.maven.plugin.logging.Log log)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
(package private) FilteredJarSigner.Filter
filter()
int
hashCode()
(package private) HttpClient
httpClient()
(package private) org.apache.maven.plugin.logging.Log
log()
The log on which feedback will be provided.(package private) java.net.URI
serverUri()
java.lang.String
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 Detail
-
filter
private final FilteredJarSigner.Filter filter
-
serverUri
private final java.net.URI serverUri
-
httpClient
private final HttpClient httpClient
-
log
private final org.apache.maven.plugin.logging.Log log
-
-
Constructor Detail
-
AutoValue_RemoteJarSigner
private AutoValue_RemoteJarSigner(FilteredJarSigner.Filter filter, java.net.URI serverUri, HttpClient httpClient, org.apache.maven.plugin.logging.Log log)
-
-
Method Detail
-
filter
FilteredJarSigner.Filter filter()
- Specified by:
filter
in classFilteredJarSigner
-
serverUri
java.net.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
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
-