Uses of Enum
org.kendar.sync.lib.protocol.BackupType
Packages that use BackupType
Package
Description
-
Uses of BackupType in org.kendar.sync.client
Methods in org.kendar.sync.client that return BackupTypeMethods in org.kendar.sync.client with parameters of type BackupType -
Uses of BackupType in org.kendar.sync.lib.buffer.converters
Methods in org.kendar.sync.lib.buffer.converters that return BackupTypeMethods in org.kendar.sync.lib.buffer.converters that return types with arguments of type BackupTypeMethods in org.kendar.sync.lib.buffer.converters with parameters of type BackupType -
Uses of BackupType in org.kendar.sync.lib.model
Methods in org.kendar.sync.lib.model that return BackupTypeMethods in org.kendar.sync.lib.model with parameters of type BackupTypeModifier and TypeMethodDescriptionvoidServerSettings.BackupFolder.setBackupType(BackupType backupType) Constructors in org.kendar.sync.lib.model with parameters of type BackupTypeModifierConstructorDescriptionBackupFolder(String virtualName, String realPath, BackupType backupType, List<String> allowedUsers, boolean ignoreSystemFiles, boolean ignoreHiddenFiles, List<String> ignoredPatterns) Creates a new backup folder. -
Uses of BackupType in org.kendar.sync.lib.protocol
Methods in org.kendar.sync.lib.protocol that return BackupTypeModifier and TypeMethodDescriptionConnectResponseMessage.getBackupType()static BackupTypeReturns the enum constant of this type with the specified name.static BackupType[]BackupType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.kendar.sync.lib.protocol with parameters of type BackupTypeModifier and TypeMethodDescriptionvoidConnectResponseMessage.setBackupType(BackupType backupType) Constructors in org.kendar.sync.lib.protocol with parameters of type BackupTypeModifierConstructorDescriptionConnectResponseMessage(boolean accepted, String errorMessage, int maxPacketSize, int maxConnections, BackupType backupType, boolean ignoreSystemFiles, boolean ignoreHiddenFiles, List<String> ignoredPatterns) Creates a new connection response message. -
Uses of BackupType in org.kendar.sync.lib.utils
Methods in org.kendar.sync.lib.utils with parameters of type BackupTypeModifier and TypeMethodDescriptionFileUtils.calculateFileDifferences(List<FileInfo> sourceFiles, List<FileInfo> targetFiles, BackupType backupType) Calculates the files that need to be transferred and deleted.static StringFileUtils.getTargetPath(FileInfo file, String targetDir, BackupType backupType) Gets the target path for a file based on the backup type.