public class LocalFileName extends AbstractFileName
ROOT_PATH, SEPARATOR, SEPARATOR_CHAR| Modifier | Constructor and Description |
|---|---|
protected |
LocalFileName(java.lang.String scheme,
java.lang.String rootFile,
java.lang.String path,
FileType type) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
appendRootUri(java.lang.StringBuffer buffer,
boolean addPassword)
Builds the root URI for this file name.
|
FileName |
createName(java.lang.String path,
FileType type)
Factory method for creating name instances.
|
java.lang.String |
getRootFile()
Returns the root file for this file.
|
checkName, compareTo, createURI, equals, getBaseName, getDepth, getExtension, getFriendlyURI, getParent, getPath, getPathDecoded, getRelativeName, getRoot, getRootURI, getScheme, getType, getURI, getUriTrailer, hashCode, isAncestor, isDescendent, isDescendent, toStringprotected LocalFileName(java.lang.String scheme,
java.lang.String rootFile,
java.lang.String path,
FileType type)
public java.lang.String getRootFile()
public FileName createName(java.lang.String path, FileType type)
createName in class AbstractFileNameprotected void appendRootUri(java.lang.StringBuffer buffer,
boolean addPassword)
appendRootUri in class AbstractFileName