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.String
description()
void
execute()
static java.lang.String
usage()
-
Constructor Details
-
ListCommand
public ListCommand()
-
-
Method Details
-
description
public java.lang.String description()- Specified by:
description
in interfaceCommand
-
execute
public void execute() -
usage
public static java.lang.String usage()
-