Methods Summary |
---|
public void | createArticle(java.io.InputStream in)Creates an article in the repository from the data in the reader.
TODO: Change this to be more OO and pass in a MimeMessage
|
public NNTPArticle | getArticleFromID(java.lang.String id)Gets the article with the specified id from within the repository.
|
public java.util.Iterator | getArticlesSince(java.util.Date dt)Gets all articles posted since the specified date
|
public NNTPGroup | getGroup(java.lang.String groupName)Gets the group with the specified name from within the repository.
|
public java.util.Iterator | getGroupsSince(java.util.Date dt)Gets all groups added since the specified date
|
public java.util.Iterator | getMatchedGroups(java.lang.String wildmat)Gets all groups that match the wildmat string
|
public java.lang.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.
|
public boolean | isReadOnly()Returns whether this repository is read only.
|