public abstract class AbstractUserActionCommand extends AbstractCommand
| Modifier and Type | Method and Description |
|---|---|
Command |
execute(PrintWriter writer,
BufferedReader reader)
Execute the command.
|
getCommandRunner, getContext, getParentCommand, getParentCommand, hasParentCommand, hasParentCommand, reset, setCommandRunner, setContextpublic final Command execute(PrintWriter writer, BufferedReader reader)
Commandwriter - the stream to write the command output.reader - the stream to read the user input.Copyright © 2019. All rights reserved.