Package com.storedobject.common
Class Email
java.lang.Object
com.storedobject.common.Email
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Email
public Email()
-
-
Method Details
-
check
Check email format for the given email.- Parameters:
email
- Email- Returns:
- Email (may be modified).
- Throws:
SOException
- If the email format is not valid
-
check
Check email format for the given email.- Parameters:
email
- EmailallowEmpty
- Whether empty should be taken as valid or not- Returns:
- Email (may be modified).
- Throws:
SOException
- If the email format is not valid
-