Class JarSignerCommandLineBuilder
- java.lang.Object
-
- org.apache.maven.shared.jarsigner.JarSignerCommandLineBuilder
-
public class JarSignerCommandLineBuilder extends java.lang.ObjectTo build the command line for a givenJarSignerRequest.- Since:
- 1.0
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.StringjarSignerFileprivate org.slf4j.Loggerlogger
-
Constructor Summary
Constructors Constructor Description JarSignerCommandLineBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.maven.shared.utils.cli.Commandlinebuild(JarSignerRequest request)protected voidbuild(JarSignerSignRequest request, org.apache.maven.shared.utils.cli.Commandline cli)protected voidbuild(JarSignerVerifyRequest request, org.apache.maven.shared.utils.cli.Commandline cli)protected voidcheckRequiredState()voidsetJarSignerFile(java.lang.String jarSignerFile)voidsetLogger(org.slf4j.Logger logger)
-
-
-
Method Detail
-
build
public org.apache.maven.shared.utils.cli.Commandline build(JarSignerRequest request) throws CommandLineConfigurationException
-
setLogger
public void setLogger(org.slf4j.Logger logger)
-
setJarSignerFile
public void setJarSignerFile(java.lang.String jarSignerFile)
-
checkRequiredState
protected void checkRequiredState() throws java.io.IOException- Throws:
java.io.IOException
-
build
protected void build(JarSignerSignRequest request, org.apache.maven.shared.utils.cli.Commandline cli)
-
build
protected void build(JarSignerVerifyRequest request, org.apache.maven.shared.utils.cli.Commandline cli) throws CommandLineConfigurationException
-
-