public interface IContentProcessor<T>
| Modifier and Type | Method and Description |
|---|---|
Set<net.fortuna.ical4j.model.component.VEvent> |
getEvents(org.joda.time.Interval interval,
T calendar)
Implementations should not return null (at a minimum return Collections.emptySet()).
|
T |
getIntermediateCalendar(org.joda.time.Interval interval,
InputStream in)
Implementations should not return null (at a minimum return Collections.emptySet()).
|
T getIntermediateCalendar(org.joda.time.Interval interval, InputStream in)
calendarId - period - in - Copyright © 2019 Apereo. All rights reserved.