Example usage for org.apache.commons.vfs VFSProviderExtension interface-usage

List of usage examples for org.apache.commons.vfs VFSProviderExtension interface-usage

Introduction

In this page you can find the example usage for org.apache.commons.vfs VFSProviderExtension interface-usage.

Usage

From source file org.kalypso.simulation.grid.GsiFtpProviderExtension.java

/**
 * @author kurzbach
 */
public class GsiFtpProviderExtension implements VFSProviderExtension {

    private final GsiFtpFileProvider GSI_FTP_FILE_PROVIDER = new GsiFtpFileProvider();