Class JavadocPropertiesGenerator.CliOptions

  • Enclosing class:
    JavadocPropertiesGenerator

    private static class JavadocPropertiesGenerator.CliOptions
    extends java.lang.Object
    Helper class encapsulating the command line options and positional parameters.
    • 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.
    • Constructor Detail

      • CliOptions

        private CliOptions()