public class DotfilefsPath extends AbstractPathSPIAdapter
| Modifier and Type | Class and Description |
|---|---|
static class |
DotfilefsPath.DotfilefsFactory |
| Modifier and Type | Field and Description |
|---|---|
static String |
PREFIX |
static String |
PROTOCOL |
ref| Constructor and Description |
|---|
DotfilefsPath(String url) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
boolean |
exists(NPath basePath) |
NObjectWriterSPI |
formatter(NPath basePath) |
NPath |
getParent(NPath basePath) |
String |
getProtocol(NPath basePath) |
NPath |
getRoot(NPath basePath) |
NPathType |
getType(NPath basePath) |
int |
hashCode() |
boolean |
isLocal(NPath basePath) |
Boolean |
isName(NPath basePath) |
NStream<NPath> |
list(NPath basePath) |
NPath |
normalize(NPath basePath) |
NPath |
resolve(NPath basePath,
String path) |
NPath |
resolveSibling(NPath basePath,
String path) |
NPath |
toAbsolute(NPath basePath,
NPath rootPath) |
String |
toString() |
addPermissions, compareTo, copyTo, delete, getCharset, getContentEncoding, getContentLength, getContentType, getCreationInstant, getDigest, getGroup, getInputStream, getLastAccessInstant, getLastModifiedInstant, getLocation, getName, getNameCount, getNames, getOutputStream, getOwner, getPermissions, isAbsolute, isRoot, mkdir, moveTo, removePermissions, setPermissions, subpath, toCompressedForm, toPath, toURL, walk, walkDfsclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetInfo, listDigestInfo, listInfos, reversedLines, toRelativepublic static final String PROTOCOL
public static final String PREFIX
public DotfilefsPath(String url)
public int hashCode()
hashCode in class AbstractPathSPIAdapterpublic boolean equals(Object o)
equals in class AbstractPathSPIAdapterpublic String toString()
toString in interface NPathSPItoString in class AbstractPathSPIAdapterpublic NStream<NPath> list(NPath basePath)
list in interface NPathSPIlist in class AbstractPathSPIAdapterpublic NObjectWriterSPI formatter(NPath basePath)
formatter in interface NPathSPIformatter in class AbstractPathSPIAdapterpublic String getProtocol(NPath basePath)
getProtocol in interface NPathSPIgetProtocol in class AbstractPathSPIAdapterpublic NPath resolve(NPath basePath, String path)
resolve in interface NPathSPIresolve in class AbstractPathSPIAdapterpublic NPath resolveSibling(NPath basePath, String path)
resolveSibling in interface NPathSPIresolveSibling in class AbstractPathSPIAdapterpublic NPathType getType(NPath basePath)
getType in interface NPathSPIgetType in class AbstractPathSPIAdapterpublic boolean exists(NPath basePath)
exists in interface NPathSPIexists in class AbstractPathSPIAdapterpublic NPath getParent(NPath basePath)
getParent in interface NPathSPIgetParent in class AbstractPathSPIAdapterpublic NPath toAbsolute(NPath basePath, NPath rootPath)
toAbsolute in interface NPathSPItoAbsolute in class AbstractPathSPIAdapterpublic NPath normalize(NPath basePath)
normalize in interface NPathSPInormalize in class AbstractPathSPIAdapterpublic Boolean isName(NPath basePath)
isName in interface NPathSPIisName in class AbstractPathSPIAdapterpublic NPath getRoot(NPath basePath)
getRoot in interface NPathSPIgetRoot in class AbstractPathSPIAdapterpublic boolean isLocal(NPath basePath)
isLocal in interface NPathSPIisLocal in class AbstractPathSPIAdapterCopyright © 2026 vpc open source initiative. All rights reserved.