Class MethodUpdate
- java.lang.Object
-
- net.fortuna.ical4j.transform.calendar.MethodUpdate
-
- All Implemented Interfaces:
Transformer<Calendar>
public class MethodUpdate extends Object implements Transformer<Calendar>
Created by fortuna on 19/07/2017.
-
-
Constructor Summary
Constructors Constructor Description MethodUpdate(Method method)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Calendartransform(Calendar object)Transforms the specified calendar object according to the implementation of this method.
-
-
-
Constructor Detail
-
MethodUpdate
public MethodUpdate(Method method)
-
-
Method Detail
-
transform
public Calendar transform(Calendar object)
Description copied from interface:TransformerTransforms the specified calendar object according to the implementation of this method.- Specified by:
transformin interfaceTransformer<Calendar>- Parameters:
object- a calendar object to transform- Returns:
- a transformed calendar object
-
-