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 classNested classes/interfaces inherited from class org.eclipse.cbi.maven.plugins.jarsigner.FilteredJarSigner
FilteredJarSigner.Filter, FilteredJarSigner.FiltersNested classes/interfaces inherited from interface org.eclipse.cbi.maven.plugins.jarsigner.JarSigner
JarSigner.Options -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final FilteredJarSigner.Filterprivate final HttpClientprivate final org.apache.maven.plugin.logging.Logprivate final URI -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateAutoValue_RemoteJarSigner(FilteredJarSigner.Filter filter, URI serverUri, HttpClient httpClient, org.apache.maven.plugin.logging.Log log) -
Method Summary
Modifier and TypeMethodDescriptionboolean(package private) FilteredJarSigner.Filterfilter()inthashCode()(package private) HttpClient(package private) org.apache.maven.plugin.logging.Loglog()The log on which feedback will be provided.(package private) URItoString()Methods inherited from class org.eclipse.cbi.maven.plugins.jarsigner.RemoteJarSigner
builder, doSignJarMethods 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:
filterin classFilteredJarSigner
-
serverUri
URI serverUri()- Specified by:
serverUriin classRemoteJarSigner
-
httpClient
HttpClient httpClient()- Specified by:
httpClientin classRemoteJarSigner
-
log
org.apache.maven.plugin.logging.Log log()Description copied from class:RemoteJarSignerThe log on which feedback will be provided.- Specified by:
login classRemoteJarSigner
-
toString
-
equals
-
hashCode
public int hashCode()
-