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 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 String scheme
hostName
public String hostName
userName
public String userName
password
public String password
port
public int port
HostFileNameParser.Authority
protected HostFileNameParser.Authority()
Copyright © 2002-2006 The Apache Software Foundation. All Rights Reserved.