Uses of Enum Class
com.e1c.langtool.sync.SyncStrategy
Packages that use SyncStrategy
-
Uses of SyncStrategy in com.e1c.langtool.internal.sync
Methods in com.e1c.langtool.internal.sync that return SyncStrategyModifier and TypeMethodDescriptionInternalSynchronizationService.getSyncSettings(org.eclipse.core.resources.IProject source, org.eclipse.core.resources.IProject translated) Gets the sync settings from preference store.ProjectSynchronizationService.getSyncSettings(org.eclipse.core.resources.IProject source, org.eclipse.core.resources.IProject translated) ProjectSynchronization.getSyncStrategy()Methods in com.e1c.langtool.internal.sync with parameters of type SyncStrategyModifier and TypeMethodDescriptionvoidProjectSynchronization.setSyncStrategy(SyncStrategy strategy) voidInternalSynchronizationService.updateSyncSettings(org.eclipse.core.resources.IProject source, org.eclipse.core.resources.IProject translated, SyncStrategy strategy) Update sync settings for translated project.voidProjectSynchronizationService.updateSyncSettings(org.eclipse.core.resources.IProject source, org.eclipse.core.resources.IProject translated, SyncStrategy strategy) -
Uses of SyncStrategy in com.e1c.langtool.sync
Methods in com.e1c.langtool.sync that return SyncStrategyModifier and TypeMethodDescriptionSynchronizationManager.getSyncStrategy()Gets the synchronization strategy.static SyncStrategyReturns the enum constant of this class with the specified name.static SyncStrategy[]SyncStrategy.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.e1c.langtool.sync with parameters of type SyncStrategyModifier and TypeMethodDescriptionvoidSynchronizationManager.setSyncStrategy(SyncStrategy strategy) Sets the synchronization strategy.