Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.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.OS400FTPEntryParser
public class OS400FTPEntryParser
Field Summary |
Fields inherited from class org.apache.commons.net.ftp.parser.RegexFTPFileEntryParserImpl | |
_matcher_ |
Constructor Summary | |
| |
|
Method Summary | |
protected FTPClientConfig |
|
FTPFile |
|
Methods inherited from class org.apache.commons.net.ftp.parser.ConfigurableFTPFileEntryParserImpl | |
configure , getDefaultConfiguration , parseTimestamp |
Methods inherited from class org.apache.commons.net.ftp.parser.RegexFTPFileEntryParserImpl | |
getGroupCnt , getGroupsAsString , group , matches |
Methods inherited from class org.apache.commons.net.ftp.FTPFileEntryParserImpl | |
parseFileList , parseFileList , preParse , readNextEntry |
public OS400FTPEntryParser()
The default constructor for a OS400FTPEntryParser object.
public OS400FTPEntryParser(FTPClientConfig config)
This constructor allows the creation of an OS400FTPEntryParser object with something other than the default configuration.
- Parameters:
config
- Theconfiguration
object used to configure this parser.
- Since:
- 1.4
protected FTPClientConfig getDefaultConfiguration()
Defines a default configuration to be used when this class is instantiated without aFTPClientConfig
parameter being specified.
- Overrides:
- getDefaultConfiguration in interface ConfigurableFTPFileEntryParserImpl
- Returns:
- the default configuration for this parser.
public FTPFile parseFTPEntry(String entry)
- Specified by:
- parseFTPEntry in interface FTPFileEntryParser