Package | Description |
---|---|
ch.qos.logback.core.joran.action | |
ch.qos.logback.core.joran.util | |
ch.qos.logback.core.util |
Contains various utility classes.
|
Modifier and Type | Method and Description |
---|---|
AggregationType |
IADataForComplexProperty.getAggregationType() |
Constructor and Description |
---|
IADataForComplexProperty(PropertySetter parentBean,
AggregationType aggregationType,
java.lang.String complexPropertyName) |
Modifier and Type | Method and Description |
---|---|
AggregationType |
PropertySetter.computeAggregationType(java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
java.lang.Class |
PropertySetter.getClassNameViaImplicitRules(java.lang.String name,
AggregationType aggregationType,
DefaultNestedComponentRegistry registry) |
Modifier and Type | Method and Description |
---|---|
static AggregationType |
AggregationType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AggregationType[] |
AggregationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|