org.apache.commons.net.ftp.parser

Class OS400FTPEntryParser


public class OS400FTPEntryParser
extends ConfigurableFTPFileEntryParserImpl

Constructor Summary

OS400FTPEntryParser()
The default constructor for a OS400FTPEntryParser object.
OS400FTPEntryParser(FTPClientConfig config)
This constructor allows the creation of an OS400FTPEntryParser object with something other than the default configuration.

Method Summary

protected @Override
FTPClientConfig getDefaultConfiguration()
Defines a default configuration to be used when this class is instantiated without a FTPClientConfig parameter being specified.
FTPFile
parseFTPEntry(String entry)

Constructor Details

OS400FTPEntryParser

public OS400FTPEntryParser()
The default constructor for a OS400FTPEntryParser object.

OS400FTPEntryParser

public OS400FTPEntryParser(FTPClientConfig config)
This constructor allows the creation of an OS400FTPEntryParser object with something other than the default configuration.
Parameters:
config - The configuration object used to configure this parser.
Since:
1.4

Method Details

FTPClientConfig getDefaultConfiguration

protected @Override FTPClientConfig getDefaultConfiguration()
Defines a default configuration to be used when this class is instantiated without a FTPClientConfig parameter being specified.
Returns:
the default configuration for this parser.

parseFTPEntry

public FTPFile parseFTPEntry(String entry)