Interface SyncCacheEditor

All Superinterfaces:
SyncCache
All Known Implementing Classes:
InMemorySyncCacheEditor

public interface SyncCacheEditor extends SyncCache
  • Method Details

    • putSyncronizedResources

      void putSyncronizedResources(org.eclipse.core.runtime.IPath fullSourcePath, String syncronizerId, Collection<org.eclipse.core.runtime.IPath> syncronizedResources)
    • clearSyncronizedResources

      void clearSyncronizedResources(org.eclipse.core.runtime.IPath fullSourcePath, String syncronizerId)