public class CommandSequence extends AbstractCommand
Constructor and Description |
---|
CommandSequence(java.lang.String name,
CommandType commandType,
java.lang.String shortDescription,
java.lang.String detailedDescription,
Command... commands) |
Modifier and Type | Method and Description |
---|---|
boolean |
run(java.lang.String[] parameters) |
getDetailedDescription, getName, getShortDescription, getType
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getDetailedHelp, getShortHelp, isInternal
public CommandSequence(java.lang.String name, CommandType commandType, java.lang.String shortDescription, java.lang.String detailedDescription, Command... commands)