Example usage for org.apache.commons.net.ftp.parser FTPFileEntryParserFactory interface-usage

List of usage examples for org.apache.commons.net.ftp.parser FTPFileEntryParserFactory interface-usage

Introduction

In this page you can find the example usage for org.apache.commons.net.ftp.parser FTPFileEntryParserFactory interface-usage.

Usage

From source file ch.cyberduck.core.ftp.FTPParserFactory.java

public class FTPParserFactory implements FTPFileEntryParserFactory {

    public CompositeFileEntryParser createFileEntryParser(final FTPClientConfig config)
            throws ParserInitializationException {
        return this.createFileEntryParser(config.getServerSystemKey(),
                TimeZone.getTimeZone(config.getServerTimeZoneId()));