public class AddToListRepairer extends Object
AddToList commands in relation to local ListCommands and local AddToList
commands in relation to remote ListCommands.| Constructor and Description |
|---|
AddToListRepairer() |
| Modifier and Type | Method and Description |
|---|---|
AddToList |
repairCommand(AddToList toRepair,
RemoveFromList repairAgainst)
Repairs an
AddToList in relation to a RemoveFromList command. |
AddToList |
repairCommand(AddToList toRepair,
ReplaceInList repairAgainst)
Repairs a
AddToList in relation to a ReplaceInList command. |
AddToList |
repairLocalCommand(AddToList toRepair,
AddToList repairAgainst)
|
AddToList |
repairRemoteCommand(AddToList toRepair,
AddToList repairAgainst)
|
public AddToList repairLocalCommand(AddToList toRepair, AddToList repairAgainst)
toRepair - The command to repair.repairAgainst - The command to repair against.public AddToList repairRemoteCommand(AddToList toRepair, AddToList repairAgainst)
toRepair - The command to repair.repairAgainst - The command to repair against.public AddToList repairCommand(AddToList toRepair, RemoveFromList repairAgainst)
AddToList in relation to a RemoveFromList command.toRepair - The command to repair.repairAgainst - The command to repair against.public AddToList repairCommand(AddToList toRepair, ReplaceInList repairAgainst)
AddToList in relation to a ReplaceInList command.toRepair - The command to repair.repairAgainst - The command to repair against.Copyright © 2016 Saxonia Systems AG. All Rights Reserved.