public class DefaultNshFileSystem extends Object implements NshFileSystem
| Constructor and Description |
|---|
DefaultNshFileSystem() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
exists(String path,
net.thevpc.nuts.core.NSession session) |
String |
getAbsolutePath(String path,
net.thevpc.nuts.core.NSession session) |
String |
getHomeWorkingDir(net.thevpc.nuts.core.NSession session) |
String |
getInitialWorkingDir(net.thevpc.nuts.core.NSession session) |
boolean |
isAbsolute(String path,
net.thevpc.nuts.core.NSession session) |
boolean |
isDirectory(String path,
net.thevpc.nuts.core.NSession session) |
public String getInitialWorkingDir(net.thevpc.nuts.core.NSession session)
getInitialWorkingDir in interface NshFileSystempublic String getHomeWorkingDir(net.thevpc.nuts.core.NSession session)
getHomeWorkingDir in interface NshFileSystempublic String getAbsolutePath(String path, net.thevpc.nuts.core.NSession session)
getAbsolutePath in interface NshFileSystempublic boolean isAbsolute(String path, net.thevpc.nuts.core.NSession session)
isAbsolute in interface NshFileSystempublic boolean isDirectory(String path, net.thevpc.nuts.core.NSession session)
isDirectory in interface NshFileSystempublic boolean exists(String path, net.thevpc.nuts.core.NSession session)
exists in interface NshFileSystemCopyright © 2026 vpc open source initiative. All rights reserved.