public class UrlFileName extends URLFileName
ROOT_PATH, SEPARATOR, SEPARATOR_CHAR
Constructor and Description |
---|
UrlFileName(java.lang.String scheme,
java.lang.String hostName,
int port,
int defaultPort,
java.lang.String userName,
java.lang.String password,
java.lang.String path,
FileType type,
java.lang.String queryString) |
Modifier and Type | Method and Description |
---|---|
protected void |
appendRootUri(java.lang.StringBuffer buffer,
boolean addPassword)
Builds the root URI for this file name.
|
createName, createURI, getPathQuery, getPathQueryEncoded, getQueryString, getURIEncoded
appendCredentials, getDefaultPort, getHostName, getPassword, getPort, getUserName
checkName, compareTo, equals, getBaseName, getDepth, getExtension, getFriendlyURI, getParent, getPath, getPathDecoded, getRelativeName, getRoot, getRootURI, getScheme, getType, getURI, getUriTrailer, hashCode, isAncestor, isDescendent, isDescendent, toString
public UrlFileName(java.lang.String scheme, java.lang.String hostName, int port, int defaultPort, java.lang.String userName, java.lang.String password, java.lang.String path, FileType type, java.lang.String queryString)
protected void appendRootUri(java.lang.StringBuffer buffer, boolean addPassword)
GenericFileName
appendRootUri
in class GenericFileName