public abstract class FilteredJarSigner extends Object implements JarSigner
Modifier and Type | Class and Description |
---|---|
static interface |
FilteredJarSigner.Filter |
static class |
FilteredJarSigner.Filters |
JarSigner.Options
Constructor and Description |
---|
FilteredJarSigner() |
Modifier and Type | Method and 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 © 2021 Eclipse Foundation. All rights reserved.