com.enterprisedt.net.ftp
Class UnixFileParser

java.lang.Object
  extended bycom.enterprisedt.net.ftp.FTPFileParser
      extended bycom.enterprisedt.net.ftp.UnixFileParser

public class UnixFileParser
extends FTPFileParser

Represents a remote Unix file parser

Version:
$Revision: 1.3 $
Author:
Bruce Blackshaw

Constructor Summary
UnixFileParser()
          Constructor
 
Method Summary
 FTPFile parse(java.lang.String raw)
          Parse server supplied string, e.g.: lrwxrwxrwx 1 wuftpd wuftpd 14 Jul 22 2002 MIRRORS -> README-MIRRORS -rw-r--r-- 1 b173771 users 431 Mar 31 20:04 .htaccess
 
Methods inherited from class com.enterprisedt.net.ftp.FTPFileParser
split
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UnixFileParser

public UnixFileParser()
Constructor

Method Detail

parse

public FTPFile parse(java.lang.String raw)
              throws java.text.ParseException
Parse server supplied string, e.g.: lrwxrwxrwx 1 wuftpd wuftpd 14 Jul 22 2002 MIRRORS -> README-MIRRORS -rw-r--r-- 1 b173771 users 431 Mar 31 20:04 .htaccess

Specified by:
parse in class FTPFileParser
Parameters:
raw - raw string to parse
Throws:
java.text.ParseException


Copyright (c) 2001-2004 Enterprise Distributed Technologies Ltd. All Rights Reserved.