|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IPersistenceProviderFactory
Interface of persistence provider factory.
IPersistenceProvider
Method Summary | |
---|---|
IPersistenceProvider |
createPersistenceProvider(String filePath)
Creates a new instance of persistence provider. |
String |
getPersistenceFilePath()
Returns the path to the persistence provider configuration or storage file. |
String |
getProviderId()
Returns the ID of the provider. |
Method Detail |
---|
String getProviderId()
IPersistenceProvider createPersistenceProvider(String filePath) throws PersistenceException
filePath
- the path to configuration/storage file for the provider
PersistenceException
- if provider could not be createdString getPersistenceFilePath()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |