things.data.processing.rfc822
Class AddressTools

java.lang.Object
  extended by things.data.processing.rfc822.AddressTools

public class AddressTools
extends java.lang.Object

Static tools for address processing. It's a brute, so don't use it.

Version:
1.0

Version History

EPG - Initial - 15 FEB 05
 
Author:
Erich P. Gatejen

Constructor Summary
AddressTools()
           
 
Method Summary
static java.lang.String trimFriendly(java.lang.String address)
          It will trim whitespace and encapsulating quotes (if present and matched front and back).
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AddressTools

public AddressTools()
Method Detail

trimFriendly

public static java.lang.String trimFriendly(java.lang.String address)
It will trim whitespace and encapsulating quotes (if present and matched front and back).

Parameters:
address - the string.
Returns:
the trimmed string. Null in will result in null out.


Things.