Uses of Interface
com.microsoft.tfs.core.persistence.PersistenceStore

Packages that use PersistenceStore
com.microsoft.tfs.core.clients.build.buildstatus   
com.microsoft.tfs.core.clients.registration   
com.microsoft.tfs.core.credentials.internal   
com.microsoft.tfs.core.persistence   
com.microsoft.tfs.core.util   
com.microsoft.tfs.core.util.serverlist.internal   
 

Uses of PersistenceStore in com.microsoft.tfs.core.clients.build.buildstatus
 

Methods in com.microsoft.tfs.core.clients.build.buildstatus with parameters of type PersistenceStore
static BuildStatusCache BuildStatusCache.load(PersistenceStore baseStore, java.lang.String projectCollectionId)
           
 void BuildStatusCache.save(PersistenceStore baseStore, java.lang.String projectCollectionId)
           
 

Uses of PersistenceStore in com.microsoft.tfs.core.clients.registration
 

Methods in com.microsoft.tfs.core.clients.registration with parameters of type PersistenceStore
static ServerMap ServerMap.load(PersistenceStore cacheStore)
           
static RegistrationData RegistrationData.load(PersistenceStore cacheStore, java.lang.String childLocationName)
           
static RegistrationData RegistrationData.load(PersistenceStore cacheStore, java.net.URI serverURI)
           
 void ServerMap.save(PersistenceStore cacheStore)
           
 void RegistrationData.save(PersistenceStore baseStore, java.lang.String childLocationName)
           
 

Uses of PersistenceStore in com.microsoft.tfs.core.credentials.internal
 

Constructors in com.microsoft.tfs.core.credentials.internal with parameters of type PersistenceStore
PersistenceStoreCredentialsManager(PersistenceStore configurationStore)
           
 

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

Classes in com.microsoft.tfs.core.persistence that implement PersistenceStore
 class FilesystemPersistenceStore
           Implements PersistenceStore by persisting objects to files in directories on the filesystem.
 class VersionedVendorFilesystemPersistenceStore
           Extends FilesystemPersistenceStore to automatically find the right base directory by looking in some system locations, depending on platform.
 

Methods in com.microsoft.tfs.core.persistence that return PersistenceStore
 PersistenceStore VersionedVendorFilesystemPersistenceStore.getChildStore(java.lang.String childName)
          Gets a PersistenceStore for the given child name.
 PersistenceStore PersistenceStore.getChildStore(java.lang.String childName)
          Gets a PersistenceStore for the given child name.
 PersistenceStore FilesystemPersistenceStore.getChildStore(java.lang.String childName)
          Gets a PersistenceStore for the given child name.
 

Methods in com.microsoft.tfs.core.persistence with parameters of type PersistenceStore
 boolean PersistenceStore.migrateItem(PersistenceStore oldStore, java.lang.String oldItemName, java.lang.String newItemName)
           Copies the persisted item specified by oldItemName from the oldStore into this store with the newItemName.
 boolean FilesystemPersistenceStore.migrateItem(PersistenceStore oldStore, java.lang.String oldItemName, java.lang.String newItemName)
           Copies the persisted item specified by oldItemName from the oldStore into this store with the newItemName.
 

Uses of PersistenceStore in com.microsoft.tfs.core.util
 

Constructors in com.microsoft.tfs.core.util with parameters of type PersistenceStore
MementoRepository(PersistenceStore store)
          Creates a MementoRepository that stores its data inside a child store inside the given PersistenceStore.
 

Uses of PersistenceStore in com.microsoft.tfs.core.util.serverlist.internal
 

Constructors in com.microsoft.tfs.core.util.serverlist.internal with parameters of type PersistenceStore
PersistenceStoreServerListManager(PersistenceStore configurationStore)
           
 



© 2015 Microsoft. All rights reserved.