Class RemoteJarSigner
java.lang.Object
org.eclipse.cbi.maven.plugins.jarsigner.FilteredJarSigner
org.eclipse.cbi.maven.plugins.jarsigner.RemoteJarSigner
- All Implemented Interfaces:
JarSigner
- Direct Known Subclasses:
AutoValue_RemoteJarSigner
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
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
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic RemoteJarSigner.Builder
builder()
int
doSignJar
(Path jar, JarSigner.Options options) (package private) abstract HttpClient
(package private) abstract org.apache.maven.plugin.logging.Log
log()
The log on which feedback will be provided.(package private) abstract URI
Methods inherited from class org.eclipse.cbi.maven.plugins.jarsigner.FilteredJarSigner
filter, sign
-
Field Details
-
PART_NAME
The name of the part as it will be send to the signing server.- See Also:
-
-
Constructor Details
-
RemoteJarSigner
public RemoteJarSigner()
-
-
Method Details
-
serverUri
-
httpClient
-
log
abstract org.apache.maven.plugin.logging.Log log()The log on which feedback will be provided. -
doSignJar
- Specified by:
doSignJar
in classFilteredJarSigner
- Throws:
IOException
-
builder
-