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.ticdsync
file within this document’sWholeStore
directory. -
thisDocumentWholeStoreDirectoryPath
The path to this document’s
propertyWholeStore
directory. -
thisDocumentRecentSyncsDirectoryPath
The path to this document’s
propertyRecentSyncs
directory. -
thisDocumentSyncChangesThisClientDirectoryPath
The path to this client’s directory inside the
propertyRecentSyncs
directory for this document.
Properties
thisDocumentRecentSyncsDirectoryPath
The path to this document’s RecentSyncs
directory.
@property (copy) NSString *thisDocumentRecentSyncsDirectoryPath
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