public interface DeployCommandReader extends Toolkit
Modifier and Type | Method and Description |
---|---|
int |
count() |
java.util.List<DeployCommand> |
getAllCommands() |
DeployCommand |
getCommandAt(int index) |
java.util.List<Displayable> |
getDisplayables() |
java.util.Iterator<DeployCommand> |
iterator() |
java.util.Iterator<DeployCommand> iterator()
java.util.List<DeployCommand> getAllCommands()
java.util.List<Displayable> getDisplayables()
int count()
DeployCommand getCommandAt(int index)