org.codehaus.mojo.keytool
Class CleanKeyMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.codehaus.mojo.keytool.AbstractKeyToolMojo
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
Fields inherited from interface org.apache.maven.plugin.Mojo |
ROLE |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CleanKeyMojo
public CleanKeyMojo()
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.