- java.lang.Object
-
- ch.qos.logback.core.model.Model
-
- ch.qos.logback.core.model.NamedModel
-
- ch.qos.logback.core.model.ParamModel
-
- All Implemented Interfaces:
INamedModel,Serializable
public class ParamModel extends NamedModel
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ParamModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetValue()inthashCode()protected ParamModelmakeNewInstance()protected voidmirror(Model that)voidsetValue(String value)-
Methods inherited from class ch.qos.logback.core.model.NamedModel
getName, setName
-
Methods inherited from class ch.qos.logback.core.model.Model
addSubModel, addText, deepMarkAsSkipped, duplicate, getBodyText, getLineNumber, getSubModels, getTag, idString, isHandled, isSkipped, isUnhandled, markAsHandled, markAsSkipped, setLineNumber, setTag, toString
-
-
-
-
Constructor Detail
-
ParamModel
public ParamModel()
-
-
Method Detail
-
makeNewInstance
protected ParamModel makeNewInstance()
- Overrides:
makeNewInstancein classNamedModel
-
mirror
protected void mirror(Model that)
- Overrides:
mirrorin classNamedModel
-
hashCode
public int hashCode()
- Overrides:
hashCodein classNamedModel
-
equals
public boolean equals(Object obj)
- Overrides:
equalsin classNamedModel
-
-