public static class RnshPathFactorySPI.NServerPathSPI extends Object implements net.thevpc.nuts.spi.NPathSPI
| Constructor and Description |
|---|
NServerPathSPI(net.thevpc.nuts.util.NConnexionString cnx) |
| Modifier and Type | Method and Description |
|---|---|
long |
contentLength(net.thevpc.nuts.io.NPath basePath) |
boolean |
copyTo(net.thevpc.nuts.io.NPath basePath,
net.thevpc.nuts.io.NPath other,
net.thevpc.nuts.io.NPathOption... options) |
void |
delete(net.thevpc.nuts.io.NPath basePath,
boolean recurse) |
boolean |
exists(net.thevpc.nuts.io.NPath basePath) |
byte[] |
getDigest(net.thevpc.nuts.io.NPath basePath,
String algo) |
InputStream |
getInputStream(net.thevpc.nuts.io.NPath basePath,
net.thevpc.nuts.io.NPathOption... options) |
String |
getLocation(net.thevpc.nuts.io.NPath basePath) |
List<String> |
getNames(net.thevpc.nuts.io.NPath basePath) |
OutputStream |
getOutputStream(net.thevpc.nuts.io.NPath basePath,
net.thevpc.nuts.io.NPathOption... options) |
net.thevpc.nuts.io.NPath |
getParent(net.thevpc.nuts.io.NPath basePath) |
net.thevpc.nuts.io.NPath |
getRoot(net.thevpc.nuts.io.NPath basePath) |
Boolean |
isRoot(net.thevpc.nuts.io.NPath basePath) |
net.thevpc.nuts.util.NStream<net.thevpc.nuts.io.NPath> |
list(net.thevpc.nuts.io.NPath basePath) |
List<net.thevpc.nuts.io.NPathChildDigestInfo> |
listDigestInfo(net.thevpc.nuts.io.NPath basePath,
String algo) |
void |
mkdir(boolean parents,
net.thevpc.nuts.io.NPath basePath) |
String |
toString() |
net.thevpc.nuts.io.NPathType |
type(net.thevpc.nuts.io.NPath basePath) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddPermissions, compareTo, formatter, getCharset, getContentEncoding, getContentType, getCreationInstant, getLastAccessInstant, getLastModifiedInstant, getName, getNameCount, getPermissions, getProtocol, group, isAbsolute, isLocal, isName, moveTo, normalize, owner, removePermissions, resolve, resolveSibling, reversedLines, setPermissions, subpath, toAbsolute, toCompressedForm, toPath, toRelative, toURL, walk, walkDfspublic byte[] getDigest(net.thevpc.nuts.io.NPath basePath,
String algo)
getDigest in interface net.thevpc.nuts.spi.NPathSPIpublic List<net.thevpc.nuts.io.NPathChildDigestInfo> listDigestInfo(net.thevpc.nuts.io.NPath basePath, String algo)
listDigestInfo in interface net.thevpc.nuts.spi.NPathSPIpublic net.thevpc.nuts.util.NStream<net.thevpc.nuts.io.NPath> list(net.thevpc.nuts.io.NPath basePath)
list in interface net.thevpc.nuts.spi.NPathSPIpublic boolean copyTo(net.thevpc.nuts.io.NPath basePath,
net.thevpc.nuts.io.NPath other,
net.thevpc.nuts.io.NPathOption... options)
copyTo in interface net.thevpc.nuts.spi.NPathSPIpublic net.thevpc.nuts.io.NPathType type(net.thevpc.nuts.io.NPath basePath)
type in interface net.thevpc.nuts.spi.NPathSPIpublic boolean exists(net.thevpc.nuts.io.NPath basePath)
exists in interface net.thevpc.nuts.spi.NPathSPIpublic long contentLength(net.thevpc.nuts.io.NPath basePath)
contentLength in interface net.thevpc.nuts.spi.NPathSPIpublic InputStream getInputStream(net.thevpc.nuts.io.NPath basePath, net.thevpc.nuts.io.NPathOption... options)
getInputStream in interface net.thevpc.nuts.spi.NPathSPIpublic OutputStream getOutputStream(net.thevpc.nuts.io.NPath basePath, net.thevpc.nuts.io.NPathOption... options)
getOutputStream in interface net.thevpc.nuts.spi.NPathSPIpublic void delete(net.thevpc.nuts.io.NPath basePath,
boolean recurse)
delete in interface net.thevpc.nuts.spi.NPathSPIpublic void mkdir(boolean parents,
net.thevpc.nuts.io.NPath basePath)
mkdir in interface net.thevpc.nuts.spi.NPathSPIpublic List<String> getNames(net.thevpc.nuts.io.NPath basePath)
getNames in interface net.thevpc.nuts.spi.NPathSPIpublic net.thevpc.nuts.io.NPath getRoot(net.thevpc.nuts.io.NPath basePath)
getRoot in interface net.thevpc.nuts.spi.NPathSPIpublic Boolean isRoot(net.thevpc.nuts.io.NPath basePath)
isRoot in interface net.thevpc.nuts.spi.NPathSPIpublic net.thevpc.nuts.io.NPath getParent(net.thevpc.nuts.io.NPath basePath)
getParent in interface net.thevpc.nuts.spi.NPathSPIpublic String toString()
public String getLocation(net.thevpc.nuts.io.NPath basePath)
getLocation in interface net.thevpc.nuts.spi.NPathSPICopyright © 2025 vpc open source initiative. All rights reserved.