public class VerbosityLevel
extends org.apache.tools.ant.types.EnumeratedAttribute
| Constructor and Description |
|---|
VerbosityLevel()
Creates an uninitialized verbosity level object.
|
VerbosityLevel(String level)
Creates an initialized verbosity level object.
|
| Modifier and Type | Method and Description |
|---|---|
String[] |
getValues() |
boolean |
isDebug()
Determines whether this is DEBUG verbosity.
|
public VerbosityLevel()
public VerbosityLevel(String level)
level - The levelpublic String[] getValues()
getValues in class org.apache.tools.ant.types.EnumeratedAttributepublic boolean isDebug()
true if this is the DEBUG levelCopyright © 2010-2015 Pivotal Software, Inc. All rights reserved.