Method Summary |
|
void | createArticle(InputStream in) Creates an article in the repository from the data in the reader. |
NNTPArticle | getArticleFromID(String id) Gets the article with the specified id from within the repository. |
Iterator | getArticlesSince(Date dt) |
NNTPGroup | getGroup(String groupName) Gets the group with the specified name from within the repository. |
Iterator | getGroupsSince(Date dt) |
Iterator | getMatchedGroups(String wildmat) |
String[] | getOverviewFormat() Returns the ordered array of header names (including the trailing colon on each)
returned in overview format for articles stored in this repository. |
boolean | isReadOnly() Returns whether this repository is read only. |