com.infoengine.email
Class CommonUtilities

java.lang.Object
  extended bycom.infoengine.email.CommonUtilities

public class CommonUtilities
extends Object


Field Summary
private static Vector months
           
private static String regexpSpecials
           
 
Constructor Summary
CommonUtilities()
           
 
Method Summary
static org.apache.regexp.RE getRegexp(String pattern)
           
static boolean isRequestedAttribute(String name, String[] attributes)
           
static Date parseDate(String date)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

regexpSpecials

private static final String regexpSpecials
See Also:
Constant Field Values

months

private static Vector months
Constructor Detail

CommonUtilities

public CommonUtilities()
Method Detail

isRequestedAttribute

public static boolean isRequestedAttribute(String name,
                                           String[] attributes)

getRegexp

public static org.apache.regexp.RE getRegexp(String pattern)
                                      throws IEException
Throws:
IEException

parseDate

public static Date parseDate(String date)