Class VfsCommandPwd
java.lang.Object
net.datenwerke.rs.terminal.service.terminal.vfs.commands.VfsCommandPwd
- All Implemented Interfaces:
Hook,TerminalCommandHook
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddAutoCompletEntries(AutocompleteHelper autocompleteHelper, TerminalSession session) booleanconsumes(CommandParser parser, TerminalSession session) execute(CommandParser parser, TerminalSession session)
-
Field Details
-
BASE_COMMAND
- See Also:
-
-
Constructor Details
-
VfsCommandPwd
public VfsCommandPwd()
-
-
Method Details
-
consumes
- Specified by:
consumesin interfaceTerminalCommandHook
-
execute
@CliHelpMessage(messageClass=VfsMessages.class, name="pwd", description="commandPwd_description", args=@Argument(flag="i",hasValue=false,description="commandPwd_argument")) public CommandResult execute(CommandParser parser, TerminalSession session) - Specified by:
executein interfaceTerminalCommandHook
-
addAutoCompletEntries
- Specified by:
addAutoCompletEntriesin interfaceTerminalCommandHook
-