org.apache.maven.shared.jarsigner
Class JarSignerCommandLineBuilder

java.lang.Object
  extended by 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

Constructor Summary
JarSignerCommandLineBuilder()
           
 
Method Summary
 org.codehaus.plexus.util.cli.Commandline build(JarSignerRequest request)
           
protected  void build(JarSignerSignRequest request, org.codehaus.plexus.util.cli.Commandline cli)
           
protected  org.codehaus.plexus.util.cli.Commandline build(JarSignerVerifyRequest request, org.codehaus.plexus.util.cli.Commandline cli)
           
protected  void checkRequiredState()
           
 void setJarSignerFile(java.lang.String jarSignerFile)
           
 void setLogger(org.codehaus.plexus.logging.Logger logger)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JarSignerCommandLineBuilder

public JarSignerCommandLineBuilder()
Method Detail

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.