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/GSWProjectBundle.h
Availability: OpenStep
Description forthcoming.
GSWProjectBundle declares 2 Instance Variables
- (
NSDictionary*)
_pbProjectDictionary;
Availability: OpenStep
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.
- (BOOL)
isFramework;
Availability: OpenStep
Description forthcoming.
- (
NSArray*)
lockedPathsForResourcesInSubprojectsOfType: (id)aType;
Availability: OpenStep
Description forthcoming.
- (
NSArray*)
lockedPathsForResourcesOfType: (id)aType;
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.
- (
GSWDeployedBundle*)
projectBundle;
Availability: OpenStep
Description forthcoming.
- (
NSString*)
projectPath;
Availability: OpenStep
Description forthcoming.
- (
NSDictionary*)
subprojects;
Availability: OpenStep
Description forthcoming.
Instance Variables for GSWProjectBundle Class
@protected NSDictionary*
_pbProjectDictionary;
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 NSDictionary*
_subprojects;
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.
- Declared in:
- WebObjects/GSWProjectBundle.h
Availability: OpenStep
Description forthcoming.
+ (
GSWDeployedBundle*)
projectBundleForProjectNamed: (
NSString*)aName
isFramework: (BOOL)isFramework;
Availability: OpenStep
Description forthcoming.
Up