Class PropertyNoCaseStartsWithCondition

java.lang.Object
ch.qos.logback.core.spi.ContextAwareBase
ch.qos.logback.core.boolex.PropertyConditionBase
VASSAL.tools.logging.PropertyNoCaseStartsWithCondition
All Implemented Interfaces:
ch.qos.logback.core.boolex.PropertyCondition, ch.qos.logback.core.joran.conditional.Condition, ch.qos.logback.core.spi.ContextAware, ch.qos.logback.core.spi.LifeCycle

public class PropertyNoCaseStartsWithCondition extends ch.qos.logback.core.boolex.PropertyConditionBase
  • Field Summary

    Fields inherited from class ch.qos.logback.core.spi.ContextAwareBase

    context
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    void
     
    void
     
    void
     

    Methods inherited from class ch.qos.logback.core.boolex.PropertyConditionBase

    getLocalPropertyContainer, isDefined, isNull, isStarted, p, property, propertyContains, propertyEquals, setLocalPropertyContainer, stop

    Methods inherited from class ch.qos.logback.core.spi.ContextAwareBase

    addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, getDeclaredOrigin, getStatusManager, setContext

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • PropertyNoCaseStartsWithCondition

      public PropertyNoCaseStartsWithCondition()
  • Method Details

    • start

      public void start()
      Specified by:
      start in interface ch.qos.logback.core.spi.LifeCycle
      Overrides:
      start in class ch.qos.logback.core.boolex.PropertyConditionBase
    • setKey

      public void setKey(String key)
    • setValue

      public void setValue(String value)
    • evaluate

      public boolean evaluate()