Inherits from TICDSVacuumOperation : TICDSOperation : NSOperation
Declared in TICDSFileManagerBasedVacuumOperation.h

Overview

TICDSFileManagerBasedVacuumOperation is a vacuum operation designed for use with a TICDSFileManagerBasedDocumentSyncManager.

Tasks

Paths

Properties

thisDocumentRecentSyncsDirectoryPath

The path to this document’s RecentSyncs directory.

@property (copy) NSString *thisDocumentRecentSyncsDirectoryPath

Declared In

TICDSFileManagerBasedVacuumOperation.h

thisDocumentSyncChangesThisClientDirectoryPath

The path to this client’s directory inside the RecentSyncs directory for this document.

@property (copy) NSString *thisDocumentSyncChangesThisClientDirectoryPath

Declared In

TICDSFileManagerBasedVacuumOperation.h

thisDocumentWholeStoreDirectoryPath

The path to this document’s WholeStore directory.

@property (copy) NSString *thisDocumentWholeStoreDirectoryPath

Declared In

TICDSFileManagerBasedVacuumOperation.h

Instance Methods

pathToWholeStoreFileForClientWithIdentifier:

The path to a given client’s WholeStore.ticdsync file within this document’s WholeStore directory.

- (NSString *)pathToWholeStoreFileForClientWithIdentifier:(NSString *)anIdentifier

Parameters

anIdentifier

The unique sync identifier for the client.

Declared In

TICDSFileManagerBasedVacuumOperation.h