Up
Authors
- Stefan Urbanek (
urbanek@host.sk
)
-
Date: Generated at 2024-07-10 08:38:24 +0000
Copyright: (C) 2002 Free Software Foundation
- Declared in:
- StepTalk/STBundleInfo.h
Description forthcoming.
Instance Variables
Method summary
+ (id)
infoForBundle: (
NSBundle*)aBundle;
Description forthcoming.
- (
NSArray*)
allClassNames;
Return an array of all class names.
- (id)
initWithBundle: (
NSBundle*)aBundle;
This is a designated initialiser for the class.
Initialize info with bundle aBundle.
- (
NSDictionary*)
namedObjects;
Return a dictionary of named objects. Named objects
are get from scripting info class specified in
ScriptingInfo.plist.
- (
NSDictionary*)
objectReferenceDictionary;
This method is for application scripting support.
Return dictionary containing object references where
a key is name of an object and value is a path to the
object relative to application delegate.
- (
NSArray*)
publicClassNames;
Description forthcoming.
Instance Variables for STBundleInfo Class
@protected NSArray* allClasses;
Description forthcoming.
@protected NSBundle* bundle;
Description forthcoming.
@protected NSDictionary* objectReferenceDictionary;
Description forthcoming.
@protected NSArray* publicClasses;
Description forthcoming.
@protected Class scriptingInfoClass;
Description forthcoming.
@protected NSString* scriptingInfoClassName;
Description forthcoming.
@protected BOOL useAllClasses;
Description forthcoming.
- Declared in:
- StepTalk/STBundleInfo.h
Description forthcoming.
Method summary
+ (
NSArray*)
allFrameworkNames;
Return names of all available frameworks in the
system.
+ (
NSBundle*)
bundleForFrameworkWithName: (
NSString*)aName;
Return bundle for framework with name
aName.
+ (
NSString*)
pathForFrameworkWithName: (
NSString*)aName;
Return path for framework with name aName
.
+ (
NSArray*)
stepTalkBundleNames;
Get list of all StepTalk bundles from
Library/StepTalk/Bundles
+ (id)
stepTalkBundleWithName: (
NSString*)moduleName;
Description forthcoming.
- (
NSDictionary*)
scriptingInfoDictionary;
Description forthcoming.
Up