ch.qos.logback.access.net
Class URLEvaluator

java.lang.Object
  extended by ch.qos.logback.core.spi.ContextAwareBase
      extended by ch.qos.logback.access.net.URLEvaluator
All Implemented Interfaces:
EventEvaluator, ContextAware, LifeCycle

public class URLEvaluator
extends ContextAwareBase
implements EventEvaluator, LifeCycle


Field Summary
 
Fields inherited from class ch.qos.logback.core.spi.ContextAwareBase
context
 
Constructor Summary
URLEvaluator()
           
 
Method Summary
 void addURL(String url)
           
 boolean evaluate(Object eventObject)
           
 String getName()
           
 boolean isStarted()
           
 void setName(String name)
           
 void start()
           
 void 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 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface ch.qos.logback.core.spi.ContextAware
addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, setContext
 

Constructor Detail

URLEvaluator

public URLEvaluator()
Method Detail

addURL

public void addURL(String url)

start

public void start()
Specified by:
start in interface LifeCycle

evaluate

public boolean evaluate(Object eventObject)
                 throws NullPointerException,
                        EvaluationException
Specified by:
evaluate in interface EventEvaluator
Throws:
NullPointerException
EvaluationException

getName

public String getName()
Specified by:
getName in interface EventEvaluator

setName

public void setName(String name)
Specified by:
setName in interface EventEvaluator

isStarted

public boolean isStarted()
Specified by:
isStarted in interface LifeCycle

stop

public void stop()
Specified by:
stop in interface LifeCycle


Copyright © 2005-2013 QOS.ch. All Rights Reserved.