org.codehaus.mojo.keytool
Class CleanKeyMojo

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

public class CleanKeyMojo
extends AbstractKeyToolMojo

A Mojo that deletes a generated keystore file.

Version:
$Revision: 16260 $
Author:
Sharmarke Aden (saden), $Author: tchemit $
Is bound to the specified phase of the standard build lifecycle:
clean
Is defined by the goal name:
clean

Field Summary
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
CleanKeyMojo()
           
 
Method Summary
 void execute()
          
 String getKeystore()
           
 void setKeystore(String keystore)
           
 
Methods inherited from class org.codehaus.mojo.keytool.AbstractKeyToolMojo
getMessage, getMessage, getMessage, isSkip, isVerbose, setSkip, setVerbose
 
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
 

Constructor Detail

CleanKeyMojo

public CleanKeyMojo()
Method Detail

getKeystore

public final String getKeystore()
Returns:
Returns the keystore.

setKeystore

public final void setKeystore(String keystore)
Parameters:
keystore - The keystore to set.

execute

public void execute()



Copyright © 2005-2012 Codehaus. All Rights Reserved.