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
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()protected IfModelprotected voidvoidvoidsetBranchState(boolean booleanProxy) voidvoidsetCondition(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:
makeNewInstancein classModel
-
mirror
-
getCondition
-
setCondition
-
getBranchState
-
setBranchState
-
setBranchState
public void setBranchState(boolean booleanProxy) -
resetBranchState
public void resetBranchState() -
toString
-
hashCode
public int hashCode() -
equals
-