java.lang.Object
ch.qos.logback.core.model.Model
ch.qos.logback.core.model.conditional.IfModel
- All Implemented Interfaces:
Serializable
- See Also:
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
int
hashCode()
protected IfModel
protected void
void
void
setBranchState
(boolean booleanProxy) void
void
setCondition
(String condition) toString()
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
-
Constructor Details
-
IfModel
public IfModel()
-
-
Method Details
-
makeNewInstance
- Overrides:
makeNewInstance
in classModel
-
mirror
-
getCondition
-
setCondition
-
getBranchState
-
setBranchState
-
setBranchState
-
resetBranchState
-
toString
-
hashCode
-
equals
-