|
Hyperic HQ Plugin API v. 4.4.0.2 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.hyperic.util.EmailValidator
public class EmailValidator
User's may have email addresses This class provides and validates email addresses The Jakarta ORO libraries full featured (i.e. Perl5) regexp support
| Constructor Summary | |
|---|---|
EmailValidator()
|
|
| Method Summary | |
|---|---|
static boolean |
isValidEmailAddress(java.lang.String email)
Basic syntax check to validate whether something looks like an email address |
static boolean |
isValidSimpleEmail(java.lang.String email)
Simple check. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EmailValidator()
| Method Detail |
|---|
public static boolean isValidEmailAddress(java.lang.String email)
public static boolean isValidSimpleEmail(java.lang.String email)
|
Hyperic HQ Plugin API v. 4.4.0.2 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||