public class DefaultJShellFileSystem extends Object implements JShellFileSystem
| Constructor and Description |
|---|
DefaultJShellFileSystem() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
exists(String path,
net.thevpc.nuts.NutsSession session) |
String |
getAbsolutePath(String path,
net.thevpc.nuts.NutsSession session) |
String |
getHomeWorkingDir(net.thevpc.nuts.NutsSession session) |
String |
getInitialWorkingDir(net.thevpc.nuts.NutsSession session) |
boolean |
isAbsolute(String path,
net.thevpc.nuts.NutsSession session) |
boolean |
isDirectory(String path,
net.thevpc.nuts.NutsSession session) |
public String getInitialWorkingDir(net.thevpc.nuts.NutsSession session)
getInitialWorkingDir in interface JShellFileSystempublic String getHomeWorkingDir(net.thevpc.nuts.NutsSession session)
getHomeWorkingDir in interface JShellFileSystempublic String getAbsolutePath(String path, net.thevpc.nuts.NutsSession session)
getAbsolutePath in interface JShellFileSystempublic boolean isAbsolute(String path, net.thevpc.nuts.NutsSession session)
isAbsolute in interface JShellFileSystempublic boolean isDirectory(String path, net.thevpc.nuts.NutsSession session)
isDirectory in interface JShellFileSystempublic boolean exists(String path, net.thevpc.nuts.NutsSession session)
exists in interface JShellFileSystemCopyright © 2022 vpc open source initiative. All rights reserved.