Class JavadocPropertiesGenerator.CliOptions

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.io.File inputFile
      The command line positional parameter to specify the input file.
      private java.io.File outputFile
      The command line option to specify the output file.
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private CliOptions()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • outputFile

        private java.io.File outputFile
        The command line option to specify the output file.
      • inputFile

        private java.io.File inputFile
        The command line positional parameter to specify the input file.