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(Object... para) |
static NestingType |
PropertyUtil.nestingType(Object obj,
String name) |
NestingType |
NestingType.next() |
NestingType |
NestingType.previous() |
static NestingType |
NestingType.valueOf(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,
Object component,
Object subComponent,
String name) |
Copyright © 2005–2016 QOS.ch. All rights reserved.