org.codehaus.mojo.keytool
Class DeleteAliasMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.codehaus.mojo.keytool.AbstractKeyToolMojo
org.codehaus.mojo.keytool.AbstractKeyToolRequestMojo<R>
org.codehaus.mojo.keytool.AbstractKeyToolRequestWithKeyStoreParametersMojo<R>
org.codehaus.mojo.keytool.AbstractKeyToolRequestWithKeyStoreAndAliasParametersMojo<KeyToolDeleteRequest>
org.codehaus.mojo.keytool.DeleteAliasMojo
- All Implemented Interfaces:
- ContextEnabled, Mojo
public class DeleteAliasMojo
- extends AbstractKeyToolRequestWithKeyStoreAndAliasParametersMojo<KeyToolDeleteRequest>
To delete an entry alias from a keystore.
Implemented as a wrapper around the SDK keytool -delete
command.
See keystore documentation.
- Since:
- 1.2
- Author:
- tchemit
- Requires a Maven project to run:
- true
- Is defined by the goal name:
- deleteAlias
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 |
DeleteAliasMojo
public DeleteAliasMojo()
- Default contructor.
Copyright © 2005-2012 Codehaus. All Rights Reserved.