| |
|
| org.apache.james.nntpserver.repository.NNTPGroupImpl
NNTPGroupImpl | class NNTPGroupImpl extends AbstractLogEnabled implements NNTPGroup(Code) | | Group is represented by a directory.
Articles are stored in files with the name of file == article number
|
Constructor Summary | |
| NNTPGroupImpl(File root) The sole constructor for this particular NNTPGroupImpl. |
NNTPGroupImpl | NNTPGroupImpl(File root)(Code) | | The sole constructor for this particular NNTPGroupImpl.
Parameters: root - the directory containing the articles |
getArticle | public NNTPArticle getArticle(int number)(Code) | | See Also: org.apache.james.nntpserver.NNTPGroup.getArticle(int) |
getArticles | public Iterator getArticles()(Code) | | See Also: org.apache.james.nntpserver.NNTPGroup.getArticles |
getArticlesSince | public Iterator getArticlesSince(Date dt)(Code) | | See Also: org.apache.james.nntpserver.NNTPGroup.getArticlesSince(Date) |
getDescription | public String getDescription()(Code) | | See Also: org.apache.james.nntpserver.NNTPGroup.getDescription |
getFirstArticleNumber | public int getFirstArticleNumber()(Code) | | See Also: org.apache.james.nntpserver.NNTPGroup.getFirstArticleNumber |
getLastArticleNumber | public int getLastArticleNumber()(Code) | | See Also: org.apache.james.nntpserver.NNTPGroup.getLastArticleNumber |
getName | public String getName()(Code) | | See Also: org.apache.james.nntpserver.NNTPGroup.getName |
getNumberOfArticles | public int getNumberOfArticles()(Code) | | See Also: org.apache.james.nntpserver.NNTPGroup.getNumberOfArticles |
isPostAllowed | public boolean isPostAllowed()(Code) | | See Also: org.apache.james.nntpserver.NNTPGroup.isPostAllowed |
|
|
|