org.codehaus.mojo.keytool
Interface KeyTool
- All Known Implementing Classes:
- DefaultKeyTool
public interface KeyTool
Provides a facade to invoke KeyTool tool.
- Since:
- 1.1
- Version:
- $Id: KeyTool.java 15796 2012-01-29 16:07:29Z tchemit $
- Author:
- tchemit
Field Summary |
static String |
ROLE
Plexus role name. |
ROLE
static final String ROLE
- Plexus role name.
execute
KeyToolResult execute(KeyToolRequest request)
throws KeyToolException
- Executes KeyTool tool using the parameters specified by the given invocation request.
- Parameters:
request
- The invocation request to execute, must not be null
.
- Returns:
- The result of the KeyTool invocation, never
null
.
- Throws:
KeyToolException
- if something fails while init the command
Copyright © 2005-2012 Codehaus. All Rights Reserved.