public interface Command
| Modifier and Type | Method and Description |
|---|---|
boolean |
applicable() |
void |
execute() |
List<String> |
executionMessages() |
String |
getDescription() |
String |
getName() |
Copyright © 2011-2013. All Rights Reserved.