Interface HasCommands
- 
- All Known Implementing Classes:
 Command,CreateAndExerciseCommand,CreateCommand,ExerciseByKeyCommand,ExerciseCommand,Update
public interface HasCommandsThis is an interface describing classes that contains or can generate a list ofCommand 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<Command>commands() 
 - 
 
- 
- 
Method Detail
- 
commands
java.util.List<Command> commands()
 
 - 
 
 -