|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.ceryle.wiki.plugin.emailnotifier.Subscriber
public class Subscriber
Represents an individual person who is interested in being notified of changes.
| Method Summary | |
|---|---|
String |
getEmailAddress()
Simple getter so outsiders can get what address to send to. |
static Subscriber |
parse(String candidateLine)
Attempt to parse the candidateLine into a Subscription. |
boolean |
shouldSendAt(Date scheduledDate)
|
boolean |
subscribesTo(String pageName)
Subscribes to a page if his list is empty (wants everything) or if the list contains the pageName. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static Subscriber parse(String candidateLine)
candidateLine -
null if candidateLine did not
represent a subscription.public String getEmailAddress()
public boolean subscribesTo(String pageName)
public boolean shouldSendAt(Date scheduledDate)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||