Class LocalCalendarStore
- java.lang.Object
-
- net.fortuna.ical4j.connector.local.AbstractLocalObjectStore<LocalCalendarCollection>
-
- net.fortuna.ical4j.connector.local.LocalCalendarStore
-
- All Implemented Interfaces:
CalendarStore<LocalCalendarCollection>
,ObjectStore<LocalCalendarCollection>
public class LocalCalendarStore extends AbstractLocalObjectStore<LocalCalendarCollection> implements CalendarStore<LocalCalendarCollection>
-
-
Constructor Summary
Constructors Constructor Description LocalCalendarStore(File root)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected LocalCalendarCollection
newCollection(String id)
-
Methods inherited from class net.fortuna.ical4j.connector.local.AbstractLocalObjectStore
addCollection, addCollection, connect, connect, disconnect, getCollection, getCollections, getRoot, isConnected, removeCollection
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.fortuna.ical4j.connector.ObjectStore
addCollection, addCollection, connect, connect, disconnect, getCollection, getCollections, isConnected, removeCollection
-
-
-
-
Constructor Detail
-
LocalCalendarStore
public LocalCalendarStore(File root)
-
-
Method Detail
-
newCollection
protected LocalCalendarCollection newCollection(String id)
- Specified by:
newCollection
in classAbstractLocalObjectStore<LocalCalendarCollection>
-
-