Modifier and Type | Field and Description |
---|---|
protected IStore |
AbstractFilePersistenceDelegatingToStore.store
to manage root object persistence
|
Modifier and Type | Method and Description |
---|---|
IStore |
AbstractFilePersistenceDelegatingToStore.getStore() |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractFilePersistenceDelegatingToStore.setStore(IStore store) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractDelegatingToStoreManagers |
class |
AbstractStoreDelegatingToDataManager |
class |
Store
object storage management in file
manage root object synchronization in file default substitution setup is: PLinkedHashSet for HashSet PTreeSet for TreeSet PLinkedHashSet for LinkedHashSet PLinkedHashMap for HashMap PTreeMap for TreeMap PHashtable for HashTable only one path for one store, two store can not share the same directory for files |
Constructor and Description |
---|
AbstractImporter(IStore store) |
XmlImporter(IStore store) |
Constructor and Description |
---|
AbstractExporter(IStore store) |
StoreAccessForExport(IStore store) |
XmlExporter(IStore store) |
Constructor and Description |
---|
StoreSaver3(IStore store) |
Copyright © 2007-2012 Luc Peuvrier. All Rights Reserved.