Class ManPageGenerator.Config

  • Enclosing class:
    ManPageGenerator

    static class ManPageGenerator.Config
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) java.io.File directory  
      (package private) boolean force  
      (package private) java.io.File templatesDirectory  
      (package private) boolean[] verbosity  
    • Constructor Summary

      Constructors 
      Constructor Description
      Config()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      private void verbose​(java.lang.String message, java.lang.Object... params)  
      private void verboseDetailed​(java.lang.String message, java.lang.Object... params)  
      • Methods inherited from class java.lang.Object

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

      • directory

        java.io.File directory
      • templatesDirectory

        java.io.File templatesDirectory
      • verbosity

        boolean[] verbosity
      • force

        boolean force
    • Constructor Detail

      • Config

        Config()
    • Method Detail

      • verbose

        private void verbose​(java.lang.String message,
                             java.lang.Object... params)
      • verboseDetailed

        private void verboseDetailed​(java.lang.String message,
                                     java.lang.Object... params)