org.apache.maven.shared.jarsigner
Class JarSignerCommandLineBuilder
java.lang.Object
org.apache.maven.shared.jarsigner.JarSignerCommandLineBuilder
public class JarSignerCommandLineBuilder
- extends java.lang.Object
To build the command line for a given JarSignerRequest
.
- Since:
- 1.0
- Version:
- $Id: JarSignerCommandLineBuilder.java 1195511 2011-10-31 15:13:49Z olamy $
- Author:
- tchemit
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JarSignerCommandLineBuilder
public JarSignerCommandLineBuilder()
build
public org.codehaus.plexus.util.cli.Commandline build(JarSignerRequest request)
throws CommandLineConfigurationException
- Throws:
CommandLineConfigurationException
setLogger
public void setLogger(org.codehaus.plexus.logging.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.codehaus.plexus.util.cli.Commandline cli)
build
protected org.codehaus.plexus.util.cli.Commandline build(JarSignerVerifyRequest request,
org.codehaus.plexus.util.cli.Commandline cli)
throws CommandLineConfigurationException
- Throws:
CommandLineConfigurationException
Copyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.