Package ch.qos.logback.core.joran.action
Class ImcplicitActionDataForBasicProperty
java.lang.Object
ch.qos.logback.core.joran.action.ImplicitModelData
ch.qos.logback.core.joran.action.ImcplicitActionDataForBasicProperty
Lump together several fields for use by
NestedBasicPropertyIA
.- Author:
- Ceki Gulcu
-
Field Summary
Fields inherited from class ch.qos.logback.core.joran.action.ImplicitModelData
aggregationType, inError, parentBean, propertyName
-
Constructor Summary
ConstructorDescriptionImcplicitActionDataForBasicProperty
(PropertySetter parentBean, AggregationType aggregationType, String propertyName) -
Method Summary
Methods inherited from class ch.qos.logback.core.joran.action.ImplicitModelData
getAggregationType
-
Constructor Details
-
ImcplicitActionDataForBasicProperty
public ImcplicitActionDataForBasicProperty(PropertySetter parentBean, AggregationType aggregationType, String propertyName)
-