Class LogOptions

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String LOG_DEFAULT
      Defaults log settings.
      static java.lang.String LOG_DOWNLOAD_ONLY
      This log setting disable all usual messages but download ones.
      static java.lang.String LOG_QUIET
      This log setting disable all usual messages during the resolve process.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getLog()  
      LogOptions setLog​(java.lang.String log)  
      • Methods inherited from class java.lang.Object

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

      • LOG_DEFAULT

        public static final java.lang.String LOG_DEFAULT
        Defaults log settings. Output all usual messages during the resolve process.
        See Also:
        Constant Field Values
      • LOG_DOWNLOAD_ONLY

        public static final java.lang.String LOG_DOWNLOAD_ONLY
        This log setting disable all usual messages but download ones.
        See Also:
        Constant Field Values
      • LOG_QUIET

        public static final java.lang.String LOG_QUIET
        This log setting disable all usual messages during the resolve process.
        See Also:
        Constant Field Values
    • Constructor Detail

      • LogOptions

        public LogOptions()
      • LogOptions

        public LogOptions​(LogOptions options)
    • Method Detail

      • getLog

        public java.lang.String getLog()
      • setLog

        public LogOptions setLog​(java.lang.String log)