Package | Description |
---|---|
votorola.a.diff |
Differencing of position drafts.
|
votorola.a.diff.harvest.cache |
Modifier and Type | Method and Description |
---|---|
static DraftPair |
DraftPair.newDraftPair(DiffKeyParse diffKeyParse,
PollwikiVS wiki)
Constructs a DraftPair from a parsed difference key.
|
static DraftPair |
DraftPair.newDraftPair(String pageName1,
String pageName2,
VoteServer.Run vsRun,
CountSource countSource)
Constructs a DraftPair from the latest revisions of the specified position cores.
|
DraftPair |
DraftPair.newReversePair()
Constructs the reverse of this draft pair, in which all components of a-draft and
b-draft are interchanged.
|
Modifier and Type | Method and Description |
---|---|
File |
DiffCache.diffFile(DraftPair pair)
Returns the cached diff output for the specified draft pair.
|
Modifier and Type | Method and Description |
---|---|
static List<Throwable> |
DraftPair.newDraftPairs(ArrayList<String> aPageNameList,
String bPageName,
VoteServer.Run vsRun,
CountSource countSource,
List<DraftPair> pairs,
List<Throwable> userXList)
Constructs a DraftPair for the latest of each of the specified position cores that
resolves to a draft (aPageNameList) and appends it to the provided list of pairs.
|
Modifier and Type | Method and Description |
---|---|
DraftPair |
DiffMessage.draftPair()
Representing a valid
DraftPair . |
Constructor and Description |
---|
DiffMessage(Message msg,
DraftPair draftPair)
Constructor to create a DiffMessage from a Message and
decorate it with difference information.
|