All Methods Static Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
void |
addPermissions(NPath basePath,
NPathPermission... permissions) |
void |
delete(NPath basePath,
boolean recurse) |
boolean |
equals(Object o) |
boolean |
exists(NPath basePath) |
NObjectWriterSPI |
formatter(NPath basePath) |
String |
getCharset(NPath basePath) |
String |
getContentEncoding(NPath basePath) |
long |
getContentLength(NPath basePath) |
String |
getContentType(NPath basePath) |
Instant |
getCreationInstant(NPath basePath) |
String |
getGroup(NPath basePath) |
InputStream |
getInputStream(NPath basePath,
NPathOption... options) |
Instant |
getLastAccessInstant(NPath basePath) |
Instant |
getLastModifiedInstant(NPath basePath) |
String |
getLocation(NPath basePath) |
String |
getName(NPath basePath) |
Integer |
getNameCount(NPath basePath) |
List<String> |
getNames(NPath basePath) |
OutputStream |
getOutputStream(NPath basePath,
NPathOption... options) |
String |
getOwner(NPath basePath) |
NPath |
getParent(NPath basePath) |
Set<NPathPermission> |
getPermissions(NPath basePath) |
String |
getProtocol(NPath basePath) |
NPath |
getRoot(NPath basePath) |
NPathType |
getType(NPath basePath) |
int |
hashCode() |
boolean |
isAbsolute(NPath basePath) |
boolean |
isLocal(NPath basePath) |
Boolean |
isName(NPath basePath) |
Boolean |
isRoot(NPath basePath) |
NStream<NPath> |
list(NPath basePath) |
void |
mkdir(boolean parents,
NPath basePath) |
boolean |
moveTo(NPath basePath,
NPath other,
NPathOption... options) |
NPath |
normalize(NPath basePath) |
protected static String |
rebuildURL(String location,
NId[] ids) |
protected static NText |
rebuildURL2(NText location,
NId[] ids) |
void |
removePermissions(NPath basePath,
NPathPermission... permissions) |
NPath |
resolve(NPath basePath,
String path) |
NPath |
resolveSibling(NPath basePath,
String path) |
void |
setPermissions(NPath basePath,
NPathPermission... permissions) |
NPath |
subpath(NPath basePath,
int beginIndex,
int endIndex) |
NPath |
toAbsolute(NPath basePath,
NPath rootPath) |
NPath |
toCompressedForm(NPath basePath) |
NOptional<Path> |
toPath(NPath basePath) |
String |
toString() |
NOptional<URL> |
toURL(NPath basePath) |
NPath |
toURLPath() |
NStream<NPath> |
walk(NPath basePath,
int maxDepth,
NPathOption[] options) |