Example usage for org.apache.commons.vfs2 FileSystemManager interface-usage

List of usage examples for org.apache.commons.vfs2 FileSystemManager interface-usage

Introduction

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

Usage

From source file org.kalypso.commons.vfs.FileSystemManagerWrapper.java

/**
 * @author Dirk Kuch
 */
public class FileSystemManagerWrapper implements FileSystemManager {
    private final FileSystemManager m_manager;