Class JarSignerCommandLineBuilder
- java.lang.Object
-
- org.apache.maven.shared.jarsigner.JarSignerCommandLineBuilder
-
public class JarSignerCommandLineBuilder extends Object
To build the command line for a givenJarSignerRequest.- Since:
- 1.0
- Author:
- Tony Chemit
-
-
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(String jarSignerFile)voidsetLogger(org.codehaus.plexus.logging.Logger logger)
-
-
-
Method Detail
-
build
public org.apache.maven.shared.utils.cli.Commandline build(JarSignerRequest request) throws CommandLineConfigurationException
-
setLogger
public void setLogger(org.codehaus.plexus.logging.Logger logger)
-
setJarSignerFile
public void setJarSignerFile(String jarSignerFile)
-
checkRequiredState
protected void checkRequiredState() throws IOException- Throws:
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
-
-