Uses of Interface
com.microsoft.tfs.core.config.persistence.PersistenceStoreProvider

Packages that use PersistenceStoreProvider
com.microsoft.tfs.core   
com.microsoft.tfs.core.clients.versioncontrol   
com.microsoft.tfs.core.config   
com.microsoft.tfs.core.config.persistence   
com.microsoft.tfs.core.credentials   
com.microsoft.tfs.core.util.serverlist   
 

Uses of PersistenceStoreProvider in com.microsoft.tfs.core
 

Methods in com.microsoft.tfs.core that return PersistenceStoreProvider
 PersistenceStoreProvider TFSConnection.getPersistenceStoreProvider()
          Obtains the PersistenceStoreProvider that determines where cache and configuration data is stored.
 

Uses of PersistenceStoreProvider in com.microsoft.tfs.core.clients.versioncontrol
 

Methods in com.microsoft.tfs.core.clients.versioncontrol with parameters of type PersistenceStoreProvider
static java.io.File Workstation.getConfigurationDirectory(PersistenceStoreProvider provider)
          Gets the directory where Workstation stores its non-cache configuration files.
static Workstation Workstation.getCurrent(PersistenceStoreProvider persistenceProvider)
          Gets the "current" (for this computer) Workstation that uses the specified PersistenceStoreProvider to read and write its cache and config files.
static java.io.File Workstation.getOfflineMetadataFileRoot(PersistenceStoreProvider provider)
          Returns the directory location where workspace local version metadata files are stored.
 

Uses of PersistenceStoreProvider in com.microsoft.tfs.core.config
 

Methods in com.microsoft.tfs.core.config that return PersistenceStoreProvider
 PersistenceStoreProvider DefaultConnectionAdvisor.getPersistenceStoreProvider(ConnectionInstanceData instanceData)
           
 PersistenceStoreProvider ConnectionAdvisor.getPersistenceStoreProvider(ConnectionInstanceData instanceData)
          Called by the TFSConnection the first time that the TFSConnection's PersistenceStoreProvider is requested.
 

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

Classes in com.microsoft.tfs.core.config.persistence that implement PersistenceStoreProvider
 class DefaultPersistenceStoreProvider
           A default implementation of the PersistenceStoreProvider interface that uses standard discovery mechanisms (common with Visual Studio) to locate the cache and configuration file directories.
 

Uses of PersistenceStoreProvider in com.microsoft.tfs.core.credentials
 

Methods in com.microsoft.tfs.core.credentials with parameters of type PersistenceStoreProvider
static CredentialsManager CredentialsManagerFactory.getCredentialsManager(PersistenceStoreProvider persistenceProvider)
          Gets the best CredentialsManager for this platform.
static CredentialsManager CredentialsManagerFactory.getCredentialsManager(PersistenceStoreProvider persistenceProvider, boolean usePersistanceCredentialsManager)
          Gets the best CredentialsManager for this platform.
 

Uses of PersistenceStoreProvider in com.microsoft.tfs.core.util.serverlist
 

Methods in com.microsoft.tfs.core.util.serverlist with parameters of type PersistenceStoreProvider
static ServerListManager ServerListManagerFactory.getServerListProvider(PersistenceStoreProvider persistenceProvider)
          Gets the best ServerListManager for this platform.
 



© 2015 Microsoft. All rights reserved.