Up

GSWeb: Class GSWDeployedBundle

Authors

Manuel Guesdon (mguesdon@orange-concept.com)

Version: 1.5

Date: 2004/02/25 14:53:21

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


Contents -

  1. Software documentation for the GSWDeployedBundle class
  2. Software documentation for the GSWDeployedBundle(GSWDeployedBundleA) category

Software documentation for the GSWDeployedBundle class

GSWDeployedBundle : NSObject

Declared in:
Foundation/GSWDeployedBundle.h
Standards:

Description forthcoming.


Instance Variables

Method summary

absolutePathForRelativePath: 

- (NSString*) absolutePathForRelativePath: (NSString*)relativePath;

Description forthcoming.


absolutePathForResourceNamed: languages: 

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

Description forthcoming.


bundlePath 

- (NSString*) bundlePath;

Description forthcoming.


bundleURLPrefix 

- (NSString*) bundleURLPrefix;

Description forthcoming.


isFramework 

- (BOOL) isFramework;

Description forthcoming.


lock 

- (void) lock;

Description forthcoming.


lockedCachedAbsolutePathForRelativePath: 

- (NSString*) lockedCachedAbsolutePathForRelativePath: (NSString*)relativePath;

Returns the absolute path (cached or not) for relativePath. Put it in the cache if it was not cached


lockedCachedRelativePathForResourceNamed: inDirectory: language: 

- (NSString*) lockedCachedRelativePathForResourceNamed: (NSString*)aName inDirectory: (NSString*)aDirectory language: (NSString*)aLanguage;

Description forthcoming.


lockedCachedURLForRelativePath: 

- (NSString*) lockedCachedURLForRelativePath: (NSString*)relativePath;

Returns the url (cached or not) for relativePath. Put it in the cache if it was not cached


lockedPathsForResourcesOfType: 

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

Description forthcoming.


lockedRelativePathForResourceNamed: inDirectory: language: 

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

Description forthcoming.


lockedRelativePathForResourceNamed: inDirectory: languages: 

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

Description forthcoming.


lockedRelativePathForResourceNamed: language: 

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

Description forthcoming.


lockedRelativePathForResourceNamed: languages: 

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

Description forthcoming.


pathsForResourcesOfType: 

- (NSArray*) pathsForResourcesOfType: (NSString*)aType;

Description forthcoming.


projectBundle 

- (GSWProjectBundle*) projectBundle;

Description forthcoming.


projectName 

- (NSString*) projectName;

Description forthcoming.


relativePathForResourceNamed: language: 

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

Description forthcoming.


relativePathForResourceNamed: languages: 

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

Description forthcoming.


unlock 

- (void) unlock;

Description forthcoming.


urlForResourceNamed: languages: 

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

Returns url for resource named aName for languages someLanguages


wrapperName 

- (NSString*) wrapperName;

Description forthcoming.




Instance Variables for GSWDeployedBundle Class

_absolutePathsCache

@protected NSMutableDictionary* _absolutePathsCache;

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.


_bundlePath

@protected NSString* _bundlePath;

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.


_creation_thread_id

@protected NSThread* _creation_thread_id;

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.


_isFramework

@protected BOOL _isFramework;

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.


_projectName

@protected NSString* _projectName;

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.


_relativePathsCache

@protected GSWMultiKeyDictionary* _relativePathsCache;

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.


_selfLock

@protected NSRecursiveLock* _selfLock;

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.


_selfLock_thread_id

@protected NSThread* _selfLock_thread_id;

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.


_selfLockn

@protected int _selfLockn;

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.


_urlsCache

@protected NSMutableDictionary* _urlsCache;

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.


_wrapperName

@protected NSString* _wrapperName;

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 GSWDeployedBundle(GSWDeployedBundleA) category

GSWDeployedBundle(GSWDeployedBundleA)

Declared in:
Foundation/GSWDeployedBundle.h
Standards:

Description forthcoming.

Method summary

bundleWithPath: 

+ (id) bundleWithPath: (NSString*)aPath;

Description forthcoming.



Up