Example usage for org.apache.commons.vfs2.impl StandardFileSystemManager subclass-usage

List of usage examples for org.apache.commons.vfs2.impl StandardFileSystemManager subclass-usage

Introduction

In this page you can find the example usage for org.apache.commons.vfs2.impl StandardFileSystemManager subclass-usage.

Usage

From source file org.pentaho.di.core.vfs.ConcurrentFileSystemManager.java

/**
 * This class is aimed to be a thread-safe version of
 * {@link org.apache.commons.vfs2.impl.StandardFileSystemManager StandardFileSystemManager}.
 * It locks methods that accessing or mutating the providers Map in
 * {@link org.apache.commons.vfs2.impl.DefaultFileSystemManager DefaultFileSystemManager}.
 */