class CdCommand extends AbstractCommand<CdArguments>
cd command.| Constructor and Description |
|---|
CdCommand(CdArguments arguments) |
| Modifier and Type | Method and Description |
|---|---|
LineProcessor |
execute(ExecutionContext context,
LineProcessor output) |
Command<CdArguments> |
join(Command<?> next) |
getArguments, getName, toStringpublic CdCommand(CdArguments arguments)
public Command<CdArguments> join(Command<?> next)
join in interface Command<CdArguments>join in class AbstractCommand<CdArguments>public LineProcessor execute(ExecutionContext context, LineProcessor output)
Copyright © 2016. All Rights Reserved.