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
Created by IntelliJ IDEA.
User: im
Date: 28.06.2005
Time: 16:00:19
To change this template use File | Settings | File Templates.
-
Field Summary
Fields inherited from interface FileName
ROOT_PATH, SEPARATOR, SEPARATOR_CHAR -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidappendRootUri(StringBuffer buffer, boolean addPassword) Builds the root URI for this file name.Methods inherited from class URLFileName
createName, createURI, getPathQuery, getPathQueryEncoded, getQueryString, getURIEncodedMethods inherited from class GenericFileName
appendCredentials, getDefaultPort, getHostName, getPassword, getPort, getUserNameMethods inherited from class AbstractFileName
checkName, compareTo, equals, getBaseName, getDepth, getExtension, getFriendlyURI, getParent, getPath, getPathDecoded, getRelativeName, getRoot, getRootURI, getScheme, getType, getURI, getUriTrailer, hashCode, isAncestor, isDescendent, isDescendent, toString
-
Constructor Details
-
UrlFileName
-
-
Method Details
-
appendRootUri
Description copied from class:GenericFileNameBuilds the root URI for this file name.- Overrides:
appendRootUriin classGenericFileName
-