MPRegistry


The registry of installed ports.

Superclass: NSObject
Declared In: MPRegistry.h



Methods

-installed
Calls [self installed:@""]
-installedAsArray:withVersion:
Returns an array of installed port names
-filesForPort:
Returns an array of the files in the (installed and active) port

installed


Calls [self installed:@""]

- (NSDictionary *)installed; 


installedAsArray:withVersion:


Returns an array of installed port names

- (NSArray *)installedAsArray:(NSString *)name withVersion:(NSString *)version; 
Parameters
name
Text to match the port name
version
Text to march the port version


filesForPort:


Returns an array of the files in the (installed and active) port

- (NSArray *)filesForPort:(NSString *)name; 

Last Updated: Sunday, July 13, 2008