Uses of Class
de.spiritscorp.datasync.io.Preference
Packages that use Preference
Package
Description
-
Uses of Preference in de.spiritscorp.datasync.controller
Methods in de.spiritscorp.datasync.controller that return PreferenceConstructors in de.spiritscorp.datasync.controller with parameters of type PreferenceModifierConstructorDescriptionSyncJobContext(String name, Preference taskPreference) Creates a new isolated synchronization job environment with its own preference clone. * @param name The identification name for the user interface sidebar -
Uses of Preference in de.spiritscorp.datasync.io
Methods in de.spiritscorp.datasync.io that return PreferenceModifier and TypeMethodDescriptionPreferenceManager.createProfile(String jobName, boolean withSave) Allocates and provisions a new, distinct profile configuration data scope unit.PreferenceManager.getProfile(String jobName) Retrieves an allocated configuration tracking state context signature via its workspace identifier.PreferenceManager.setNewProfile(String jobName, Preference pref) Atomically set a copy of an active synchronization job context tracking assignment.Methods in de.spiritscorp.datasync.io that return types with arguments of type PreferenceModifier and TypeMethodDescriptionPreferenceManager.getLoadedProfiles()Exposes the active, in-memory configuration profile list registry.Methods in de.spiritscorp.datasync.io with parameters of type PreferenceModifier and TypeMethodDescriptionbooleanPreferenceManager.moveProfile(int newIdx, int draggedIdx, Preference pref) Adjusts the sequential position of an automation profile within the structural execution queue.booleanPreferenceManager.renameProfile(String oldName, String newName, Preference pref) Atomically handles profile rename routines inside the synchronization runtime context.PreferenceManager.setNewProfile(String jobName, Preference pref) Atomically set a copy of an active synchronization job context tracking assignment. -
Uses of Preference in de.spiritscorp.datasync.model
Constructors in de.spiritscorp.datasync.model with parameters of type PreferenceModifierConstructorDescriptionBgModel(Preference pref, Logger logger, Map<Path, FileAttributes> sourceMap, Map<Path, FileAttributes> destMap)