public class SmpFileNameParser
extends org.apache.commons.vfs2.provider.HostFileNameParser
Modifier and Type | Class and Description |
---|---|
protected static class |
SmpFileNameParser.Authority
Parsed authority info (scheme, hostname, userinfo, port)
|
Constructor and Description |
---|
SmpFileNameParser() |
Modifier and Type | Method and Description |
---|---|
protected SmpFileNameParser.Authority |
extractToPath(String uri,
StringBuilder name) |
static org.apache.commons.vfs2.provider.FileNameParser |
getInstance() |
org.apache.commons.vfs2.FileName |
parseUri(org.apache.commons.vfs2.provider.VfsComponentContext context,
org.apache.commons.vfs2.FileName base,
String filename) |
extractHostName, extractPort, extractUserInfo, getDefaultPort
public org.apache.commons.vfs2.FileName parseUri(org.apache.commons.vfs2.provider.VfsComponentContext context, org.apache.commons.vfs2.FileName base, String filename) throws org.apache.commons.vfs2.FileSystemException
parseUri
in interface org.apache.commons.vfs2.provider.FileNameParser
parseUri
in class org.apache.commons.vfs2.provider.HostFileNameParser
org.apache.commons.vfs2.FileSystemException
protected SmpFileNameParser.Authority extractToPath(String uri, StringBuilder name) throws org.apache.commons.vfs2.FileSystemException
extractToPath
in class org.apache.commons.vfs2.provider.HostFileNameParser
org.apache.commons.vfs2.FileSystemException
public static org.apache.commons.vfs2.provider.FileNameParser getInstance()
Copyright © 2016. All Rights Reserved.