Class IfModel

java.lang.Object
ch.qos.logback.core.model.Model
ch.qos.logback.core.model.conditional.IfModel
All Implemented Interfaces:
Serializable

public class IfModel extends Model
See Also:
  • Constructor Details

    • IfModel

      public IfModel()
  • Method Details

    • makeNewInstance

      protected IfModel makeNewInstance()
      Overrides:
      makeNewInstance in class Model
    • mirror

      protected void mirror(Model that)
      Overrides:
      mirror in class Model
    • getCondition

      public String getCondition()
    • setCondition

      public void setCondition(String condition)
    • getBranchState

      public IfModel.BranchState getBranchState()
    • setBranchState

      public void setBranchState(IfModel.BranchState state)
    • setBranchState

      public void setBranchState(boolean booleanProxy)
    • resetBranchState

      public void resetBranchState()
    • toString

      public String toString()
      Overrides:
      toString in class Model
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Model
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Model