mirror of
https://github.com/AppleCommander/AppleCommander.git
synced 2025-08-05 09:26:05 +00:00
Removed getFiles as that will be covered by DirectoryEntry, if it is
implemented.
This commit is contained in:
@@ -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.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user