@Immutable public class TaskCommands extends AbstractCommands
| Constructor and Description |
|---|
TaskCommands(String commmand)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCommand()
Returns the command.
|
static TaskCommands |
merge(TaskCommands cmd1,
TaskCommands cmd2)
Merges two commands, the second one will be appended to the first.
|
getCommands, getMatchingCommand, joinpublic TaskCommands(String commmand)
commmand - the command.public String getCommand()
public static TaskCommands merge(TaskCommands cmd1, TaskCommands cmd2)
cmd1 - cmd2 - Copyright © 2004-2013. All Rights Reserved.