org.codehaus.mojo.webstart
Class JarUnsignMojo

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by org.codehaus.mojo.webstart.JarUnsignMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

public class JarUnsignMojo
extends org.apache.maven.plugin.AbstractMojo

Unsigns a JAR, removing signatures. This code will hopefully be moved into the jar plugin when stable enough.

Version:
$Id: JarUnsignMojo.java 6588 2008-03-28 12:22:57Z bentmann $
Author:
Jerome Lacoste, Andrius ��abanas

Field Summary
protected  org.codehaus.plexus.archiver.manager.ArchiverManager archiverManager
          To look up Archiver/UnArchiver implementations
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
JarUnsignMojo()
           
 
Method Summary
 void execute()
           
 void setArchiverManager(org.codehaus.plexus.archiver.manager.ArchiverManager archiverManager)
           
 void setJarPath(File jarPath)
           
 void setTempDir(File tempDirectory)
           
 void setVerbose(boolean verbose)
           
 
Methods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

archiverManager

protected org.codehaus.plexus.archiver.manager.ArchiverManager archiverManager
To look up Archiver/UnArchiver implementations

Constructor Detail

JarUnsignMojo

public JarUnsignMojo()
Method Detail

execute

public void execute()
             throws org.apache.maven.plugin.MojoExecutionException
Throws:
org.apache.maven.plugin.MojoExecutionException

setTempDir

public void setTempDir(File tempDirectory)

setJarPath

public void setJarPath(File jarPath)

setVerbose

public void setVerbose(boolean verbose)

setArchiverManager

public void setArchiverManager(org.codehaus.plexus.archiver.manager.ArchiverManager archiverManager)


Copyright © 2005-2011 Codehaus. All Rights Reserved.