org.apache.commons.vfs.provider
Class HostFileNameParser.Authority
java.lang.Object
org.apache.commons.vfs.provider.HostFileNameParser.Authority
- Enclosing class:
- HostFileNameParser
protected static class HostFileNameParser.Authority
- extends java.lang.Object
Parsed authority info (scheme, hostname, userinfo, port)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
scheme
public java.lang.String scheme
hostName
public java.lang.String hostName
userName
public java.lang.String userName
password
public java.lang.String password
port
public int port
HostFileNameParser.Authority
protected HostFileNameParser.Authority()