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 classprivate static final classNested classes/interfaces inherited from class FilteredJarSigner
FilteredJarSigner.Filter, FilteredJarSigner.FiltersNested classes/interfaces inherited from interface JarSigner
JarSigner.Options -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic RemoteJarSigner.Builderbuilder()intdoSignJar(Path jar, JarSigner.Options options) (package private) abstract HttpClient(package private) abstract org.apache.maven.plugin.logging.Loglog()The log on which feedback will be provided.(package private) abstract URIMethods inherited from class 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:
doSignJarin classFilteredJarSigner- Throws:
IOException
-
builder
-