Uses of Class
org.apache.commons.vfs2.provider.HostFileNameParser.Authority
-
Packages that use HostFileNameParser.Authority Package Description org.apache.commons.vfs2.provider The File Provider API, and utility classes. -
-
Uses of HostFileNameParser.Authority in org.apache.commons.vfs2.provider
Methods in org.apache.commons.vfs2.provider that return HostFileNameParser.Authority Modifier and Type Method Description protected HostFileNameParser.Authority
HostFileNameParser. extractToPath(java.lang.String uri, java.lang.StringBuilder name)
Extracts the scheme, userinfo, hostname and port components of a generic URI.
-