Re: [net] Submission of Configurable Timestamp parsing for FTP Listings

2005-01-03 Thread Steve Cohen
Hi, Mario, Happy New Year! I certainly did think about your suggestions. And I am not the least surprised that you immediately want to implement a composite. You do seem to be in love with the Composite pattern! :-) But here is where I drew the line. I think we are talking about entirely differe

Re: [net] Submission of Configurable Timestamp parsing for FTP Listings

2005-01-02 Thread Mario Ivankovits
Hi Steve! Lot of work! But there is one thing is miss. After a first look at your checkins it seems it is not possible to replace the FTPTimestampParserImpl by a custom implementation. It would be nice to have this to build a CompositeFTPTimestampParser which is able to hold multiple FTPTimestam

[net] Submission of Configurable Timestamp parsing for FTP Listings

2005-01-01 Thread Steve Cohen
I have just checked in a significant and hopefully useful implementation of configurable timestamp parsing for reading lists from FTP servers. More documentation should be forthcoming. For now, my submissions include reasonably complete javadocs. The basic implementation is as follows: Users w