◆ VCardToContact()
org.turro.vcard.VCardToContact.VCardToContact |
( |
VCard |
vCard | ) |
|
◆ getContact()
Contact org.turro.vcard.VCardToContact.getContact |
( |
| ) |
|
◆ getMostUsedAddress()
static String org.turro.vcard.VCardToContact.getMostUsedAddress |
( |
String |
key | ) |
|
|
static |
Definition at line 156 of file VCardToContact.java.
157 return MostUsed.getAddress(
158 ElephantProperties.getContextProperty(
"vCard", key, key),
◆ getMostUsedConnector()
static String org.turro.vcard.VCardToContact.getMostUsedConnector |
( |
String |
key | ) |
|
|
static |
Definition at line 150 of file VCardToContact.java.
151 return MostUsed.getConnector(
152 ElephantProperties.getContextProperty(
"vCard", key, key),
◆ matchValue()
static boolean org.turro.vcard.VCardToContact.matchValue |
( |
String |
key, |
|
|
String |
defaultValue, |
|
|
List< String > |
types |
|
) |
| |
|
static |
Definition at line 140 of file VCardToContact.java.
141 for(String p : types) {
142 if(ElephantProperties.getContextProperty(
"vCard", key, defaultValue).toLowerCase()
143 .matches(
".*(,|^)" + p.toLowerCase() +
"(,|$).*")) {
◆ translateGroup()
static String org.turro.vcard.VCardToContact.translateGroup |
( |
List< String > |
types | ) |
|
|
static |
The documentation for this class was generated from the following file: