@Warning(value="non-API") @ThreadSafe class PipermailHarvester.Archive extends Object
Modifier and Type | Class and Description |
---|---|
(package private) class |
PipermailHarvester.Archive.SetupFetcher |
Modifier and Type | Field and Description |
---|---|
AtomicBoolean |
firstRun
Whether the archive has been updated in this instance yet.
|
Constructor and Description |
---|
PipermailHarvester.Archive(String archiveUrl) |
Modifier and Type | Method and Description |
---|---|
String |
archiveUrl() |
String |
currentPeriod() |
String |
fault() |
String |
inputEncoding() |
boolean |
isFaulty() |
Locale |
locale() |
Date |
nextPeriodStart() |
void |
setCurrentPeriod(String current)
This determines whether UpdateContext will lookup the current month
directly or do an index update if the month has changed.
|
void |
setFaulty(String msg) |
void |
setInputEncoding(String encoding) |
void |
setLocale(Locale locale) |
public final AtomicBoolean firstRun
public PipermailHarvester.Archive(String archiveUrl)
public String archiveUrl()
public boolean isFaulty()
public void setInputEncoding(String encoding)
public String inputEncoding()
public void setCurrentPeriod(String current)
current
- public Date nextPeriodStart()
public String currentPeriod()