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 interface
static enum
Nested 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 int
doSignJar
(Path jarfile, JarSigner.Options options) (package private) abstract FilteredJarSigner.Filter
filter()
final int
sign
(Path jar, JarSigner.Options options) Sign the given Jar file.
-
Constructor Details
-
FilteredJarSigner
public FilteredJarSigner()
-
-
Method Details
-
filter
-
sign
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
-
doSignJar
- Throws:
IOException
-