You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by sc...@btopenworld.com on 2002/11/20 12:59:06 UTC

[io] Re: [?][SUBMIT] FileSystem.java

[vfs] and [io] are the two main projects for file handling. 

[io] is one that we would like to have work done on (eg. tidying and testing) to get it released.

Stephen

>  from:    Jeff Varszegi <jv...@yahoo.com>
> I had this class lying around and thought I'd post it.  I just took a look at the FileUtils class
> (didn't check out the one in Excaliber yet), but I think that there're lots of difference between
> this class and FileUtils.  
> 
> 'FileSystem' is a simple standalone class for dealing with a regular ol' file system.  You can set
> a root directory and perform operations on files using relative paths if you wish.  I've found it
> pretty useful in the past.  It supports some things like OS-agnostic file copying and searching,
> simple wildcard file/directory searches, etc.  If you have time, please look it over and see if
> some of it sparks a thought or might be useful.  I keep it around in my ragtag private util
> package.
> 
> Is work being done on VFS right now?  Can I help?  It seems like something I could really sink my
> teeth into.  Are there plans to do nice stuff like support agglomerated file systems, so that we
> can support federated namespaces?  Has VFS already been superseded by something else?  I did poke
> around a lot to find this out, but I am still not sure.
> 
> Jeff
> 
> P.S. I was wondering why a putFile(FileObject file) appears in the AbstractFileSystem class, but
> not in the interface FileSystem.  I noticed some other stuff too.
> 
> __________________________________________________
> Do you Yahoo!?
> Yahoo! Web Hosting - Let the expert host your site
> http://webhosting.yahoo.com

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: [io] Re: [?][SUBMIT] FileSystem.java

Posted by Henri Yandell <ba...@generationjava.com>.

On Wed, 20 Nov 2002 scolebourne@btopenworld.com wrote:

> [vfs] and [io] are the two main projects for file handling.
>
> [io] is one that we would like to have work done on (eg. tidying and
> testing) to get it released.

Check STATUS.html for where I am in the io testing/tidying.
Currently I'm working at slowly getting the unit-tests in for the
file-filters. Any energy/time people have to spare, would be great.

[The compress subpackage needs to leave io, I suspect it'll be passed
around a bit, but io's the wrong place. My fault for suggesting it go
there I think]

Hen


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>