| Package | Description |
|---|---|
| org.codehaus.cargo.container.property |
| Modifier and Type | Method and Description |
|---|---|
static LoggingLevel |
LoggingLevel.toLevel(String level)
Gets the enum constant matching the specified logging level.
|
static LoggingLevel |
LoggingLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LoggingLevel[] |
LoggingLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2004-2013 Codehaus. All Rights Reserved.