Example usage for org.apache.commons.vfs2.provider FileProvider interface-usage

List of usage examples for org.apache.commons.vfs2.provider FileProvider interface-usage

Introduction

In this page you can find the example usage for org.apache.commons.vfs2.provider FileProvider interface-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.pentaho.platform.pdi.vfs.MetadataToMondrianVfs.java

/**
 * this VFS provider converts a metadata model on the fly to a mondrian file, so we don't need to store tmp mondrian
 * files
 *
 * @author Will Gorman (wgorman@pentaho.com)
 */

From source file org.pentaho.hadoop.shim.api.MockFileProvider.java

public class MockFileProvider implements FileProvider {

    @Override
    public FileObject createFileSystem(String arg0, FileObject arg1, FileSystemOptions arg2)
            throws FileSystemException {
        // TODO Auto-generated method stub

From source file com.github.songsheng.vfs2.provider.nfs.NfsFileProvider.java

/**
 * A provider for Nfs (Samba, Windows share) file systems.
 */
public class NfsFileProvider extends AbstractOriginatingFileProvider implements FileProvider {
    /** Authentication data supported by this provider. */
    public static final UserAuthenticationData.Type[] AUTHENTICATOR_TYPES = new UserAuthenticationData.Type[] {

From source file org.pentaho.hadoop.shim.ActiveHadoopShimFileProvider.java

/**
 * Proxies the active {@link HadoopConfiguration}'s {@link FileProvider}. This is used to be able to swap out the Hadoop
 * configuration at runtime while registering multiple file providers under the same scheme.
 */
public class ActiveHadoopShimFileProvider implements FileProvider {

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

/**
 * A file system provider for RAR files. Provides read-only file systems.
 * 
 * @author <a href="http://www.rogiel.com">Rogiel</a>
 */
public class RARFileProvider extends AbstractLayeredFileProvider implements FileProvider {

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

/**
 * A file system provider for RAR files. Provides read-only file systems.
 * 
 * @author <a href="http://www.rogiel.com">Rogiel</a>
 */
public class RARFileProvider extends AbstractLayeredFileProvider implements FileProvider {

From source file org.pentaho.repositoryvfs.vfs.RepositoryVfsProvider.java

/**
 * VFS for repository access.
 * 
 * @author Alexander Buloichik
 */
public class RepositoryVfsProvider implements FileProvider {

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

/**
 * A file system provider for Tar files.  Provides read-only file systems.
 */
public class CpioFileProvider extends AbstractLayeredFileProvider implements FileProvider {
    /** The provider's capabilities */
    protected static final Collection<Capability> capabilities = Collections.unmodifiableCollection(