Package org.robovm.apple.corefoundation
Class CFBundle
java.lang.Object
org.robovm.rt.bro.NativeObject
org.robovm.apple.corefoundation.CFType
org.robovm.apple.corefoundation.CFBundle
- All Implemented Interfaces:
AutoCloseable
public class CFBundle extends CFType
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCFBundle.AsListMarshalerstatic classCFBundle.CFBundlePtrNested classes/interfaces inherited from class org.robovm.apple.corefoundation.CFType
CFType.CFTypePtr, CFType.Marshaler, CFType.NoRetainMarshaler -
Constructor Summary
Constructors Modifier Constructor Description protectedCFBundle() -
Method Summary
Methods inherited from class org.robovm.apple.corefoundation.CFType
autorelease, close, dispose, dispose, doDispose, equalsTo, finalize, getAllocator, getDescription, getRetainCount, getTypeID, getTypeIDDescription, hash, makeCollectable, release, release, retain, retain, show, toString
-
Constructor Details
-
CFBundle
protected CFBundle()
-
-
Method Details
-
getMainBundle
-
getBundle
-
getAllBundles
-
getClassTypeID
public static long getClassTypeID() -
create
-
createBundlesFromDirectory
public static List<CFBundle> createBundlesFromDirectory(CFAllocator allocator, CFURL directoryURL, String bundleType) -
getBundleURL
-
getValueForInfoDictionaryKey
-
getInfoDictionary
-
getLocalInfoDictionary
-
getPackageInfo
-
getIdentifier
-
getVersionNumber
public int getVersionNumber() -
getDevelopmentRegion
-
getSupportFilesDirectoryURL
-
getResourcesDirectoryURL
-
getPrivateFrameworksURL
-
getSharedFrameworksURL
-
getSharedSupportURL
-
getBuiltInPlugInsURL
-
getInfoDictionaryInDirectory
-
getPackageInfoInDirectory
-
getResourceURL
-
getResourceURLsOfType
-
getLocalizedString
-
getResourceURLInDirectory
-
getResourceURLsOfTypeInDirectory
-
getBundleLocalizations
-
getPreferredLocalizationsFromArray
-
getLocalizationsForPreferences
-
getResourceURLForLocalization
-
getResourceURLsOfTypeForLocalization
-
getInfoDictionaryForURL
-
getLocalizationsForURL
-
getExecutableArchitecturesForURL
-
getExecutableURL
-
getExecutableArchitectures
-
preflightExecutable
-
loadExecutableAndReturnError
-
loadExecutable
public boolean loadExecutable() -
isExecutableLoaded
public boolean isExecutableLoaded() -
unloadExecutable
public void unloadExecutable() -
getFunctionPointerForName
-
getFunctionPointersForNames
-
getDataPointerForName
-
getDataPointersForNames
-
getAuxiliaryExecutableURL
-
getPlugIn
-