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 PreferenceMethods in de.spiritscorp.datasync.controller with parameters of type PreferenceModifier and TypeMethodDescriptionvoidMainViewController.handleSaveSettings(Preference localPreferences, AppTheme targetTheme) voidViewController.handleSaveSettings(Preference localPreferences, AppTheme targetTheme) Commits altered orchestration state variables using the encapsulated properties entity carrier.Constructors 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) 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.Methods in de.spiritscorp.datasync.io that return types with arguments of type PreferenceModifier and TypeMethodDescriptionPreferenceManager.getLoadedProfiles()Exposes the active, in-memory configuration profile map registry.Methods in de.spiritscorp.datasync.io with parameters of type PreferenceModifier and TypeMethodDescriptionbooleanPreferenceManager.renameProfile(String oldName, String newName, Preference pref) Atomically handles profile rename routines inside the synchronization runtime context. -
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)