|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectts.util.file.DirectoryEmptyFilter
public class DirectoryEmptyFilter
空のディレクトリであることを条件とするファイル・フィルタ・クラス。
コンストラクタの概要 | |
---|---|
DirectoryEmptyFilter()
デフォルトコンストラクタ。 |
メソッドの概要 | |
---|---|
boolean |
accept(java.io.File file)
指定されたファイルが空のディレクトリであるかどうかを判定する。 |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public DirectoryEmptyFilter()
メソッドの詳細 |
---|
public boolean accept(java.io.File file)
java.io.FileFilter
内の accept
file
- 判定対象のファイル。
java.lang.AssertionError
- 引数がヌルの場合(デバッグ・モードのみ)。
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |