org.codehaus.mojo.keytool.requests
Class KeyToolPrintCertificateRequestRequest

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

public class KeyToolPrintCertificateRequestRequest
extends AbstractKeyToolRequest

Request to print the content of a certificate request using the KeyTool tool.

Since:
1.1
Author:
tchemit

Constructor Summary
KeyToolPrintCertificateRequestRequest()
           
 
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

KeyToolPrintCertificateRequestRequest

public KeyToolPrintCertificateRequestRequest()
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.