Package ch.qos.logback.core.model
Class ComponentModel
java.lang.Object
ch.qos.logback.core.model.Model
ch.qos.logback.core.model.ComponentModel
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ImplicitModel,LoggerContextListenerModel,NamedComponentModel,ReceiverModel,SequenceNumberGeneratorModel,ShutdownHookModel,StatusListenerModel
Abstract representation of configuration elements
- Since:
- 1.3.0
- Author:
- Ceki Gülcü
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()protected ComponentModelprotected voidvoidsetClassName(String className) toString()Methods inherited from class ch.qos.logback.core.model.Model
addSubModel, addText, duplicate, getBodyText, getLineNumber, getSubModels, getTag, idString, isHandled, isSkipped, isUnhandled, markAsHandled, markAsSkipped, setLineNumber, setTag
-
Constructor Details
-
ComponentModel
public ComponentModel()
-
-
Method Details