Up
Authors
- Manuel Guesdon (
mguesdon@orange-concept.com)
-
Date: Generated at 2025-12-01
Copyright: (C) 1999-2002 Free Software Foundation, Inc.
- Declared in:
- WebObjects/GSWDeployedBundle.h
Availability: OpenStep
Description forthcoming.
GSWDeployedBundle declares 11 Instance Variables
+ (id)
bundleWithPath: (
NSString*)aPath;
Availability: OpenStep
Description forthcoming.
- (
NSString*)
absolutePathForRelativePath: (
NSString*)relativePath;
Availability: OpenStep
Description forthcoming.
- (
NSString*)
absolutePathForResourceNamed: (
NSString*)aName
languages: (
NSArray*)someLanguages;
Availability: OpenStep
Description forthcoming.
- (
NSString*)
bundlePath;
Availability: OpenStep
Description forthcoming.
- (
NSString*)
bundleURLPrefix;
Availability: OpenStep
Description forthcoming.
- (BOOL)
isFramework;
Availability: OpenStep
Description forthcoming.
- (void)
lock;
Availability: OpenStep
Description forthcoming.
- (
NSString*)
lockedCachedAbsolutePathForRelativePath: (
NSString*)relativePath;
Availability: OpenStep
Returns the absolute path (cached or not) for
relativePath. Put it in the cache if it
was not cached
- (
NSString*)
lockedCachedRelativePathForResourceNamed: (
NSString*)aName
inDirectory: (
NSString*)aDirectory
language: (
NSString*)aLanguage;
Availability: OpenStep
Description forthcoming.
- (
NSString*)
lockedCachedURLForRelativePath: (
NSString*)relativePath;
Availability: OpenStep
Returns the url (cached or not) for
relativePath. Put it in the cache if it
was not cached
- (
NSArray*)
lockedPathsForResourcesOfType: (
NSString*)aType;
Availability: OpenStep
Description forthcoming.
- (
NSString*)
lockedRelativePathForResourceNamed: (
NSString*)aName
inDirectory: (
NSString*)aDirectory
language: (
NSString*)aLanguage;
Availability: OpenStep
Description forthcoming.
- (
NSString*)
lockedRelativePathForResourceNamed: (
NSString*)aName
inDirectory: (
NSString*)aDirectory
languages: (
NSArray*)someLanguages;
Availability: OpenStep
Description forthcoming.
- (
NSString*)
lockedRelativePathForResourceNamed: (
NSString*)aName
language: (
NSString*)aLanguage;
Availability: OpenStep
Description forthcoming.
- (
NSString*)
lockedRelativePathForResourceNamed: (
NSString*)aName
languages: (
NSArray*)someLanguages;
Availability: OpenStep
Description forthcoming.
- (
NSArray*)
pathsForResourcesOfType: (
NSString*)aType;
Availability: OpenStep
Description forthcoming.
- (
GSWProjectBundle*)
projectBundle;
Availability: OpenStep
Description forthcoming.
- (
NSString*)
projectName;
Availability: OpenStep
Description forthcoming.
- (
NSString*)
relativePathForResourceNamed: (
NSString*)aName
language: (
NSString*)aLanguage;
Availability: OpenStep
Description forthcoming.
- (
NSString*)
relativePathForResourceNamed: (
NSString*)aName
languages: (
NSArray*)someLanguages;
Availability: OpenStep
Description forthcoming.
- (void)
unlock;
Availability: OpenStep
Description forthcoming.
- (
NSString*)
urlForResourceNamed: (
NSString*)aName
languages: (
NSArray*)someLanguages;
Availability: OpenStep
Returns url for resource named aName for
languages someLanguages
Returns
url for resource anmed aName for languages
someLanguages
- (
NSString*)
wrapperName;
Availability: OpenStep
Description forthcoming.
Instance Variables for GSWDeployedBundle Class
@protected NSMutableDictionary*
_absolutePathsCache;
Availability: OpenStep
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.
@protected NSString*
_bundlePath;
Availability: OpenStep
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.
@protected NSThread*
_creation_thread_id;
Availability: OpenStep
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.
@protected BOOL
_isFramework;
Availability: OpenStep
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.
@protected NSString*
_projectName;
Availability: OpenStep
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.
@protected GSWDictionary*
_relativePathsCache;
Availability: OpenStep
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.
@protected NSRecursiveLock*
_selfLock;
Availability: OpenStep
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.
@protected NSThread*
_selfLock_thread_id;
Availability: OpenStep
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.
@protected int
_selfLockn;
Availability: OpenStep
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.
@protected NSMutableDictionary*
_urlsCache;
Availability: OpenStep
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.
@protected NSString*
_wrapperName;
Availability: OpenStep
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.
Up