Class RemoteJarSigner
- java.lang.Object
-
- org.eclipse.cbi.maven.plugins.jarsigner.FilteredJarSigner
-
- org.eclipse.cbi.maven.plugins.jarsigner.RemoteJarSigner
-
- All Implemented Interfaces:
JarSigner
public abstract class RemoteJarSigner extends FilteredJarSigner
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
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
-
-
Constructor Summary
Constructors Constructor Description RemoteJarSigner()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RemoteJarSigner.Builder
builder()
int
doSignJar(Path jar, JarSigner.Options options)
-
Methods inherited from class org.eclipse.cbi.maven.plugins.jarsigner.FilteredJarSigner
sign
-
-
-
-
Method Detail
-
doSignJar
public int doSignJar(Path jar, JarSigner.Options options) throws IOException
- Throws:
IOException
-
builder
public static RemoteJarSigner.Builder builder()
-
-