public abstract class RemoteJarSigner extends FilteredJarSigner
Modifier and Type | Class and Description |
---|---|
static class |
RemoteJarSigner.Builder |
private static class |
RemoteJarSigner.OverwriteJarOnSuccess |
FilteredJarSigner.Filter, FilteredJarSigner.Filters
JarSigner.Options
Modifier and Type | Field and Description |
---|---|
private static java.lang.String |
PART_NAME
The name of the part as it will be send to the signing server.
|
Constructor and Description |
---|
RemoteJarSigner() |
Modifier and Type | Method and Description |
---|---|
static RemoteJarSigner.Builder |
builder() |
int |
doSignJar(java.nio.file.Path jar,
JarSigner.Options options) |
(package private) abstract HttpClient |
httpClient() |
(package private) abstract org.apache.maven.plugin.logging.Log |
log()
The log on which feedback will be provided.
|
(package private) abstract java.net.URI |
serverUri() |
filter, sign
private static final java.lang.String PART_NAME
abstract java.net.URI serverUri()
abstract HttpClient httpClient()
abstract org.apache.maven.plugin.logging.Log log()
public int doSignJar(java.nio.file.Path jar, JarSigner.Options options) throws java.io.IOException
doSignJar
in class FilteredJarSigner
java.io.IOException
public static RemoteJarSigner.Builder builder()