Example usage for org.apache.commons.vfs.impl DefaultFileSystemManager subclass-usage

List of usage examples for org.apache.commons.vfs.impl DefaultFileSystemManager subclass-usage

Introduction

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

Usage

From source file org.sonatype.gshell.vfs.builder.ConfigurableFileSystemManager.java

/**
 * Configurable {@link FileSystemManager}.
 *
 * @author <a href="mailto:jason@planet57.com">Jason Dillon</a>
 * @since 2.3
 */

From source file org.objectweb.proactive.extensions.dataspaces.vfs.DefaultOptionsFileSystemManager.java

/**
 * Extension of DefaultFileSystemManager, providing default FileSystemOptions capability.
 * <p>
 * If some file is resolved without FileSystemOptions explicitly given and there is no baseFile
 * configured on manager that could be used as source of this options, resolve uses provided default
 * options for this manager.