Class HostFileNameParser

java.lang.Object
org.apache.commons.vfs2.provider.AbstractFileNameParser
org.apache.commons.vfs2.provider.HostFileNameParser
All Implemented Interfaces:
FileNameParser
Direct Known Subclasses:
FtpFileNameParser, GenericURLFileNameParser, URLFileNameParser

Implementation for any URL based file system.

Parses the URL into user/password/host/port/path. Does not handle a query string (after ?).

See Also: