Interface JarSigner
-
- All Known Implementing Classes:
FilteredJarSigner,JarResigner,RecursiveJarSigner,RemoteJarSigner
public interface JarSigner
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classJarSigner.Options
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intsign(Path jarfile, JarSigner.Options options)Sign the given Jar file.
-
-
-
Method Detail
-
sign
int sign(Path jarfile, JarSigner.Options options) throws IOException
Sign the given Jar file.- Parameters:
jarfile- the file to sign.- Returns:
- the number of Jar that has been signed.
- Throws:
org.apache.maven.plugin.MojoExecutionExceptionIOException
-
-