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
IfsException
public IfsChangeDirectoryContext(FolderPathResolver fpr, String path) throws IfsException
IfsException
public void clear()
clear
in interface CommandContext
clear
in class IfsCommandContext
public FolderPathResolver getFolderPathResolver() throws IfsException
getFolderPathResolver
in interface ChangeDirectoryContext
IfsException
public void setFolderPathResolver(FolderPathResolver fpr) throws IfsException
setFolderPathResolver
in interface ChangeDirectoryContext
IfsException
public String getPath() throws IfsException
getPath
in interface ChangeDirectoryContext
IfsException
public void setPath(String path) throws IfsException
setPath
in interface ChangeDirectoryContext
IfsException
Copyright © 2023. All rights reserved.