Removed getFiles as that will be covered by DirectoryEntry, if it is

implemented.
This commit is contained in:
Robert Greene 2003-03-06 03:53:07 +00:00
parent e30264593c
commit 7d61186520
1 changed files with 0 additions and 9 deletions

View File

@ -69,15 +69,6 @@ public interface FileEntry {
*/
public boolean isDirectory();
/**
* Retrieve the list of files in this directory.
* Note that if this is not a directory, the return
* value should be null. If this a directory, the
* return value should always be a list - a directory
* with 0 entries returns an empty list.
*/
public List getFiles();
/**
* Identify if this file has been deleted.
*/