|
Groovy 2.2.0 | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.codehaus.groovy.tools.shell.IO.Verbosity
public static final class IO.Verbosity
Field Summary | |
---|---|
static Verbosity |
DEBUG
|
static Verbosity |
INFO
|
static Verbosity |
QUIET
|
static Verbosity |
VERBOSE
|
String |
name
|
Method Summary | |
---|---|
static Verbosity
|
forName(String name)
|
String
|
toString()
|
Methods inherited from class Object | |
---|---|
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Field Detail |
---|
public static final Verbosity DEBUG
public static final Verbosity INFO
public static final Verbosity QUIET
public static final Verbosity VERBOSE
public final String name
Method Detail |
---|
public static Verbosity forName(String name)
public String toString()
Copyright © 2003-2013 The Codehaus. All rights reserved.