ch.qos.logback.core.rolling.helper
Class TimeBasedCleaner

java.lang.Object
  extended by ch.qos.logback.core.rolling.helper.TimeBasedCleaner

public class TimeBasedCleaner
extends Object


Constructor Summary
TimeBasedCleaner(FileNamePattern fileNamePattern, RollingCalendar rc, int numberOfPeriods)
           
 
Method Summary
 void clean(Date now)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TimeBasedCleaner

public TimeBasedCleaner(FileNamePattern fileNamePattern,
                        RollingCalendar rc,
                        int numberOfPeriods)
Method Detail

clean

public void clean(Date now)


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