org.bootchart.common
Class Common.LogFileFilter
java.lang.Object
org.bootchart.common.Common.LogFileFilter
- All Implemented Interfaces:
- FilenameFilter
- Enclosing class:
- Common
public static class Common.LogFileFilter
- extends Object
- implements FilenameFilter
File name filter for bootchart log files.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Common.LogFileFilter
public Common.LogFileFilter()
accept
public boolean accept(File dir,
String name)
- Specified by:
accept
in interface FilenameFilter