mirror of
https://github.com/AppleCommander/AppleCommander.git
synced 2025-03-12 11:33:08 +00:00
Removed getFiles as that will be covered by DirectoryEntry, if it is
implemented.
This commit is contained in:
parent
e30264593c
commit
7d61186520
@ -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.
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user