0
org.codehaus.groovy.tools.shell.IO
有四個詳細程度級別,但沒有說明它們的功能。系統默認是哪個? 他們之間有什麼不同?到目前爲止,我已經注意到的唯一的事情是,如果詳細級別設置爲靜音,Groovysh不會打印最後返回的語句在外殼...不同的groovy shell冗長度是什麼意思?
package org.codehaus.groovy.tools.shell.IO
public static final Verbosity QUIET = new Verbosity("QUIET");
public static final Verbosity INFO = new Verbosity("INFO");
public static final Verbosity VERBOSE = new Verbosity("VERBOSE");
public static final Verbosity DEBUG = new Verbosity("DEBUG");