Example usage for org.apache.commons.vfs.provider.local LocalFileName subclass-usage

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

Introduction

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

Usage

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

/**
 * @author Matthias L. Jugel
 */
public class S3FileName extends LocalFileName {
    protected S3FileName(final String scheme, final String rootFile, final String path, final FileType type) {
        super(scheme, rootFile, path, type);

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

/**
 * @author Matthias L. Jugel
 */
public class S3FileName extends LocalFileName {
    @SuppressWarnings({ "WeakerAccess" })
    protected S3FileName(final String scheme, final String rootFile, final String path, final FileType type) {