Class DefaultNshFileSystem
java.lang.Object
net.thevpc.nsh.sys.DefaultNshFileSystem
- All Implemented Interfaces:
NshFileSystem
- Author:
- thevpc
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetAbsolutePath(String path, NSession session) getHomeWorkingDir(NSession session) getInitialWorkingDir(NSession session) booleanisAbsolute(String path, NSession session) booleanisDirectory(String path, NSession session)
-
Constructor Details
-
DefaultNshFileSystem
public DefaultNshFileSystem()
-
-
Method Details
-
getInitialWorkingDir
- Specified by:
getInitialWorkingDirin interfaceNshFileSystem
-
getHomeWorkingDir
- Specified by:
getHomeWorkingDirin interfaceNshFileSystem
-
getAbsolutePath
- Specified by:
getAbsolutePathin interfaceNshFileSystem
-
isAbsolute
- Specified by:
isAbsolutein interfaceNshFileSystem
-
isDirectory
- Specified by:
isDirectoryin interfaceNshFileSystem
-
exists
- Specified by:
existsin interfaceNshFileSystem
-