net.fortuna.ical4j.transform
Class PublishTransformer

java.lang.Object
  extended by net.fortuna.ical4j.transform.Transformer
      extended by net.fortuna.ical4j.transform.PublishTransformer

public class PublishTransformer
extends Transformer

$Id$ Created: 26/09/2004 Transforms a calendar for publishing.

Author:
benfortuna

Constructor Summary
PublishTransformer()
           
 
Method Summary
 Calendar transform(Calendar calendar)
          Transforms the specified calendar according to the implementation of this method.
 
Methods inherited from class net.fortuna.ical4j.transform.Transformer
transform
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PublishTransformer

public PublishTransformer()
Method Detail

transform

public final Calendar transform(Calendar calendar)
Transforms the specified calendar according to the implementation of this method. By definition this method will modify the existing calendar instance and return it for convenience.

Specified by:
transform in class Transformer
Parameters:
calendar - a calendar to transform
Returns:
a transformed calendar


Copyright © 2004-2012 Micronode. All Rights Reserved.