|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.fortuna.ical4j.util.CompatibilityHints
public final class CompatibilityHints
$Id$ Created on 9/03/2006 A set of keys used to enable compatibility features.
Field Summary | |
---|---|
static String |
KEY_NOTES_COMPATIBILITY
A system property key used to enable compatibility with Lotus Notes-generated iCalendar files. |
static String |
KEY_OUTLOOK_COMPATIBILITY
A system property key used to enable compatibility with Outlook/Exchange-generated iCalendar files. |
static String |
KEY_RELAXED_PARSING
A system property key to enable relaxed parsing. |
static String |
KEY_RELAXED_UNFOLDING
A system property key to enable relaxed unfolding. |
static String |
KEY_RELAXED_VALIDATION
A system property key to enable relaxed validation. |
Method Summary | |
---|---|
static void |
clearHintEnabled(String key)
|
static boolean |
isHintEnabled(String key)
|
static void |
setHintEnabled(String key,
boolean enabled)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String KEY_RELAXED_UNFOLDING
public static final String KEY_RELAXED_PARSING
public static final String KEY_RELAXED_VALIDATION
public static final String KEY_OUTLOOK_COMPATIBILITY
public static final String KEY_NOTES_COMPATIBILITY
Method Detail |
---|
public static void setHintEnabled(String key, boolean enabled)
key
- a compatibility hint keyenabled
- indicates whether to enable or disable the compatibility hintpublic static void clearHintEnabled(String key)
key
- a compatibility hint keypublic static boolean isHintEnabled(String key)
key
- a compatibility hint key
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |