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

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

Introduction

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

Usage

From source file cz.lbenda.rcp.config.TildaFileProvider.java

/** Created by Lukas Benda <lbenda @ lbenda.cz> on 23.10.15.
 * Manager in apache VFS2 for read the files from home directory which start with ~ */
public class TildaFileProvider extends AbstractFileProvider implements FileProvider {

    public TildaFileProvider() {
        super();

From source file cz.lbenda.rcp.config.ConfigurationFileProvider.java

/** Created by Lukas Benda <lbenda @ lbenda.cz> on 23.10.15.
 * Manager in apache VFS2 for read and write configuration */
public class ConfigurationFileProvider extends AbstractFileProvider implements FileProvider, Comparable<Object> {

    private ConfigurationRW configurationRW;

From source file org.renjin.appengine.AppEngineLocalFilesSystemProvider.java

/**
 * Provides read-only access to the application context
 * on the local file system.
 *
 * <p>We have to be careful because trying to read or
 * touch parent folders (e.g. /base) will throw a SecurityException