public class IfsChangeDirectoryContext extends IfsCommandContext implements ChangeDirectoryContext
| Constructor and Description |
|---|
IfsChangeDirectoryContext()
The Constructor.
|
IfsChangeDirectoryContext(FolderPathResolver fpr,
String path)
Other Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
clear()
Clears the CommandState. does not throw.
|
FolderPathResolver |
getFolderPathResolver()
Gets the FolderPathResolver.
|
String |
getPath()
Gets the Path.
|
void |
setFolderPathResolver(FolderPathResolver fpr)
Sets the FolderPathResolver.
|
void |
setPath(String path)
Sets the Path.
|
public IfsChangeDirectoryContext()
throws IfsException
IfsExceptionpublic IfsChangeDirectoryContext(FolderPathResolver fpr, String path) throws IfsException
IfsExceptionpublic void clear()
clear in interface CommandContextclear in class IfsCommandContextpublic FolderPathResolver getFolderPathResolver() throws IfsException
getFolderPathResolver in interface ChangeDirectoryContextIfsExceptionpublic void setFolderPathResolver(FolderPathResolver fpr) throws IfsException
setFolderPathResolver in interface ChangeDirectoryContextIfsExceptionpublic String getPath() throws IfsException
getPath in interface ChangeDirectoryContextIfsExceptionpublic void setPath(String path) throws IfsException
setPath in interface ChangeDirectoryContextIfsExceptionCopyright © 2025. All rights reserved.