Uses of Class
com.microsoft.tfs.core.persistence.FilesystemPersistenceStore

Packages that use FilesystemPersistenceStore
com.microsoft.tfs.core.config.persistence   
com.microsoft.tfs.core.persistence   
 

Uses of FilesystemPersistenceStore in com.microsoft.tfs.core.config.persistence
 

Methods in com.microsoft.tfs.core.config.persistence that return FilesystemPersistenceStore
 FilesystemPersistenceStore PersistenceStoreProvider.getCachePersistenceStore()
           Gets the PersistenceStore for storing cache information.
 FilesystemPersistenceStore DefaultPersistenceStoreProvider.getCachePersistenceStore()
           Gets the PersistenceStore for storing cache information.
 FilesystemPersistenceStore PersistenceStoreProvider.getConfigurationPersistenceStore()
           Gets the PersistenceStore for storing non-cache configuration information.
 FilesystemPersistenceStore DefaultPersistenceStoreProvider.getConfigurationPersistenceStore()
           Gets the PersistenceStore for storing non-cache configuration information.
 FilesystemPersistenceStore PersistenceStoreProvider.getLogPersistenceStore()
           Gets the PersistenceStore for storing log files.
 FilesystemPersistenceStore DefaultPersistenceStoreProvider.getLogPersistenceStore()
           Gets the PersistenceStore for storing log files.
 

Uses of FilesystemPersistenceStore in com.microsoft.tfs.core.persistence
 

Subclasses of FilesystemPersistenceStore in com.microsoft.tfs.core.persistence
 class VersionedVendorFilesystemPersistenceStore
           Extends FilesystemPersistenceStore to automatically find the right base directory by looking in some system locations, depending on platform.
 



© 2015 Microsoft. All rights reserved.