Class KeyToolPrintCRLFileRequest

  • All Implemented Interfaces:
    org.apache.maven.shared.utils.cli.javatool.JavaToolRequest, KeyToolRequest

    public class KeyToolPrintCRLFileRequest
    extends AbstractKeyToolRequest
    Request to print the content of a CRL file using the KeyTool tool.
    Since:
    1.1
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.io.File file
      Input file name.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.io.File getFile()
      Gets the value of the file field.
      void setFile​(java.io.File file)  
      • Methods inherited from class org.apache.maven.shared.utils.cli.javatool.AbstractJavaToolRequest

        getSystemErrorStreamConsumer, getSystemOutStreamConsumer, setSystemErrorStreamConsumer, setSystemOutStreamConsumer
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.apache.maven.shared.utils.cli.javatool.JavaToolRequest

        getSystemErrorStreamConsumer, getSystemOutStreamConsumer, setSystemErrorStreamConsumer, setSystemOutStreamConsumer
    • Field Detail

      • file

        private java.io.File file
        Input file name.

        See options.

    • Constructor Detail

      • KeyToolPrintCRLFileRequest

        public KeyToolPrintCRLFileRequest()
    • Method Detail

      • getFile

        public java.io.File getFile()
        Gets the value of the file field.
        Returns:
        the value of the file field
      • setFile

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