java.lang.Comparable
, FileName
public class LayeredFileName extends AbstractFileName
ROOT_PATH, SEPARATOR, SEPARATOR_CHAR
Constructor | Description |
---|---|
LayeredFileName(java.lang.String scheme,
FileName outerUri,
java.lang.String path,
FileType type) |
Modifier and Type | Method | 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.
|
FileName |
getOuterName() |
Returns the URI of the outer file.
|
checkName, compareTo, createURI, equals, getBaseName, getDepth, getExtension, getFriendlyURI, getParent, getPath, getPathDecoded, getRelativeName, getRoot, getRootURI, getScheme, getType, getURI, getUriTrailer, hashCode, isAncestor, isDescendent, isDescendent, toString
public FileName getOuterName()
public FileName createName(java.lang.String path, FileType type)
AbstractFileName
createName
in class AbstractFileName
protected void appendRootUri(java.lang.StringBuffer buffer, boolean addPassword)
AbstractFileName
appendRootUri
in class AbstractFileName