![]() |
Oolite 1.91.0.7659-250410-0031890
|
#include <OOOXPVerifier.h>
Instance Methods | |
(void) | - registerStage: |
(NSString *) | - oxpPath |
(NSString *) | - oxpDisplayName |
(id) | - stageWithName: |
(id) | - configurationValueForKey: |
(NSArray *) | - configurationArrayForKey: |
(NSDictionary *) | - configurationDictionaryForKey: |
(NSString *) | - configurationStringForKey: |
(NSSet *) | - configurationSetForKey: |
(void) | - dealloc [implementation] |
(OOFileScannerVerifierStage *) | - fileScannerStage |
(OOModelVerifierStage *) | - modelVerifierStage |
(id) | - initWithPath: [implementation] |
(void) | - run [implementation] |
(void) | - setUpLogOverrides [implementation] |
(void) | - registerBaseStages [implementation] |
(void) | - buildDependencyGraph [implementation] |
(void) | - runStages [implementation] |
(BOOL) | - setUpDependencies:forStage: [implementation] |
(void) | - setUpDependents:forStage: [implementation] |
(void) | - dumpDebugGraphviz [implementation] |
(OOTextureVerifierStage *) | - textureVerifierStage |
Class Methods | |
(BOOL) | + runVerificationIfRequested |
Private Attributes | |
NSDictionary * | _verifierPList |
NSString * | _basePath |
NSString * | _displayName |
NSMutableDictionary * | _stagesByName |
NSMutableSet * | _waitingStages |
BOOL | _openForRegistration |
Definition at line 47 of file OOOXPVerifier.h.
|
implementation |
Provided by category OOOXPVerifier(OOPrivate).
Definition at line 382 of file OOOXPVerifier.m.
Referenced by OOOXPVerifier(OOPrivate)::run.
- (NSArray *) configurationArrayForKey: | (NSString *) | key |
Definition at line 227 of file OOOXPVerifier.m.
Referenced by OOFileScannerVerifierStage(OOPrivate)::checkConfigFiles, and OOFileScannerVerifierStage(OOPrivate)::checkRootFolders.
- (NSDictionary *) configurationDictionaryForKey: | (NSString *) | key |
Definition at line 233 of file OOOXPVerifier.m.
Referenced by OOFileScannerVerifierStage(OOPrivate)::checkKnownFiles, OOFileScannerVerifierStage(OOPrivate)::constructReadMeNames, OOOXPVerifier(OOPrivate)::dumpDebugGraphviz, OOCheckPListSyntaxVerifierStage::run, and OOCheckShipDataPListVerifierStage::run.
- (NSSet *) configurationSetForKey: | (NSString *) | key |
Definition at line 245 of file OOOXPVerifier.m.
References nil.
Referenced by OOOXPVerifier(OOPrivate)::registerBaseStages, OOCheckRequiresPListVerifierStage::run, and OOFileScannerVerifierStage(OOPrivate)::scanForFiles.
- (NSString *) configurationStringForKey: | (NSString *) | key |
Definition at line 239 of file OOOXPVerifier.m.
- (id) configurationValueForKey: | (NSString *) | key |
Definition at line 221 of file OOOXPVerifier.m.
|
implementation |
Definition at line 146 of file OOOXPVerifier.m.
References dealloc.
Referenced by dealloc.
|
implementation |
Provided by category OOOXPVerifier(OOPrivate).
Definition at line 632 of file OOOXPVerifier.m.
Referenced by OOOXPVerifier(OOPrivate)::buildDependencyGraph.
- (OOFileScannerVerifierStage *) fileScannerStage |
Provided by category OOOXPVerifier(OOFileScannerVerifierStage).
Definition at line 737 of file OOFileScannerVerifierStage.m.
Referenced by OOTextureVerifierStage(OOPrivate)::checkTextureNamed:inFolder:, OOModelVerifierStage::modelNamed:usedForEntry:inFile:withMaterials:andShaders:, OOCheckDemoShipsPListVerifierStage::run, OOCheckEquipmentPListVerifierStage::run, OOCheckJSSyntaxVerifierStage::run, OOCheckPListSyntaxVerifierStage::run, OOCheckRequiresPListVerifierStage::run, OOCheckShipDataPListVerifierStage::run, OOTextureVerifierStage::run, OOCheckDemoShipsPListVerifierStage::shouldRun, OOCheckEquipmentPListVerifierStage::shouldRun, OOCheckJSSyntaxVerifierStage::shouldRun, OOCheckRequiresPListVerifierStage::shouldRun, OOCheckShipDataPListVerifierStage::shouldRun, OOTextureVerifierStage::shouldRun, OOAIStateMachineVerifierStage::stateMachineNamed:usedByShip:, OOTextureVerifierStage::textureNamed:usedInContext:, and OOAIStateMachineVerifierStage(Private)::validateAI:.
|
implementation |
Provided by category OOOXPVerifier(OOPrivate).
Definition at line 256 of file OOOXPVerifier.m.
- (OOModelVerifierStage *) modelVerifierStage |
Provided by category OOOXPVerifier(OOModelVerifierStage).
Definition at line 191 of file OOModelVerifierStage.m.
- (NSString *) oxpDisplayName |
Definition at line 207 of file OOOXPVerifier.m.
References oxpDisplayName.
Referenced by OOCheckShipDataPListVerifierStage(OOPrivate)::checkModel, and oxpDisplayName.
- (NSString *) oxpPath |
Definition at line 201 of file OOOXPVerifier.m.
References oxpPath.
Referenced by oxpPath, and OOFileScannerVerifierStage(OOPrivate)::scanForFiles.
|
implementation |
Provided by category OOOXPVerifier(OOPrivate).
Definition at line 342 of file OOOXPVerifier.m.
Referenced by OOOXPVerifier(OOPrivate)::run.
- (void) registerStage: | (OOOXPVerifierStage *) | stage |
Definition at line 158 of file OOOXPVerifier.m.
References _openForRegistration, OOOXPVerifierStage::name, nil, OOLog, and OOOXPVerifierStage::setVerifier:.
Referenced by OOFileScannerVerifierStage::nameForDependencyForVerifier:, OOListUnusedFilesStage::nameForReverseDependencyForVerifier:, OOModelVerifierStage::nameForReverseDependencyForVerifier:, and OOOXPVerifier(OOPrivate)::registerBaseStages.
|
implementation |
Provided by category OOOXPVerifier(OOPrivate).
Definition at line 287 of file OOOXPVerifier.m.
Referenced by runVerificationIfRequested.
|
implementation |
Provided by category OOOXPVerifier(OOPrivate).
Definition at line 495 of file OOOXPVerifier.m.
Referenced by OOOXPVerifier(OOPrivate)::run.
|
implementation |
Provided by category OOOXPVerifier(OOPrivate).
Definition at line 573 of file OOOXPVerifier.m.
|
implementation |
Provided by category OOOXPVerifier(OOPrivate).
Definition at line 604 of file OOOXPVerifier.m.
Referenced by OOOXPVerifier(OOPrivate)::buildDependencyGraph.
|
implementation |
Provided by category OOOXPVerifier(OOPrivate).
Definition at line 318 of file OOOXPVerifier.m.
Referenced by OOOXPVerifier(OOPrivate)::run.
- (id) stageWithName: | (NSString *) | name |
Definition at line 213 of file OOOXPVerifier.m.
References nil.
Referenced by OOOXPVerifier(OOFileScannerVerifierStage)::fileScannerStage, OOOXPVerifier(OOModelVerifierStage)::modelVerifierStage, OOFileScannerVerifierStage::nameForDependencyForVerifier:, OOListUnusedFilesStage::nameForReverseDependencyForVerifier:, OOModelVerifierStage::nameForReverseDependencyForVerifier:, OOCheckShipDataPListVerifierStage::run, and OOOXPVerifier(OOTextureVerifierStage)::textureVerifierStage.
- (OOTextureVerifierStage *) textureVerifierStage |
Provided by category OOOXPVerifier(OOTextureVerifierStage).
Definition at line 204 of file OOTextureVerifierStage.m.
|
private |
Definition at line 52 of file OOOXPVerifier.h.
|
private |
Definition at line 53 of file OOOXPVerifier.h.
|
private |
Definition at line 58 of file OOOXPVerifier.h.
Referenced by registerStage:.
|
private |
Definition at line 55 of file OOOXPVerifier.h.
|
private |
Definition at line 50 of file OOOXPVerifier.h.
|
private |
Definition at line 56 of file OOOXPVerifier.h.