scohen      2004/06/29 19:24:01

  Modified:    net/src/java/org/apache/commons/net/ftp/parser
                        DefaultFTPFileEntryParserFactory.java
  Log:
  update documentation to reflect OS/400 detection.
  
  Revision  Changes    Path
  1.14      +4 -1      
jakarta-commons/net/src/java/org/apache/commons/net/ftp/parser/DefaultFTPFileEntryParserFactory.java
  
  Index: DefaultFTPFileEntryParserFactory.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-commons/net/src/java/org/apache/commons/net/ftp/parser/DefaultFTPFileEntryParserFactory.java,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- DefaultFTPFileEntryParserFactory.java     21 Apr 2004 23:30:33 -0000      1.13
  +++ DefaultFTPFileEntryParserFactory.java     30 Jun 2004 02:24:01 -0000      1.14
  @@ -36,7 +36,9 @@
        * First it attempts to interpret the supplied key as a fully
        * qualified classname of a class implementing the
        * FTPFileEntryParser interface.  If that succeeds, a parser
  -     * object of this class is instantiated and is returned.
  +     * object of this class is instantiated and is returned; 
  +     * otherwise it attempts to interpret the key as an identirier
  +     * commonly used by the FTP SYST command to identify systems.
        * <p/>
        * If <code>key</code> is not recognized as a fully qualified
        * classname known to the system, this method will then attempt
  @@ -57,6 +59,7 @@
        *               <li><code>unix</code></li>
        *               <li><code>windows</code></li>
        *               <li><code>os/2</code></li>
  +     *               <li><code>os/400</code></li>
        *               <li><code>vms</code></li>
        *               </ul>
        * @return the FTPFileEntryParser corresponding to the supplied key.
  
  
  

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

Reply via email to