org.codehaus.mojo.keytool.requests
Class KeyToolPrintCRLFileRequest

java.lang.Object
  extended by org.codehaus.mojo.keytool.requests.AbstractKeyToolRequest
      extended by org.codehaus.mojo.keytool.requests.KeyToolPrintCRLFileRequest
All Implemented Interfaces:
KeyToolRequest

public class KeyToolPrintCRLFileRequest
extends AbstractKeyToolRequest

Request to print the content of a CRL file using the KeyTool tool.

Since:
1.1
Author:
tchemit

Constructor Summary
KeyToolPrintCRLFileRequest()
           
 
Method Summary
 File getFile()
          Gets the value of the file field.
 void setFile(File file)
           
 
Methods inherited from class org.codehaus.mojo.keytool.requests.AbstractKeyToolRequest
getArguments, getSystemErrorStreamConsumer, getSystemOutStreamConsumer, getWorkingDirectory, isVerbose, setArguments, setSystemErrorStreamConsumer, setSystemOutStreamConsumer, setVerbose, setWorkingDirectory
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KeyToolPrintCRLFileRequest

public KeyToolPrintCRLFileRequest()
Method Detail

getFile

public File getFile()
Gets the value of the file field.

Returns:
the value of the file field

setFile

public void setFile(File file)
Parameters:
file - value of the field file to set


Copyright © 2005-2012 Codehaus. All Rights Reserved.