org.apache.commons.vfs.provider
Class HostFileNameParser.Authority

java.lang.Object
  extended byorg.apache.commons.vfs.provider.HostFileNameParser.Authority
Enclosing class:
HostFileNameParser

protected static class HostFileNameParser.Authority
extends Object

Parsed authority info (scheme, hostname, userinfo, port)


Field Summary
 String hostName
           
 String password
           
 int port
           
 String scheme
           
 String userName
           
 
Constructor Summary
protected HostFileNameParser.Authority()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

scheme

public String scheme

hostName

public String hostName

userName

public String userName

password

public String password

port

public int port
Constructor Detail

HostFileNameParser.Authority

protected HostFileNameParser.Authority()


Copyright © 2002-2006 The Apache Software Foundation. All Rights Reserved.