|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.commons.net.ftp.FTPFileEntryParserImpl
org.apache.commons.net.ftp.parser.RegexFTPFileEntryParserImpl
org.apache.commons.net.ftp.parser.ConfigurableFTPFileEntryParserImpl
org.apache.commons.net.ftp.parser.MVSFTPEntryParser
public class MVSFTPEntryParser
Implementation of FTPFileEntryParser and FTPFileListParser for IBM zOS/MVS Systems.
FTPFileEntryParser (for
usage instructions)
Field Summary |
---|
Fields inherited from class org.apache.commons.net.ftp.parser.RegexFTPFileEntryParserImpl |
---|
_matcher_ |
Constructor Summary | |
---|---|
MVSFTPEntryParser()
The sole constructor for a MVSFTPEntryParser object. |
Method Summary | |
---|---|
protected FTPClientConfig |
getDefaultConfiguration()
Each concrete subclass must define this member to create a default configuration to be used when that subclass is instantiated without a FTPClientConfig
parameter being specified. |
FTPFile |
parseFTPEntry(java.lang.String entry)
Parses a line of an z/OS - MVS FTP server file listing and converts it into a usable format in the form of an FTPFile instance. |
java.util.List<java.lang.String> |
preParse(java.util.List<java.lang.String> orig)
preParse is called as part of the interface. |
Methods inherited from class org.apache.commons.net.ftp.parser.ConfigurableFTPFileEntryParserImpl |
---|
configure, parseTimestamp |
Methods inherited from class org.apache.commons.net.ftp.parser.RegexFTPFileEntryParserImpl |
---|
getGroupCnt, getGroupsAsString, group, matches, setRegex |
Methods inherited from class org.apache.commons.net.ftp.FTPFileEntryParserImpl |
---|
readNextEntry |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MVSFTPEntryParser()
Method Detail |
---|
public FTPFile parseFTPEntry(java.lang.String entry)
FTPFile
instance.
If the file listing line doesn't describe a file, then
null
is returned. Otherwise a FTPFile
instance representing the file is returned.
entry
- A line of text from the file listing
public java.util.List<java.lang.String> preParse(java.util.List<java.lang.String> orig)
preParse
in interface FTPFileEntryParser
preParse
in class FTPFileEntryParserImpl
orig
- Original list after it has been created from the server stream
original
unmodified.protected FTPClientConfig getDefaultConfiguration()
ConfigurableFTPFileEntryParserImpl
FTPClientConfig
parameter being specified.
getDefaultConfiguration
in class ConfigurableFTPFileEntryParserImpl
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |