gnu.inet.nntp

Class Group


public final class Group
extends java.lang.Object

An item in an NNTP newsgroup listing.

Method Summary

int
getFirst()
The number of the first article currently in the newsgroup.
int
getLast()
The number of the last known article currently in the newsgroup.
String
getName()
The name of the newsgroup.
boolean
isCanPost()
True if posting to this newsgroup is allowed.

Method Details

getFirst

public int getFirst()
The number of the first article currently in the newsgroup.

getLast

public int getLast()
The number of the last known article currently in the newsgroup.

getName

public String getName()
The name of the newsgroup.

isCanPost

public boolean isCanPost()
True if posting to this newsgroup is allowed.