Allen Gilliland wrote: > > > Elias Torres wrote: >> No objections. >> [snip] >> >> If we are defining a resource that is a directory, do we need a way to >> traverse the directory? i.e. getChildren() > > possibly, but we don't have a need for it yet, which is why i left it > out. right now we don't have any operations which actually traverse the > whole tree, so nothing would be using that method. > > -- Allen > > >> >>> public boolean isFile(); >>> public String getURL(boolean absolute); >>> public InputStream getInputStream(); >>> >>> } >>> >>> anyone have any objections to doing this? The only class which produces >>> these objects will be the FileManager by calling it's getFile() or >>> getFiles() methods.
I do :). I would like to show an image browser in the editor UI for choosing images to insert into blog entries. -Elias >>> >>> -- Allen >>> >>> >
