Example usage for org.apache.commons.vfs2.provider AbstractFileSystem subclass-usage

List of usage examples for org.apache.commons.vfs2.provider AbstractFileSystem subclass-usage

Introduction

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

Usage

From source file org.pentaho.reporting.libraries.pensol.vfs.WebSolutionFileSystem.java

public class WebSolutionFileSystem extends AbstractFileSystem {
    private XmlSolutionFileModel solutionFileModel;
    public static final String LAST_REFRESH_TIME_ATTRIBUTE = "lastRefreshTime";
    public static final String MAJOR_VERSION = "version-major";
    public static final String MINOR_VERSION = "version-minor";
    public static final String RELEASE_VERSION = "version-release";

From source file junrar.vfs2.provider.rar.RARFileSystem.java

/**
 * A read-only file system for RAR files.
 * 
 * @author <a href="http://www.rogiel.com">Rogiel</a>
 */
public class RARFileSystem extends AbstractFileSystem implements FileSystem {

From source file com.github.junrar.vfs2.provider.rar.RARFileSystem.java

/**
 * A read-only file system for RAR files.
 * 
 * @author <a href="http://www.rogiel.com">Rogiel</a>
 */
public class RARFileSystem extends AbstractFileSystem implements FileSystem {

From source file org.apache.accumulo.start.classloader.vfs.providers.HdfsFileSystem.java

/**
 * A VFS FileSystem that interacts with HDFS.
 *
 * @since 2.1
 */
public class HdfsFileSystem extends AbstractFileSystem {

From source file fr.cls.atoll.motu.library.misc.vfs.provider.gsiftp.GsiFtpFileSystem.java

/**
 * Represents the files on an SFTP server.
 * 
 * (C) Copyright 2009-2010, by CLS (Collecte Localisation Satellites)
 * 
 * @version $Revision: 1.1 $ - $Date: 2009-03-18 12:18:22 $

From source file org.ysb33r.groovy.vfsplugin.cpio.CpioFileSystem.java

/**
 * A read-only file system for Cpio files.
 */
public class CpioFileSystem extends AbstractFileSystem {
    private static final int DEFAULT_INDEX_SIZE = 100;