Package duchess.logic.commands
Class FindCommand
- java.lang.Object
-
- duchess.logic.commands.Command
-
- duchess.logic.commands.FindCommand
-
public class FindCommand extends Command
Command to search for given task.
-
-
Constructor Summary
Constructors Constructor Description FindCommand(java.util.List<java.lang.String> words)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute(Store store, Ui ui, Storage storage)
-
-
-
Method Detail
-
execute
public void execute(Store store, Ui ui, Storage storage) throws DuchessException
- Specified by:
executein classCommand- Throws:
DuchessException
-
-