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");