gnu.gnustep.base
Class NSBundle

java.lang.Object
  |
  +--gnu.gnustep.base.NSObject
        |
        +--gnu.gnustep.base.NSBundle
All Implemented Interfaces:
java.lang.Cloneable

public class NSBundle
extends NSObject

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

NSBundle

public NSBundle()
Wraps the Objective-C method init

NSBundle

public NSBundle(java.lang.String arg0)
Wraps the Objective-C method initWithPath:
Method Detail

allBundles

public static NSArray allBundles()
Wraps the Objective-C method allBundles

allFrameworks

public static NSArray allFrameworks()
Wraps the Objective-C method allFrameworks

mainBundle

public static NSBundle mainBundle()
Wraps the Objective-C method mainBundle

bundleWithPath

public static NSBundle bundleWithPath(java.lang.String arg0)
Wraps the Objective-C method bundleWithPath:

bundlePath

public java.lang.String bundlePath()
Wraps the Objective-C method bundlePath

pathsForResourcesOfType

public NSArray pathsForResourcesOfType(java.lang.String arg0,
                                       java.lang.String arg1)
Wraps the Objective-C method pathsForResourcesOfType:inDirectory:

pathForResource

public java.lang.String pathForResource(java.lang.String arg0,
                                        java.lang.String arg1)
Wraps the Objective-C method pathForResource:ofType:

localizedStringForKey

public java.lang.String localizedStringForKey(java.lang.String arg0,
                                              java.lang.String arg1,
                                              java.lang.String arg2)
Wraps the Objective-C method localizedStringForKey:value:table:

resourcePath

public java.lang.String resourcePath()
Wraps the Objective-C method resourcePath

bundleVersion

public long bundleVersion()
Wraps the Objective-C method bundleVersion

setBundleVersion

public void setBundleVersion(long arg0)
Wraps the Objective-C method setBundleVersion:

infoDictionary

public NSDictionary infoDictionary()
Wraps the Objective-C method infoDictionary

load

public boolean load()
Wraps the Objective-C method load