Package commands
Class ListCommand
java.lang.Object
commands.ListCommand
- All Implemented Interfaces:
Command
public class ListCommand extends java.lang.Object implements Command
Command which lists all tasks.
- Author:
- Melvin Campos Casares
-
Constructor Summary
Constructors Constructor Description ListCommand() -
Method Summary
Modifier and Type Method Description java.lang.Stringdescription()voidexecute()static java.lang.Stringusage()
-
Constructor Details
-
ListCommand
public ListCommand()
-
-
Method Details
-
description
public java.lang.String description()- Specified by:
descriptionin interfaceCommand
-
execute
public void execute() -
usage
public static java.lang.String usage()
-