ch.qos.logback.core.property
Class FileExistsPropertyDefiner

java.lang.Object
  extended by ch.qos.logback.core.spi.ContextAwareBase
      extended by ch.qos.logback.core.PropertyDefinerBase
          extended by ch.qos.logback.core.property.FileExistsPropertyDefiner
All Implemented Interfaces:
ContextAware, PropertyDefiner

public class FileExistsPropertyDefiner
extends PropertyDefinerBase

Author:
Ceki Gücü

Field Summary
 
Fields inherited from class ch.qos.logback.core.spi.ContextAwareBase
context
 
Constructor Summary
FileExistsPropertyDefiner()
           
 
Method Summary
 String getPath()
           
 String getPropertyValue()
          Get the property value, defined by this property definer
 void setPath(String path)
           
 
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

FileExistsPropertyDefiner

public FileExistsPropertyDefiner()
Method Detail

getPath

public String getPath()

setPath

public void setPath(String path)

getPropertyValue

public String getPropertyValue()
Description copied from interface: PropertyDefiner
Get the property value, defined by this property definer

Returns:
defined property value


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