com.enterprisedt.net.ftp
Class WindowsFileParser

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

public class WindowsFileParser
extends FTPFileParser

Represents a remote Windows file parser

Version:
$Revision: 1.3 $
Author:
Bruce Blackshaw

Constructor Summary
WindowsFileParser()
          Default constructor
 
Method Summary
 FTPFile parse(java.lang.String raw)
          Parse server supplied string.
 
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

WindowsFileParser

public WindowsFileParser()
Default constructor

Method Detail

parse

public FTPFile parse(java.lang.String raw)
              throws java.text.ParseException
Parse server supplied string. Should be in form 05-17-03 02:47PM 70776 ftp.jar 08-28-03 10:08PM EDT SSLTest

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.