public interface JShellFileSystem
| 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) |
String getInitialWorkingDir(net.thevpc.nuts.NutsSession session)
String getHomeWorkingDir(net.thevpc.nuts.NutsSession session)
boolean isAbsolute(String path, net.thevpc.nuts.NutsSession session)
boolean isDirectory(String path, net.thevpc.nuts.NutsSession session)
boolean exists(String path, net.thevpc.nuts.NutsSession session)
Copyright © 2022 vpc open source initiative. All rights reserved.