From 7d6118652031a2f5fd3f44864576ec139e12dd6c Mon Sep 17 00:00:00 2001 From: Robert Greene Date: Thu, 6 Mar 2003 03:53:07 +0000 Subject: [PATCH] Removed getFiles as that will be covered by DirectoryEntry, if it is implemented. --- src/com/webcodepro/applecommander/storage/FileEntry.java | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/com/webcodepro/applecommander/storage/FileEntry.java b/src/com/webcodepro/applecommander/storage/FileEntry.java index 8a479b4..174ba58 100644 --- a/src/com/webcodepro/applecommander/storage/FileEntry.java +++ b/src/com/webcodepro/applecommander/storage/FileEntry.java @@ -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. */