Example usage for org.apache.commons.vfs.provider GenericFileName subclass-usage

List of usage examples for org.apache.commons.vfs.provider GenericFileName subclass-usage

Introduction

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

Usage

From source file org.jclouds.vfs.provider.blobstore.BlobStoreFileName.java

/**
 * 
 * @author Adrian Cole
 */
public class BlobStoreFileName extends GenericFileName {

From source file org.objectweb.proactive.extensions.vfsprovider.client.ProActiveFileName.java

/**
 * Representation of VFS file name for ProActive file access protocol, served by
 * {@link FileSystemServer}.
 * <p>
 * File name representation is a bit unusual for that protocol, although it bases on URL, with
 * particular scheme and specific path part interpretation.<br>