org.codehaus.mojo.keytool
Class PrintCRLFileMojo

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by org.codehaus.mojo.keytool.AbstractKeyToolMojo
          extended by org.codehaus.mojo.keytool.AbstractKeyToolRequestMojo<KeyToolPrintCRLFileRequest>
              extended by 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

Field Summary
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
PrintCRLFileMojo()
          Default contructor.
 
Method Summary
protected  KeyToolPrintCRLFileRequest createKeytoolRequest()
          To prepare the incoming request, says fill it with mojo parameters.
 
Methods inherited from class org.codehaus.mojo.keytool.AbstractKeyToolRequestMojo
consumeResult, execute, getCommandlineInfo
 
Methods inherited from class org.codehaus.mojo.keytool.AbstractKeyToolMojo
getMessage, getMessage, getMessage, isSkip, isVerbose, setSkip, setVerbose
 
Methods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrintCRLFileMojo

public PrintCRLFileMojo()
Default contructor.

Method Detail

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.