| Package | potomac.bundle |
| Class | public class BundleDescriptor |
| Inheritance | BundleDescriptor Object |
| Property | Defined By | ||
|---|---|---|---|
| assetsSWFURL : String
URL where the assets.swf was loaded from. | BundleDescriptor | ||
| bundleID : String
ID of the bundle. | BundleDescriptor | ||
| dependencies : Array
The String IDs of the bundles this bundle depends upon. | BundleDescriptor | ||
| loaded : Boolean
True if the bundle is loaded (i.e. | BundleDescriptor | ||
| moduleSWFURL : String
URL where the bundle's module swf was loaded from. | BundleDescriptor | ||
| name : String
Name of the bundle as specified in the bundle.xml. | BundleDescriptor | ||
| version : String
Version of the bundle as specified in the bundle.xml. | BundleDescriptor | ||
| assetsSWFURL | property |
public var assetsSWFURL:StringURL where the assets.swf was loaded from.
| bundleID | property |
public var bundleID:StringID of the bundle.
| dependencies | property |
public var dependencies:ArrayThe String IDs of the bundles this bundle depends upon.
| loaded | property |
public var loaded:BooleanTrue if the bundle is loaded (i.e. the bundle's module swf has been loaded), otherwise false.
| moduleSWFURL | property |
public var moduleSWFURL:StringURL where the bundle's module swf was loaded from. This property will be null until the bundle is loaded.
| name | property |
public var name:StringName of the bundle as specified in the bundle.xml.
| version | property |
public var version:StringVersion of the bundle as specified in the bundle.xml.