| Package | Description |
|---|---|
| ch.qos.logback.classic.gaffer |
| Modifier and Type | Field and Description |
|---|---|
static NestingType |
NestingType.MAX_VALUE |
static NestingType |
NestingType.MIN_VALUE |
| Modifier and Type | Method and Description |
|---|---|
static NestingType |
NestingType.$INIT(java.lang.Object... para) |
static NestingType |
PropertyUtil.nestingType(java.lang.Object obj,
java.lang.String name) |
NestingType |
NestingType.next() |
NestingType |
NestingType.previous() |
static NestingType |
NestingType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static NestingType[] |
NestingType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
PropertyUtil.attach(NestingType nestingType,
java.lang.Object component,
java.lang.Object subComponent,
java.lang.String name) |