java.lang.Comparable
, FileName
public class UrlFileName extends URLFileName
ROOT_PATH, SEPARATOR, SEPARATOR_CHAR
Constructor | 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 | Description |
---|---|---|
protected void |
appendRootUri(java.lang.StringBuffer buffer,
boolean addPassword) |
Builds the root URI for this file name.
|
checkName, compareTo, equals, getBaseName, getDepth, getExtension, getFriendlyURI, getParent, getPath, getPathDecoded, getRelativeName, getRoot, getRootURI, getScheme, getType, getURI, getUriTrailer, hashCode, isAncestor, isDescendent, isDescendent, toString
appendCredentials, getDefaultPort, getHostName, getPassword, getPort, getUserName
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
createName, createURI, getPathQuery, getPathQueryEncoded, getQueryString, getURIEncoded
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