Oolite 1.91.0.7644-241112-7f5034b
|
Class Methods | |
(void) | + checkOXPMessagesInPath: |
(void) | + checkPotentialPath:path: |
(BOOL) | + validateManifest:forOXP: |
(BOOL) | + areRequirementsFulfilled:forOXP:andFile: |
(void) | + filterSearchPathsForConflicts: |
(BOOL) | + filterSearchPathsForRequirements: |
(void) | + filterSearchPathsToExcludeScenarioOnlyPaths: |
(void) | + filterSearchPathsByScenario: |
(BOOL) | + manifestAllowedByScenario: |
(BOOL) | + manifestAllowedByScenario:withIdentifier: |
(BOOL) | + manifestAllowedByScenario:withTag: |
(void) | + addErrorWithKey:param1:param2: |
(BOOL) | + checkCacheUpToDateForPaths: |
(void) | + logPaths |
(void) | + mergeRoleCategories:intoDictionary: |
(void) | + preloadFileLists |
(void) | + preloadFileListFromOXZ:forFolders: |
(void) | + preloadFileListFromFolder:forFolders: |
(void) | + preloadFilePathFor:inFolder:atPath: |
Definition at line 63 of file ResourceManager.m.
+ (void) addErrorWithKey: | (NSString *) | descriptionKey | |
param1: | (id) | param1 | |
param2: | (id) | param2 |
Extends class ResourceManager.
References DESTROY, sErrors, sExternalPaths, sFirstRun, sOXPManifests, sOXPsWithMessagesFound, sSearchPaths, sUseAddOns, and sUseAddOnsParts.
+ (BOOL) areRequirementsFulfilled: | (NSDictionary *) | requirements | |
forOXP: | (NSString *) | path | |
andFile: | (NSString *) | file |
Extends class ResourceManager.
+ (BOOL) checkCacheUpToDateForPaths: | (NSArray *) | searchPaths |
Extends class ResourceManager.
+ (void) checkOXPMessagesInPath: | (NSString *) | path |
Extends class ResourceManager.
+ (void) checkPotentialPath: | (NSString *) | ||
path: | (NSMutableArray *) | searchPaths |
Extends class ResourceManager.
+ (void) filterSearchPathsByScenario: | (NSMutableArray *) | searchPaths |
Extends class ResourceManager.
+ (void) filterSearchPathsForConflicts: | (NSMutableArray *) | searchPaths |
Extends class ResourceManager.
+ (BOOL) filterSearchPathsForRequirements: | (NSMutableArray *) | searchPaths |
Extends class ResourceManager.
+ (void) filterSearchPathsToExcludeScenarioOnlyPaths: | (NSMutableArray *) | searchPaths |
Extends class ResourceManager.
+ (void) logPaths |
Extends class ResourceManager.
+ (BOOL) manifestAllowedByScenario: | (NSDictionary *) | manifest |
Extends class ResourceManager.
+ (BOOL) manifestAllowedByScenario: | (NSDictionary *) | manifest | |
withIdentifier: | (NSString *) | identifier |
Extends class ResourceManager.
+ (BOOL) manifestAllowedByScenario: | (NSDictionary *) | manifest | |
withTag: | (NSString *) | tag |
Extends class ResourceManager.
+ (void) mergeRoleCategories: | (NSDictionary *) | catData | |
intoDictionary: | (NSMutableDictionary *) | category |
Extends class ResourceManager.
+ (void) preloadFileListFromFolder: | (NSString *) | path | |
forFolders: | (NSArray *) | folders |
Extends class ResourceManager.
+ (void) preloadFileListFromOXZ: | (NSString *) | path | |
forFolders: | (NSArray *) | folders |
Extends class ResourceManager.
+ (void) preloadFileLists |
Extends class ResourceManager.
+ (void) preloadFilePathFor: | (NSString *) | fileName | |
inFolder: | (NSString *) | subFolder | |
atPath: | (NSString *) | path |
Extends class ResourceManager.
+ (BOOL) validateManifest: | (NSDictionary *) | manifest | |
forOXP: | (NSString *) | path |
Extends class ResourceManager.