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(net.thevpc.nuts.io.NPath basePath) |
net.thevpc.nuts.spi.NFormatSPI |
formatter(net.thevpc.nuts.io.NPath basePath) |
net.thevpc.nuts.io.NPath |
getParent(net.thevpc.nuts.io.NPath basePath) |
String |
getProtocol(net.thevpc.nuts.io.NPath basePath) |
net.thevpc.nuts.io.NPath |
getRoot(net.thevpc.nuts.io.NPath basePath) |
int |
hashCode() |
boolean |
isLocal(net.thevpc.nuts.io.NPath basePath) |
Boolean |
isName(net.thevpc.nuts.io.NPath basePath) |
net.thevpc.nuts.util.NStream<net.thevpc.nuts.io.NPath> |
list(net.thevpc.nuts.io.NPath basePath) |
net.thevpc.nuts.io.NPath |
normalize(net.thevpc.nuts.io.NPath basePath) |
net.thevpc.nuts.io.NPath |
resolve(net.thevpc.nuts.io.NPath basePath,
String path) |
net.thevpc.nuts.io.NPath |
resolveSibling(net.thevpc.nuts.io.NPath basePath,
String path) |
net.thevpc.nuts.io.NPath |
toAbsolute(net.thevpc.nuts.io.NPath basePath,
net.thevpc.nuts.io.NPath rootPath) |
String |
toString() |
net.thevpc.nuts.io.NPathType |
type(net.thevpc.nuts.io.NPath basePath) |
addPermissions, compareTo, contentLength, copyTo, delete, getCharset, getContentEncoding, getContentType, getCreationInstant, getDigest, getInputStream, getLastAccessInstant, getLastModifiedInstant, getLocation, getName, getNameCount, getNames, getOutputStream, getPermissions, group, isAbsolute, isRoot, mkdir, moveTo, owner, removePermissions, setPermissions, subpath, toCompressedForm, toPath, toURL, walk, walkDfspublic 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 net.thevpc.nuts.spi.NPathSPItoString in class AbstractPathSPIAdapterpublic net.thevpc.nuts.util.NStream<net.thevpc.nuts.io.NPath> list(net.thevpc.nuts.io.NPath basePath)
list in interface net.thevpc.nuts.spi.NPathSPIlist in class AbstractPathSPIAdapterpublic net.thevpc.nuts.spi.NFormatSPI formatter(net.thevpc.nuts.io.NPath basePath)
formatter in interface net.thevpc.nuts.spi.NPathSPIformatter in class AbstractPathSPIAdapterpublic String getProtocol(net.thevpc.nuts.io.NPath basePath)
getProtocol in interface net.thevpc.nuts.spi.NPathSPIgetProtocol in class AbstractPathSPIAdapterpublic net.thevpc.nuts.io.NPath resolve(net.thevpc.nuts.io.NPath basePath,
String path)
resolve in interface net.thevpc.nuts.spi.NPathSPIresolve in class AbstractPathSPIAdapterpublic net.thevpc.nuts.io.NPath resolveSibling(net.thevpc.nuts.io.NPath basePath,
String path)
resolveSibling in interface net.thevpc.nuts.spi.NPathSPIresolveSibling in class AbstractPathSPIAdapterpublic net.thevpc.nuts.io.NPathType type(net.thevpc.nuts.io.NPath basePath)
type in interface net.thevpc.nuts.spi.NPathSPItype in class AbstractPathSPIAdapterpublic boolean exists(net.thevpc.nuts.io.NPath basePath)
exists in interface net.thevpc.nuts.spi.NPathSPIexists in class AbstractPathSPIAdapterpublic net.thevpc.nuts.io.NPath getParent(net.thevpc.nuts.io.NPath basePath)
getParent in interface net.thevpc.nuts.spi.NPathSPIgetParent in class AbstractPathSPIAdapterpublic net.thevpc.nuts.io.NPath toAbsolute(net.thevpc.nuts.io.NPath basePath,
net.thevpc.nuts.io.NPath rootPath)
toAbsolute in interface net.thevpc.nuts.spi.NPathSPItoAbsolute in class AbstractPathSPIAdapterpublic net.thevpc.nuts.io.NPath normalize(net.thevpc.nuts.io.NPath basePath)
normalize in interface net.thevpc.nuts.spi.NPathSPInormalize in class AbstractPathSPIAdapterpublic Boolean isName(net.thevpc.nuts.io.NPath basePath)
isName in interface net.thevpc.nuts.spi.NPathSPIisName in class AbstractPathSPIAdapterpublic net.thevpc.nuts.io.NPath getRoot(net.thevpc.nuts.io.NPath basePath)
getRoot in interface net.thevpc.nuts.spi.NPathSPIgetRoot in class AbstractPathSPIAdapterpublic boolean isLocal(net.thevpc.nuts.io.NPath basePath)
isLocal in interface net.thevpc.nuts.spi.NPathSPIisLocal in class AbstractPathSPIAdapterCopyright © 2025 vpc open source initiative. All rights reserved.