Not in this release, but it's possible that the interface could be changed from FTPFile[] to List<FTPFile> at some stage. This would affect a lot of existing client code, though. I don't see a huge benefit either, seeing as you can just do an Arrays.asList() in the current code, if desired.

Cheers
R

[EMAIL PROTECTED] wrote:
I would like to gauge support for a release of Commons::Net 2.0. The
major changes are:

Is there any plans to move to java.util.Collection classes?
Specifically, I'd love to see us move away from the FTPFile [] type
things in favor of Collection<FTPFile>.

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





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

Reply via email to