Class LocalCardStore
- java.lang.Object
-
- net.fortuna.ical4j.connector.local.AbstractLocalObjectStore<LocalCardCollection>
-
- net.fortuna.ical4j.connector.local.LocalCardStore
-
- All Implemented Interfaces:
CardStore<LocalCardCollection>
,ObjectStore<LocalCardCollection>
public class LocalCardStore extends AbstractLocalObjectStore<LocalCardCollection> implements CardStore<LocalCardCollection>
-
-
Constructor Summary
Constructors Constructor Description LocalCardStore(File root)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected LocalCardCollection
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
-
LocalCardStore
public LocalCardStore(File root)
-
-
Method Detail
-
newCollection
protected LocalCardCollection newCollection(String id)
- Specified by:
newCollection
in classAbstractLocalObjectStore<LocalCardCollection>
-
-