Uses of Interface
org.apache.maven.shared.jarsigner.JarSignerRequest
-
Uses of JarSignerRequest in org.apache.maven.shared.jarsigner
Modifier and TypeClassDescriptionclass
Specifies the commons parameters used to control a jar signer invocation.class
Specifies the parameters used to control a jar signer sign operation invocation.class
Specifies the parameters used to control a jar signer verify operation invocation.Modifier and TypeMethodDescriptionorg.apache.maven.shared.utils.cli.Commandline
JarSignerCommandLineBuilder.build
(JarSignerRequest request) protected org.apache.maven.shared.utils.cli.Commandline
DefaultJarSigner.createCommandLine
(JarSignerRequest request, String javaToolFile) protected org.apache.maven.shared.utils.cli.StreamConsumer
DefaultJarSigner.createSystemOutStreamConsumer
(JarSignerRequest request)