org.zerofun.maven.im.beans
Class UtilityBean

java.lang.Object
  |
  +--org.zerofun.maven.im.beans.UtilityBean

public class UtilityBean
extends java.lang.Object

Some simple utility methods for the Maven IM plugin.

Version:
$Revision: 1.1 $
Author:
Sam Mulube

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

UtilityBean

public UtilityBean()
Method Detail

getRecipients

public 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.

Parameters:
recipients - the comma separated list of recipients
Returns:
an array of recipients


Copyright © 2003 Zerofun Software. All Rights Reserved.