public final class ConsolidateCommand extends Object
Command builder for consolidate commands.
consolidate merges the data from multiple records into a single
target record. The first record in the list is the target; all remaining
records are merged into it.
consolidate <first> <second> consolidate <first> [<remaining>]
| Modifier and Type | Class and Description |
|---|---|
static class |
ConsolidateCommand.State
The terminal state for a
consolidate command. |