JarSigner
RecursiveJarSigner
, RemoteJarSigner
public abstract class FilteredJarSigner extends Object implements JarSigner
Modifier and Type | Class | Description |
---|---|---|
static interface |
FilteredJarSigner.Filter |
|
static class |
FilteredJarSigner.Filters |
JarSigner.Options
Constructor | Description |
---|---|
FilteredJarSigner() |
Modifier and Type | Method | Description |
---|---|---|
int |
sign(Path jar,
JarSigner.Options options) |
Sign the given Jar file.
|
public final int sign(Path jar, JarSigner.Options options) throws IOException
JarSigner
sign
in interface JarSigner
jar
- the file to sign.IOException
Copyright © 2019 Eclipse Foundation. All rights reserved.