org.codehaus.mojo.keytool
Class PrintCRLFileMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.codehaus.mojo.keytool.AbstractKeyToolMojo
org.codehaus.mojo.keytool.AbstractKeyToolRequestMojo<KeyToolPrintCRLFileRequest>
org.codehaus.mojo.keytool.PrintCRLFileMojo
- All Implemented Interfaces:
- ContextEnabled, Mojo
public class PrintCRLFileMojo
- extends AbstractKeyToolRequestMojo<KeyToolPrintCRLFileRequest>
To print the content of a CRL file.
Implemented as a wrapper around the SDK keytool -printcrl
command.
See keystore documentation.
- Since:
- 1.2
- Author:
- tchemit
- Requires a Maven project to run:
- true
- Is defined by the goal name:
- printCRLFile
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 |
PrintCRLFileMojo
public PrintCRLFileMojo()
- Default contructor.
createKeytoolRequest
protected KeyToolPrintCRLFileRequest createKeytoolRequest()
- To prepare the incoming request, says fill it with mojo parameters.
- Overrides:
createKeytoolRequest
in class AbstractKeyToolRequestMojo<KeyToolPrintCRLFileRequest>
- Returns:
- the created keytool request
- See Also:
KeyToolRequest
Copyright © 2005-2012 Codehaus. All Rights Reserved.