|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.zerofun.maven.im.beans.UtilityBean
Some simple utility methods for the Maven IM plugin.
Constructor Summary | |
UtilityBean()
|
Method Summary | |
static java.lang.String[] |
getRecipients(java.lang.String recipients)
Parses a string which may contain either a single recipient, or a comma separated list of recipients, and spits out an array of strings, each one of which is a single recipient. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public UtilityBean()
Method Detail |
public static java.lang.String[] getRecipients(java.lang.String recipients)
recipients
- the comma separated list of recipients
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |