public static class EmailExpander.None extends Object implements EmailExpander
EmailExpander.None, EmailExpander.Simple
Modifier and Type | Field and Description |
---|---|
static EmailExpander.None |
INSTANCE |
Modifier and Type | Method and Description |
---|---|
boolean |
canExpand(String user) |
static boolean |
canHandle(String fmt) |
String |
expand(String user) |
public static final EmailExpander.None INSTANCE
public static boolean canHandle(String fmt)
public boolean canExpand(String user)
canExpand
in interface EmailExpander
public String expand(String user)
expand
in interface EmailExpander