org.apache.commons.vfs.provider.url
Class UrlFileName
java.lang.Object
org.apache.commons.vfs.provider.AbstractFileName
org.apache.commons.vfs.provider.GenericFileName
org.apache.commons.vfs.provider.URLFileName
org.apache.commons.vfs.provider.url.UrlFileName
- All Implemented Interfaces:
- Comparable, FileName
- public class UrlFileName
- extends URLFileName
Created by IntelliJ IDEA.
User: im
Date: 28.06.2005
Time: 16:00:19
To change this template use File | Settings | File Templates.
Methods inherited from class org.apache.commons.vfs.provider.AbstractFileName |
checkName, compareTo, equals, getBaseName, getDepth, getExtension, getParent, getPath, getPathDecoded, getRelativeName, getRoot, getRootURI, getScheme, getURI, hashCode, isAncestor, isDescendent, isDescendent, toString |
UrlFileName
public UrlFileName(String scheme,
String hostName,
int port,
int defaultPort,
String userName,
String password,
String path,
String queryString)
appendRootUri
protected void appendRootUri(StringBuffer buffer)
- Description copied from class:
GenericFileName
- Builds the root URI for this file name.
- Overrides:
appendRootUri
in class GenericFileName
Copyright © 2002-2005 The Apache Software Foundation. All Rights Reserved.