Package net.fortuna.ical4j.connector
Interface CardStore<C extends CardCollection>
-
- Type Parameters:
C
- the collection type supported by the store $Id$ Created on 27/09/2008
- All Superinterfaces:
ObjectStore<C>
- All Known Implementing Classes:
CardDavStore
,JcrCardStore
,LocalCardStore
public interface CardStore<C extends CardCollection> extends ObjectStore<C>
-
-
Method Summary
-
Methods inherited from interface net.fortuna.ical4j.connector.ObjectStore
addCollection, addCollection, connect, connect, disconnect, getCollection, getCollections, isConnected, removeCollection
-
-