public class DiffCommand extends Object implements ParseableCommand<List<ChangeSet.Item>>
| Constructor and Description |
|---|
DiffCommand(ObjectSpec objectSpec) |
| Modifier and Type | Method and Description |
|---|---|
MaskedArgumentListBuilder |
getArguments()
Returns the arguments to be sent to the cm command line client
|
List<ChangeSet.Item> |
parse(Reader r)
Returns data from parsing the command line client output in reader
|
public DiffCommand(@Nonnull ObjectSpec objectSpec)
@Nonnull public MaskedArgumentListBuilder getArguments()
CommandgetArguments in interface Command@Nonnull public List<ChangeSet.Item> parse(@Nonnull Reader r) throws ParseException, IOException
ParseableCommandparse in interface ParseableCommand<List<ChangeSet.Item>>r - reader containing the output from the command line clientParseException - thrown if there was a problem parsing the dataIOException - thrown if there was a problem reading the data from the readerCopyright © 2016–2023. All rights reserved.