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

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

Introduction

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

Usage

From source file com.newatlanta.appengine.vfs.provider.GaeFileNameParser.java

/**
 * Parses GAE URIs and creates {@link GaeFileName} instances. This is an
 * internal GaeVFS implementation class that is
 * normally not referenced directly, but only indirectly via the
 * <a href="http://commons.apache.org/vfs/apidocs/index.html" target="_blank">Apache
 * Commons VFS API</a>. See {@link GaeVFS} as the entry point for application

From source file com.thinkberg.vfs.s3.S3FileNameParser.java

/**
 * @author Matthias L. Jugel
 */
public class S3FileNameParser extends AbstractFileNameParser {
    private static final S3FileNameParser instance = new S3FileNameParser();

From source file com.thinkberg.moxo.vfs.s3.S3FileNameParser.java

/**
 * @author Matthias L. Jugel
 */
public class S3FileNameParser extends AbstractFileNameParser {
    private static final S3FileNameParser instance = new S3FileNameParser();

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

/**
 * Implementation of Apache VFS FileNameParser to access the JasperServer repository
 *
 * @author swood
 */
public class RepositoryFileNameParser extends AbstractFileNameParser {