Package org.codehaus.mojo.keytool
Interface KeyTool
-
- All Superinterfaces:
org.apache.maven.shared.utils.cli.javatool.JavaTool<KeyToolRequest>
- All Known Implementing Classes:
DefaultKeyTool
public interface KeyTool extends org.apache.maven.shared.utils.cli.javatool.JavaTool<KeyToolRequest>
Provides a facade to invoke KeyTool tool.- Since:
- 1.1
- Author:
- tchemit
-
-
Field Detail
-
ROLE
static final String ROLE
Plexus role name.
-
-