|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PersistenceStoreProvider
A PersistenceStoreProvider
is used by a TFSConnection
to
locate cache and configuration files. A PersistenceStoreProvider
is
supplied to a TFSConnection
by a ConnectionAdvisor
.
TFSConnection
allows multiple threads to use a
PersistenceStoreProvider
concurrently.
For a default implementation, see DefaultPersistenceStoreProvider
.
TFSConnection
,
ConnectionAdvisor
,
DefaultPersistenceStoreProvider
Method Summary | |
---|---|
FilesystemPersistenceStore |
getCachePersistenceStore()
Gets the PersistenceStore for storing cache information. |
FilesystemPersistenceStore |
getConfigurationPersistenceStore()
Gets the PersistenceStore for storing non-cache configuration
information. |
FilesystemPersistenceStore |
getLogPersistenceStore()
Gets the PersistenceStore for storing log files. |
Method Detail |
---|
FilesystemPersistenceStore getCachePersistenceStore()
Gets the PersistenceStore
for storing cache information. Cache
information is information that can be re-created from server data but
improves performance to have it locally.
FilesystemPersistenceStore
object for storing cache
data, never null
FilesystemPersistenceStore getConfigurationPersistenceStore()
Gets the PersistenceStore
for storing non-cache configuration
information. User configuration information is unlike cache information
in that it cannot be recreated without input from the user.
FilesystemPersistenceStore
object for storing non-cache
configuration data, never null
FilesystemPersistenceStore getLogPersistenceStore()
Gets the PersistenceStore
for storing log files. Returning
null
disables logging to files.
FilesystemPersistenceStore
object for storing non-cache
configuration data, null
to disable storing log
files on disk
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |