|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
|
+--gnu.gnustep.base.NSObject
|
+--gnu.gnustep.base.NSBundle
This class wraps the Objective-C class NSBundle. It was automatically generated by JIGS WrapCreator.
| Constructor Summary | |
NSBundle()
Wraps the Objective-C method init |
|
NSBundle(java.lang.String arg0)
Wraps the Objective-C method initWithPath: |
|
| Method Summary | |
static NSArray |
allBundles()
Wraps the Objective-C method allBundles |
static NSArray |
allFrameworks()
Wraps the Objective-C method allFrameworks |
java.lang.String |
bundlePath()
Wraps the Objective-C method bundlePath |
long |
bundleVersion()
Wraps the Objective-C method bundleVersion |
static NSBundle |
bundleWithPath(java.lang.String arg0)
Wraps the Objective-C method bundleWithPath: |
NSDictionary |
infoDictionary()
Wraps the Objective-C method infoDictionary |
boolean |
load()
Wraps the Objective-C method load |
java.lang.String |
localizedStringForKey(java.lang.String arg0,
java.lang.String arg1,
java.lang.String arg2)
Wraps the Objective-C method localizedStringForKey:value:table: |
static NSBundle |
mainBundle()
Wraps the Objective-C method mainBundle |
java.lang.String |
pathForResource(java.lang.String arg0,
java.lang.String arg1)
Wraps the Objective-C method pathForResource:ofType: |
NSArray |
pathsForResourcesOfType(java.lang.String arg0,
java.lang.String arg1)
Wraps the Objective-C method pathsForResourcesOfType:inDirectory: |
java.lang.String |
resourcePath()
Wraps the Objective-C method resourcePath |
void |
setBundleVersion(long arg0)
Wraps the Objective-C method setBundleVersion: |
| Methods inherited from class gnu.gnustep.base.NSObject |
clone, description, equals, hashCode, mutableClone, releaseObject, retainObject, takeValueForKey, toString, valueForKey |
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public NSBundle()
public NSBundle(java.lang.String arg0)
| Method Detail |
public static NSArray allBundles()
public static NSArray allFrameworks()
public static NSBundle mainBundle()
public static NSBundle bundleWithPath(java.lang.String arg0)
public java.lang.String bundlePath()
public NSArray pathsForResourcesOfType(java.lang.String arg0,
java.lang.String arg1)
public java.lang.String pathForResource(java.lang.String arg0,
java.lang.String arg1)
public java.lang.String localizedStringForKey(java.lang.String arg0,
java.lang.String arg1,
java.lang.String arg2)
public java.lang.String resourcePath()
public long bundleVersion()
public void setBundleVersion(long arg0)
public NSDictionary infoDictionary()
public boolean load()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||