public final class FileSystemCommand extends Object
Constructor and Description |
---|
FileSystemCommand(CommandType commandType,
FileSystemCommandOptions commandOptions)
Create a new instance of
FileSystemCommand . |
Modifier and Type | Method and Description |
---|---|
FileSystemCommandOptions |
getCommandOptions() |
CommandType |
getCommandType() |
void |
setCommandOptions(FileSystemCommandOptions commandOptions)
Set the command options.
|
void |
setCommandType(CommandType commandType)
Set the command type.
|
public FileSystemCommand(CommandType commandType, FileSystemCommandOptions commandOptions)
FileSystemCommand
.commandType
- the command typecommandOptions
- the options for the specified commandpublic CommandType getCommandType()
public FileSystemCommandOptions getCommandOptions()
public void setCommandOptions(FileSystemCommandOptions commandOptions)
commandOptions
- the command optionspublic void setCommandType(CommandType commandType)
commandType
- the command typeCopyright © 2023. All Rights Reserved.