org.peabody.emailprocessor
Class EPUtil

java.lang.Object
  extended by org.peabody.emailprocessor.EPUtil

public class EPUtil
extends java.lang.Object


Constructor Summary
EPUtil()
           
 
Method Summary
static java.lang.Object buildObjectFromElement(org.xml.sax.Attributes aAttributes)
          Creates an object from the specified element attributes
static java.lang.String normalizeCategory(java.lang.String aCategoryString)
          Ensures that a category is in the exact format of /category1/category2/etc/ and no extra or missing slashes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EPUtil

public EPUtil()
Method Detail

buildObjectFromElement

public static java.lang.Object buildObjectFromElement(org.xml.sax.Attributes aAttributes)
Creates an object from the specified element attributes


normalizeCategory

public static java.lang.String normalizeCategory(java.lang.String aCategoryString)
Ensures that a category is in the exact format of /category1/category2/etc/ and no extra or missing slashes