public interface ChangeDirectoryContext extends CommandContext
Modifier and Type | Method and Description |
---|---|
FolderPathResolver |
getFolderPathResolver()
Gets the FolderPathResolver.
|
String |
getPath()
Gets the Path.
|
void |
setFolderPathResolver(FolderPathResolver fpr)
Sets the FolderPathResolver.
|
void |
setPath(String path)
Sets the Path.
|
clear
FolderPathResolver getFolderPathResolver() throws IfsException
IfsException
void setFolderPathResolver(FolderPathResolver fpr) throws IfsException
IfsException
String getPath() throws IfsException
IfsException
void setPath(String path) throws IfsException
IfsException
Copyright © 2023. All rights reserved.