Package com.e1c.langtool.internal.sync
Interface SyncCacheEditor
- All Superinterfaces:
SyncCache
- All Known Implementing Classes:
InMemorySyncCacheEditor
-
Method Summary
Modifier and TypeMethodDescriptionvoidclearSyncronizedResources(org.eclipse.core.runtime.IPath fullSourcePath, String syncronizerId) voidputSyncronizedResources(org.eclipse.core.runtime.IPath fullSourcePath, String syncronizerId, Collection<org.eclipse.core.runtime.IPath> syncronizedResources) Methods inherited from interface com.e1c.langtool.sync.SyncCache
allSynchronizedResources, getProject, getSynchronizedResources, getSynchronizedResources
-
Method Details
-
putSyncronizedResources
void putSyncronizedResources(org.eclipse.core.runtime.IPath fullSourcePath, String syncronizerId, Collection<org.eclipse.core.runtime.IPath> syncronizedResources) -
clearSyncronizedResources
-