org.apache.maven.shared.jarsigner
Class JarSignerCommandLineBuilder

java.lang.Object
  extended by org.apache.maven.shared.jarsigner.JarSignerCommandLineBuilder

public class JarSignerCommandLineBuilder
extends 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
 Commandline build(JarSignerRequest request)
           
protected  void build(JarSignerSignRequest request, Commandline cli)
           
protected  Commandline build(JarSignerVerifyRequest request, Commandline cli)
           
protected  void checkRequiredState()
           
 void setJarSignerFile(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 Commandline build(JarSignerRequest request)
                  throws CommandLineConfigurationException
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,
                     Commandline cli)

build

protected Commandline build(JarSignerVerifyRequest request,
                            Commandline cli)
                     throws CommandLineConfigurationException
Throws:
CommandLineConfigurationException


Copyright © 2002-2011 The Apache Software Foundation. All Rights Reserved.