|
edtFTPj | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.enterprisedt.net.ftp.FTPFileFactory
public class FTPFileFactory
Factory for creating FTPFile objects
Field Summary | |
---|---|
static String |
cvsId
Revision control id |
Constructor Summary | |
---|---|
FTPFileFactory(FTPFileParser parser)
Constructor. |
|
FTPFileFactory(String system)
Constructor |
Method Summary | |
---|---|
String |
getSystem()
Get the SYST string |
VMSFileParser |
getVMSParser()
Return a reference to the VMS parser being used. |
FTPFile[] |
parse(String[] files)
Parse an array of raw file information returned from the FTP server |
void |
setLocale(Locale locale)
Set the locale for date parsing of listings |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String cvsId
Constructor Detail |
---|
public FTPFileFactory(String system) throws FTPException
system
- SYST string
FTPException
public FTPFileFactory(FTPFileParser parser)
parser
- the parser to useMethod Detail |
---|
public VMSFileParser getVMSParser()
public void setLocale(Locale locale)
locale
- locale to setpublic FTPFile[] parse(String[] files) throws ParseException
files
- array of strings
ParseException
public String getSystem()
|
edtFTPj | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |