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, session| Constructor and Description |
|---|
DotfilefsPath(String url,
net.thevpc.nuts.NutsSession session) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
boolean |
exists(net.thevpc.nuts.NutsPath basePath) |
net.thevpc.nuts.spi.NutsFormatSPI |
formatter(net.thevpc.nuts.NutsPath basePath) |
net.thevpc.nuts.NutsPath |
getParent(net.thevpc.nuts.NutsPath basePath) |
String |
getProtocol(net.thevpc.nuts.NutsPath basePath) |
net.thevpc.nuts.NutsPath |
getRoot(net.thevpc.nuts.NutsPath basePath) |
int |
hashCode() |
boolean |
isDirectory(net.thevpc.nuts.NutsPath basePath) |
boolean |
isLocal(net.thevpc.nuts.NutsPath basePath) |
boolean |
isName(net.thevpc.nuts.NutsPath basePath) |
boolean |
isOther(net.thevpc.nuts.NutsPath basePath) |
boolean |
isRegularFile(net.thevpc.nuts.NutsPath basePath) |
boolean |
isSymbolicLink(net.thevpc.nuts.NutsPath basePath) |
net.thevpc.nuts.NutsStream<net.thevpc.nuts.NutsPath> |
list(net.thevpc.nuts.NutsPath basePath) |
net.thevpc.nuts.NutsPath |
normalize(net.thevpc.nuts.NutsPath basePath) |
net.thevpc.nuts.NutsPath |
resolve(net.thevpc.nuts.NutsPath basePath,
net.thevpc.nuts.NutsPath path) |
net.thevpc.nuts.NutsPath |
resolve(net.thevpc.nuts.NutsPath basePath,
String path) |
net.thevpc.nuts.NutsPath |
resolveSibling(net.thevpc.nuts.NutsPath basePath,
net.thevpc.nuts.NutsPath path) |
net.thevpc.nuts.NutsPath |
resolveSibling(net.thevpc.nuts.NutsPath basePath,
String path) |
net.thevpc.nuts.NutsPath |
toAbsolute(net.thevpc.nuts.NutsPath basePath,
net.thevpc.nuts.NutsPath rootPath) |
String |
toString() |
net.thevpc.nuts.NutsStream<net.thevpc.nuts.NutsPath> |
walk(net.thevpc.nuts.NutsPath basePath,
int maxDepth,
net.thevpc.nuts.NutsPathOption[] options) |
void |
walkDfs(net.thevpc.nuts.NutsPath basePath,
net.thevpc.nuts.NutsTreeVisitor<net.thevpc.nuts.NutsPath> visitor,
int maxDepth,
net.thevpc.nuts.NutsPathOption... options) |
addPermissions, copyTo, delete, getContentEncoding, getContentLength, getContentType, getCreationInstant, getInputStream, getItems, getLastAccessInstant, getLastModifiedInstant, getLocation, getName, getOutputStream, getPathCount, getPermissions, getSession, group, isAbsolute, isRoot, mkdir, moveTo, owner, removePermissions, setPermissions, subpath, toCompressedForm, toFile, toRelativePath, toURLpublic static final String PROTOCOL
public static final String PREFIX
public DotfilefsPath(String url, net.thevpc.nuts.NutsSession session)
public int hashCode()
hashCode in class AbstractPathSPIAdapterpublic boolean equals(Object o)
equals in class AbstractPathSPIAdapterpublic String toString()
toString in interface net.thevpc.nuts.spi.NutsPathSPItoString in class AbstractPathSPIAdapterpublic net.thevpc.nuts.NutsStream<net.thevpc.nuts.NutsPath> list(net.thevpc.nuts.NutsPath basePath)
list in interface net.thevpc.nuts.spi.NutsPathSPIlist in class AbstractPathSPIAdapterpublic net.thevpc.nuts.spi.NutsFormatSPI formatter(net.thevpc.nuts.NutsPath basePath)
formatter in interface net.thevpc.nuts.spi.NutsPathSPIformatter in class AbstractPathSPIAdapterpublic String getProtocol(net.thevpc.nuts.NutsPath basePath)
getProtocol in interface net.thevpc.nuts.spi.NutsPathSPIgetProtocol in class AbstractPathSPIAdapterpublic net.thevpc.nuts.NutsPath resolve(net.thevpc.nuts.NutsPath basePath,
String path)
resolve in interface net.thevpc.nuts.spi.NutsPathSPIresolve in class AbstractPathSPIAdapterpublic net.thevpc.nuts.NutsPath resolve(net.thevpc.nuts.NutsPath basePath,
net.thevpc.nuts.NutsPath path)
resolve in interface net.thevpc.nuts.spi.NutsPathSPIresolve in class AbstractPathSPIAdapterpublic net.thevpc.nuts.NutsPath resolveSibling(net.thevpc.nuts.NutsPath basePath,
String path)
resolveSibling in interface net.thevpc.nuts.spi.NutsPathSPIresolveSibling in class AbstractPathSPIAdapterpublic net.thevpc.nuts.NutsPath resolveSibling(net.thevpc.nuts.NutsPath basePath,
net.thevpc.nuts.NutsPath path)
resolveSibling in interface net.thevpc.nuts.spi.NutsPathSPIresolveSibling in class AbstractPathSPIAdapterpublic boolean isSymbolicLink(net.thevpc.nuts.NutsPath basePath)
isSymbolicLink in interface net.thevpc.nuts.spi.NutsPathSPIisSymbolicLink in class AbstractPathSPIAdapterpublic boolean isOther(net.thevpc.nuts.NutsPath basePath)
isOther in interface net.thevpc.nuts.spi.NutsPathSPIisOther in class AbstractPathSPIAdapterpublic boolean isDirectory(net.thevpc.nuts.NutsPath basePath)
isDirectory in interface net.thevpc.nuts.spi.NutsPathSPIisDirectory in class AbstractPathSPIAdapterpublic boolean isRegularFile(net.thevpc.nuts.NutsPath basePath)
isRegularFile in interface net.thevpc.nuts.spi.NutsPathSPIisRegularFile in class AbstractPathSPIAdapterpublic boolean exists(net.thevpc.nuts.NutsPath basePath)
exists in interface net.thevpc.nuts.spi.NutsPathSPIexists in class AbstractPathSPIAdapterpublic net.thevpc.nuts.NutsPath getParent(net.thevpc.nuts.NutsPath basePath)
getParent in interface net.thevpc.nuts.spi.NutsPathSPIgetParent in class AbstractPathSPIAdapterpublic net.thevpc.nuts.NutsPath toAbsolute(net.thevpc.nuts.NutsPath basePath,
net.thevpc.nuts.NutsPath rootPath)
toAbsolute in interface net.thevpc.nuts.spi.NutsPathSPItoAbsolute in class AbstractPathSPIAdapterpublic net.thevpc.nuts.NutsPath normalize(net.thevpc.nuts.NutsPath basePath)
normalize in interface net.thevpc.nuts.spi.NutsPathSPInormalize in class AbstractPathSPIAdapterpublic boolean isName(net.thevpc.nuts.NutsPath basePath)
isName in interface net.thevpc.nuts.spi.NutsPathSPIisName in class AbstractPathSPIAdapterpublic net.thevpc.nuts.NutsPath getRoot(net.thevpc.nuts.NutsPath basePath)
getRoot in interface net.thevpc.nuts.spi.NutsPathSPIgetRoot in class AbstractPathSPIAdapterpublic net.thevpc.nuts.NutsStream<net.thevpc.nuts.NutsPath> walk(net.thevpc.nuts.NutsPath basePath,
int maxDepth,
net.thevpc.nuts.NutsPathOption[] options)
walk in interface net.thevpc.nuts.spi.NutsPathSPIwalk in class AbstractPathSPIAdapterpublic void walkDfs(net.thevpc.nuts.NutsPath basePath,
net.thevpc.nuts.NutsTreeVisitor<net.thevpc.nuts.NutsPath> visitor,
int maxDepth,
net.thevpc.nuts.NutsPathOption... options)
walkDfs in interface net.thevpc.nuts.spi.NutsPathSPIwalkDfs in class AbstractPathSPIAdapterpublic boolean isLocal(net.thevpc.nuts.NutsPath basePath)
Copyright © 2022 vpc open source initiative. All rights reserved.