public class HtmlfsPath extends AbstractPathSPIAdapter
| Modifier and Type | Class and Description |
|---|---|
static class |
HtmlfsPath.HtmlfsFactory |
| Modifier and Type | Field and Description |
|---|---|
static String |
PREFIX |
static String |
PROTOCOL |
ref| Constructor and Description |
|---|
HtmlfsPath(String url) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
boolean |
exists(NPath basePath) |
NFormatSPI |
formatter(NPath basePath) |
NPath |
getParent(NPath basePath) |
String |
getProtocol(NPath basePath) |
NPath |
getRoot(NPath basePath) |
int |
hashCode() |
boolean |
isLocal(NPath basePath) |
Boolean |
isName(NPath basePath) |
NStream<NPath> |
list(NPath basePath) |
NPath |
normalize(NPath basePath) |
List<String> |
parseHtml(InputStream html) |
NPath |
resolve(NPath basePath,
String path) |
NPath |
resolveSibling(NPath basePath,
String path) |
NPath |
toAbsolute(NPath basePath,
NPath rootPath) |
String |
toString() |
NPathType |
type(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, walkDfsclone, finalize, getClass, notify, notifyAll, wait, wait, waitlistDigestInfo, reversedLines, toRelativepublic static final String PROTOCOL
public static final String PREFIX
public HtmlfsPath(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 NFormatSPI 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 type(NPath basePath)
type in interface NPathSPItype 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 List<String> parseHtml(InputStream html)
public boolean isLocal(NPath basePath)
isLocal in interface NPathSPIisLocal in class AbstractPathSPIAdapterCopyright © 2025 vpc open source initiative. All rights reserved.