Class FilteredJarSigner
java.lang.Object
org.eclipse.cbi.maven.plugins.jarsigner.FilteredJarSigner
- All Implemented Interfaces:
JarSigner
- Direct Known Subclasses:
RecursiveJarSigner,RemoteJarSigner
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfacestatic enumNested classes/interfaces inherited from interface org.eclipse.cbi.maven.plugins.jarsigner.JarSigner
JarSigner.Options -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) abstract intdoSignJar(Path jarfile, JarSigner.Options options) (package private) abstract FilteredJarSigner.Filterfilter()final intsign(Path jar, JarSigner.Options options) Sign the given Jar file.
-
Constructor Details
-
FilteredJarSigner
public FilteredJarSigner()
-
-
Method Details
-
filter
-
sign
Description copied from interface:JarSignerSign the given Jar file.- Specified by:
signin interfaceJarSigner- Parameters:
jar- the file to sign.- Returns:
- the number of Jar that has been signed.
- Throws:
IOException
-
doSignJar
- Throws:
IOException
-