> From: Alexey N. Solofnenko [mailto:[EMAIL PROTECTED]
> 
> I think it should return a List of file descriptors:
> 
> interface FileDescriptor {
>   InputStream open();
>   String           getName();
> }
> 
> In that case it will also support file lists, files from a zip, or
> <zipfileset>, and it will be possible to put a mapper inside a
fileset.

FileDescriptor is already used in the JDK, so better avoid it.

What you describe is in fact pretty close to a simplified URL...

--DD

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to