List of usage examples for org.apache.commons.vfs.provider.url UrlFileName subclass-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,