Class FilteredJarSigner
- java.lang.Object
-
- org.eclipse.cbi.maven.plugins.jarsigner.FilteredJarSigner
-
- All Implemented Interfaces:
JarSigner
- Direct Known Subclasses:
RecursiveJarSigner
,RemoteJarSigner
public abstract class FilteredJarSigner extends Object implements JarSigner
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
FilteredJarSigner.Filter
static class
FilteredJarSigner.Filters
-
Nested classes/interfaces inherited from interface org.eclipse.cbi.maven.plugins.jarsigner.JarSigner
JarSigner.Options
-
-
Constructor Summary
Constructors Constructor Description FilteredJarSigner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
sign(Path jar, JarSigner.Options options)
Sign the given Jar file.
-
-
-
Method Detail
-
sign
public final int sign(Path jar, JarSigner.Options options) throws IOException
Description copied from interface:JarSigner
Sign the given Jar file.- Specified by:
sign
in interfaceJarSigner
- Parameters:
jar
- the file to sign.- Returns:
- the number of Jar that has been signed.
- Throws:
IOException
-
-