2003-04-21 23:36:49 +00:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<!DOCTYPE gsdoc PUBLIC "-//GNUstep//DTD gsdoc 1.0.0//EN" "http://www.gnustep.org/gsdoc-1_0_0.xml">
|
|
|
|
<gsdoc base="STBundleInfo" up="StepTalk">
|
|
|
|
<head>
|
|
|
|
<title>STBundleInfo class documentation</title>
|
|
|
|
<author name="Stefan Urbanek">
|
|
|
|
<email address="urbanek@host.sk">
|
|
|
|
urbanek@host.sk
|
|
|
|
</email>
|
|
|
|
</author>
|
|
|
|
<copy>2002 Free Software Foundation</copy>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<front><contents /></front>
|
|
|
|
<chapter>
|
|
|
|
<heading>
|
|
|
|
Software documentation for the STBundleInfo class
|
|
|
|
</heading>
|
|
|
|
<class name="STBundleInfo" super="NSObject">
|
|
|
|
<declared>StepTalk/STBundleInfo.h</declared>
|
|
|
|
<desc>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</desc>
|
|
|
|
<method type="id" factory="yes">
|
|
|
|
<sel>infoForBundle:</sel>
|
|
|
|
<arg type="NSBundle*">aBundle</arg>
|
|
|
|
<desc>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</desc>
|
|
|
|
</method>
|
|
|
|
<method type="NSArray*">
|
|
|
|
<sel>allClassNames</sel>
|
|
|
|
<desc>
|
2003-05-02 09:29:20 +00:00
|
|
|
Return an array of all class names.
|
2003-04-21 23:36:49 +00:00
|
|
|
</desc>
|
|
|
|
</method>
|
2003-05-10 16:57:28 +00:00
|
|
|
<method type="id" init="yes">
|
2003-04-21 23:36:49 +00:00
|
|
|
<sel>initWithBundle:</sel>
|
|
|
|
<arg type="NSBundle*">aBundle</arg>
|
|
|
|
<desc>
|
2003-05-10 16:57:28 +00:00
|
|
|
Initialize info with bundle <var>aBundle</var>.
|
2003-04-21 23:36:49 +00:00
|
|
|
</desc>
|
|
|
|
</method>
|
|
|
|
<method type="NSDictionary*">
|
|
|
|
<sel>namedObjects</sel>
|
|
|
|
<desc>
|
2003-05-10 16:57:28 +00:00
|
|
|
Return a dictionary of named objects. Named objects
|
|
|
|
are get from scripting info class specified in
|
|
|
|
ScriptingInfo.plist.
|
2003-05-02 09:29:20 +00:00
|
|
|
</desc>
|
|
|
|
</method>
|
|
|
|
<method type="NSDictionary*">
|
|
|
|
<sel>objectReferenceDictionary</sel>
|
|
|
|
<desc>
|
|
|
|
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.
|
2003-04-21 23:36:49 +00:00
|
|
|
</desc>
|
|
|
|
</method>
|
|
|
|
<method type="NSArray*">
|
|
|
|
<sel>publicClassNames</sel>
|
|
|
|
<desc>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</desc>
|
|
|
|
</method>
|
|
|
|
</class>
|
|
|
|
</chapter>
|
|
|
|
<chapter>
|
|
|
|
<heading>
|
|
|
|
Software documentation for the NSBundle(STAdditions)
|
|
|
|
category
|
|
|
|
</heading>
|
|
|
|
<category name="STAdditions" class="NSBundle">
|
|
|
|
<declared>StepTalk/STBundleInfo.h</declared>
|
|
|
|
<desc>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</desc>
|
2003-05-10 16:57:28 +00:00
|
|
|
<method type="NSArray*" factory="yes">
|
|
|
|
<sel>allFrameworkNames</sel>
|
|
|
|
<desc>
|
|
|
|
Return names of all available frameworks in the
|
|
|
|
system.
|
|
|
|
</desc>
|
|
|
|
</method>
|
|
|
|
<method type="NSBundle*" factory="yes">
|
|
|
|
<sel>bundleForFrameworkWithName:</sel>
|
|
|
|
<arg type="NSString*">aName</arg>
|
|
|
|
<desc>
|
|
|
|
Return bundle for framework with name
|
|
|
|
<var>aName</var>.
|
|
|
|
</desc>
|
|
|
|
</method>
|
|
|
|
<method type="NSString*" factory="yes">
|
|
|
|
<sel>pathForFrameworkWithName:</sel>
|
|
|
|
<arg type="NSString*">aName</arg>
|
|
|
|
<desc>
|
|
|
|
Return path for framework with name <var>aName</var>
|
|
|
|
.
|
|
|
|
</desc>
|
|
|
|
</method>
|
2003-04-21 23:36:49 +00:00
|
|
|
<method type="NSArray*" factory="yes">
|
|
|
|
<sel>stepTalkBundleNames</sel>
|
|
|
|
<desc>
|
|
|
|
Get list of all StepTalk bundles from
|
|
|
|
Library/StepTalk/Bundles
|
|
|
|
</desc>
|
|
|
|
</method>
|
|
|
|
<method type="id" factory="yes">
|
|
|
|
<sel>stepTalkBundleWithName:</sel>
|
|
|
|
<arg type="NSString*">moduleName</arg>
|
|
|
|
<desc>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</desc>
|
|
|
|
</method>
|
|
|
|
<method type="NSDictionary*">
|
|
|
|
<sel>scriptingInfoDictionary</sel>
|
|
|
|
<desc>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</desc>
|
|
|
|
</method>
|
|
|
|
</category>
|
|
|
|
</chapter>
|
|
|
|
</body>
|
|
|
|
</gsdoc>
|