Package | Description |
---|---|
votorola.a.diff.harvest |
Caching forum messages.
|
votorola.a.diff.harvest.cache |
Modifier and Type | Method and Description |
---|---|
static Message |
Message.create(String content,
String sender,
String archiveUrl,
String path,
List<String> diffUrls,
Date sentDate)
Create a new message including MessageContext.
|
Modifier and Type | Method and Description |
---|---|
Message |
DiffMessage.message()
The message containing this difference.
|
Modifier and Type | Method and Description |
---|---|
boolean |
HarvestCache.store(Message msg,
Authenticator av)
Call this once you have a valid message including
url to the web, to store it permanently in
the database.
|
Constructor and Description |
---|
DiffMessage(Message msg,
DraftPair draftPair)
Constructor to create a DiffMessage from a Message and
decorate it with difference information.
|