Example usage for org.apache.commons.vfs.provider.url UrlFileName subclass-usage

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

Introduction

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

Usage

From source file org.pentaho.s3.vfs.S3FileName.java

public class S3FileName extends UrlFileName {

    private static final char[] USERNAME_RESERVED = { ':', '@', '/' };
    private static final char[] PASSWORD_RESERVED = { '@', '/', '?', '+' };

    public S3FileName(final String scheme, final String hostName, final int port, final int defaultPort,