protected class AbstractDeployCommandIOProvider.DefaultDeployCommandIO extends java.lang.Object implements DeployCommandReader, DeployCommandWriter
| Modifier | Constructor and Description |
|---|---|
protected |
DefaultDeployCommandIO(Element element,
Cookie cookie) |
| 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() |
void |
removeAll() |
void |
removeCommandAt(int index) |
boolean |
write(DeployCommand command) |
public java.util.Iterator<DeployCommand> iterator()
iterator in interface DeployCommandReaderpublic java.util.List<DeployCommand> getAllCommands()
getAllCommands in interface DeployCommandReaderpublic java.util.List<Displayable> getDisplayables()
getDisplayables in interface DeployCommandReaderpublic DeployCommand getCommandAt(int index)
getCommandAt in interface DeployCommandReaderpublic void removeAll()
removeAll in interface DeployCommandWriterpublic int count()
count in interface DeployCommandReadercount in interface DeployCommandWriterpublic void removeCommandAt(int index)
removeCommandAt in interface DeployCommandWriterpublic boolean write(DeployCommand command)
write in interface DeployCommandWriter