Allen Gilliland wrote: > > > Elias Torres wrote: >> >> 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. > > Sorry, did you put that comment in the wrong place? Are you saying "I > do" because you have an objection? Or are you saying "I do" because you > have a use for a getChildren() method?
I put it in the wrong place. No objections. It was more I do have a use case for getChildren() in the very near future. -Elias > > -- Allen > > >> >> -Elias >> >>>>> -- Allen >>>>> >>>>> >
