Uses of Interface
ch.qos.logback.core.rolling.helper.ArchiveRemover

Packages that use ArchiveRemover
ch.qos.logback.core.rolling Implements various file rolling policies. 
ch.qos.logback.core.rolling.helper Internal helper classes used by ch.qos.logback.core.rolling package. 
 

Uses of ArchiveRemover in ch.qos.logback.core.rolling
 

Fields in ch.qos.logback.core.rolling declared as ArchiveRemover
protected  ArchiveRemover TimeBasedFileNamingAndTriggeringPolicyBase.archiveRemover
           
 

Methods in ch.qos.logback.core.rolling that return ArchiveRemover
 ArchiveRemover TimeBasedFileNamingAndTriggeringPolicyBase.getArchiveRemover()
           
 ArchiveRemover TimeBasedFileNamingAndTriggeringPolicy.getArchiveRemover()
          Return the archive remover appropriate for this instance.
 

Uses of ArchiveRemover in ch.qos.logback.core.rolling.helper
 

Classes in ch.qos.logback.core.rolling.helper that implement ArchiveRemover
 class DefaultArchiveRemover
           
 class SizeAndTimeBasedArchiveRemover
           
 class TimeBasedArchiveRemover
           
 



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