Up

GSWeb: Class GSWProjectBundle

Authors

Manuel Guesdon (mguesdon@orange-concept.com)

Version: 1.4

Date: 2003/11/23 18:00:48

Copyright: (C) 1999-2002 Free Software Foundation, Inc.


Contents -

  1. Software documentation for the GSWProjectBundle class
  2. Software documentation for the GSWProjectBundle(GSWProjectBundle) category

Software documentation for the GSWProjectBundle class

GSWProjectBundle : GSWDeployedBundle

Declared in:
Foundation/GSWProjectBundle.h
Standards:

Description forthcoming.


Instance Variables

Method summary

_pbProjectDictionary 

- (NSDictionary*) _pbProjectDictionary;

Warning the underscore at the start of the name of this method indicates that it is private, for internal use only, and you should not use the method in your code.


isFramework 

- (BOOL) isFramework;

Description forthcoming.


lockedPathsForResourcesInSubprojectsOfType: 

- (NSArray*) lockedPathsForResourcesInSubprojectsOfType: (id)aType;

Description forthcoming.


lockedPathsForResourcesOfType: 

- (NSArray*) lockedPathsForResourcesOfType: (id)aType;

Description forthcoming.


lockedRelativePathForResourceNamed: language: 

- (NSString*) lockedRelativePathForResourceNamed: (NSString*)aName language: (NSString*)aLanguage;

Description forthcoming.


lockedRelativePathForResourceNamed: languages: 

- (NSString*) lockedRelativePathForResourceNamed: (NSString*)aName languages: (NSArray*)someLanguages;

Description forthcoming.


projectBundle 

- (GSWDeployedBundle*) projectBundle;

Description forthcoming.


projectPath 

- (NSString*) projectPath;

Description forthcoming.


subprojects 

- (NSDictionary*) subprojects;

Description forthcoming.




Instance Variables for GSWProjectBundle Class

_pbProjectDictionary

@protected NSDictionary* _pbProjectDictionary;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_subprojects

@protected NSDictionary* _subprojects;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.





Software documentation for the GSWProjectBundle(GSWProjectBundle) category

GSWProjectBundle(GSWProjectBundle)

Declared in:
Foundation/GSWProjectBundle.h
Standards:

Description forthcoming.

Method summary

projectBundleForProjectNamed: isFramework: 

+ (GSWDeployedBundle*) projectBundleForProjectNamed: (NSString*)aName isFramework: (BOOL)isFramework;

Description forthcoming.



Up