Package org.bedework.convert
Class IcalTranslator.Pars
java.lang.Object
org.bedework.convert.IcalTranslator.Pars
- Enclosing class:
- IcalTranslator
We'll use this to parameterize some of the behaviour
-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanSupport simple contacts only.booleanSupport simple location only. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
simpleLocation
public boolean simpleLocationSupport simple location only. Many iCalendar-aware applications only support a simple string valued location.If this value is true we only pass the address part of the location and provide an altrep which will allow (some) clients to retrieve the full form of a location.
-
simpleContact
public boolean simpleContactSupport simple contacts only.
-
-
Constructor Details
-
Pars
public Pars()
-