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

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

Introduction

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

Usage

From source file org.pentaho.hdfs.vfs.MapRFileSystem.java

/**
 * Handles connecting to a MapR FileSystem. To be used with maprfs:// protocol.
 *
 * @author Jordan Ganoff (jganoff@pentaho.com)
 */
public class MapRFileSystem extends HDFSFileSystem implements FileSystem {

From source file org.pentaho.hdfs.vfs.HDFSFileSystem.java

public class HDFSFileSystem extends AbstractFileSystem implements FileSystem {

    private static org.apache.hadoop.fs.FileSystem mockHdfs;
    private org.apache.hadoop.fs.FileSystem hdfs;

    protected HDFSFileSystem(final FileName rootName, final FileSystemOptions fileSystemOptions) {

From source file org.sonatype.gshell.vfs.provider.truezip.TruezipFileSystem.java

/**
 * <h href="https://truezip.dev.java.net">TrueZIP</a> file system.
 *
 * @author <a href="mailto:jason@planet57.com">Jason Dillon</a>
 * @since 2.0
 */

From source file org.josso.tooling.gshell.install.provider.maven2.MavenFileSystem.java

public class MavenFileSystem extends AbstractFileSystem implements FileSystem {

    protected MavenFileSystem(FileName rootName, FileSystemOptions fileSystemOptions) {
        super(rootName, null, fileSystemOptions);
    }

From source file com.jaspersoft.jasperserver.api.metadata.common.util.RepositoryFileSystem.java

/**
 * Implementation of Apache VFS FileSystem to access the JasperServer repository.
 * This implementation expects "internal" URIs that do not have to be transformed
 * for multi-tenancy.
 *
 * @author swood

From source file org.pentaho.s3.vfs.S3FileSystem.java

public class S3FileSystem extends AbstractFileSystem implements FileSystem {

    private S3Service service;

    protected S3FileSystem(final FileName rootName, final FileSystemOptions fileSystemOptions) {
        super(rootName, null, fileSystemOptions);