|
Jive Forums API (5.5.20.2-oracle) Developer Javadocs | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NNTPDate | |
---|---|
com.jivesoftware.forum.nntp | Jive Forums internal NNTP server. |
Uses of NNTPDate in com.jivesoftware.forum.nntp |
---|
Methods in com.jivesoftware.forum.nntp that return NNTPDate | |
---|---|
NNTPDate |
NewsGroupFilter.getStartDate()
Returns the date all groups creation date must follow (NEWGROUPS command) or null if this is not a new group filter. |
static NNTPDate |
NNTPDate.parseDate(java.lang.String dateString)
Parse a date from the given NNTP string representation. |
static NNTPDate |
NNTPDate.parseDateTimeDist(java.lang.String[] cmdParts,
int index,
NewsGroupFilter filter)
Parse a date as it appears on an NNTP command line or header field. |
static NNTPDate |
NNTPDate.parseGMTDate(java.lang.String dateString)
Parse a date from the given GMT NNTP string representation. |
Methods in com.jivesoftware.forum.nntp with parameters of type NNTPDate | |
---|---|
void |
NewsGroupFilter.setStartDate(NNTPDate start)
Sets the start date for NEWGROUPS matching. |
|
Jive Forums Project Page | |||||||||
PREV NEXT | FRAMES NO FRAMES |