public class DefaultCommand extends Object implements Command
Command
interface.
This implementation should only be used with CommandBuilder
builder.Constructor and Description |
---|
DefaultCommand(String executable,
List<String> arguments)
Create command line.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
List<String> |
getArguments()
Command arguments:
First item should be the command line executable value.
Next items should be the command line arguments.
|
int |
hashCode() |
String |
toString() |
public List<String> getArguments()
Command
getArguments
in interface Command
Copyright © 2015. All Rights Reserved.