TICDSFileManagerBasedVacuumOperation Class Reference
| Inherits from | TICDSVacuumOperation : TICDSOperation : NSOperation |
| Declared in | TICDSFileManagerBasedVacuumOperation.h |
Overview
TICDSFileManagerBasedVacuumOperation is a vacuum operation designed for use with a TICDSFileManagerBasedDocumentSyncManager.
Tasks
Paths
-
– pathToWholeStoreFileForClientWithIdentifier:The path to a given client’s
WholeStore.ticdsyncfile within this document’sWholeStoredirectory. -
thisDocumentWholeStoreDirectoryPathThe path to this document’s
propertyWholeStoredirectory. -
thisDocumentRecentSyncsDirectoryPathThe path to this document’s
propertyRecentSyncsdirectory. -
thisDocumentSyncChangesThisClientDirectoryPathThe path to this client’s directory inside the
propertyRecentSyncsdirectory for this document.
Properties
thisDocumentRecentSyncsDirectoryPath
The path to this document’s RecentSyncs directory.
@property (retain) NSString *thisDocumentRecentSyncsDirectoryPathDeclared In
TICDSFileManagerBasedVacuumOperation.hInstance Methods
pathToWholeStoreFileForClientWithIdentifier:
The path to a given client’s WholeStore.ticdsync file within this document’s WholeStore directory.
- (NSString *)pathToWholeStoreFileForClientWithIdentifier:(NSString *)anIdentifierParameters
- anIdentifier
The unique sync identifier for the client.
Declared In
TICDSFileManagerBasedVacuumOperation.h