Class AbstractMethodTransfomer
- java.lang.Object
-
- net.fortuna.ical4j.transform.component.AbstractMethodTransfomer
-
- All Implemented Interfaces:
Transformer<Component>
- Direct Known Subclasses:
ComponentDeclineCounterTransformer
,ComponentRefreshTransformer
public abstract class AbstractMethodTransfomer extends Object implements Transformer<Component>
-
-
Constructor Summary
Constructors Constructor Description AbstractMethodTransfomer()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract void
removeProperties(Component component)
Component
transform(Component object)
Transforms the specified calendar object according to the implementation of this method.
-
-
-
Method Detail
-
transform
public Component transform(Component object)
Description copied from interface:Transformer
Transforms the specified calendar object according to the implementation of this method.- Specified by:
transform
in interfaceTransformer<Component>
- Parameters:
object
- a calendar object to transform- Returns:
- a transformed calendar object
-
removeProperties
protected abstract void removeProperties(Component component)
-
-