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.Commandline
build(JarSignerRequest request)
protected void
build(JarSignerSignRequest request, org.apache.maven.shared.utils.cli.Commandline cli)
protected void
build(JarSignerVerifyRequest request, org.apache.maven.shared.utils.cli.Commandline cli)
protected void
checkRequiredState()
void
setJarSignerFile(String jarSignerFile)
void
setLogger(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
-
-