org.bootchart.common
クラス Common.LogFileFilter

java.lang.Object
  上位を拡張 org.bootchart.common.Common.LogFileFilter
すべての実装されたインタフェース:
FilenameFilter
含まれているクラス:
Common

public static class Common.LogFileFilter
extends Object
implements FilenameFilter

File name filter for bootchart log files.


コンストラクタの概要
Common.LogFileFilter()
           
 
メソッドの概要
 boolean accept(File dir, String name)
           
 
クラス 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)
定義:
インタフェース FilenameFilter 内の accept