Packagepotomac.bundle
Classpublic class BundleDescriptor
InheritanceBundleDescriptor Inheritance Object

A BundleDescriptor describes an installed bundle.



Public Properties
 PropertyDefined 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
Property Detail
assetsSWFURLproperty
public var assetsSWFURL:String

URL where the assets.swf was loaded from.

bundleIDproperty 
public var bundleID:String

ID of the bundle.

dependenciesproperty 
public var dependencies:Array

The String IDs of the bundles this bundle depends upon.

loadedproperty 
public var loaded:Boolean

True if the bundle is loaded (i.e. the bundle's module swf has been loaded), otherwise false.

moduleSWFURLproperty 
public var moduleSWFURL:String

URL where the bundle's module swf was loaded from. This property will be null until the bundle is loaded.

nameproperty 
public var name:String

Name of the bundle as specified in the bundle.xml.

versionproperty 
public var version:String

Version of the bundle as specified in the bundle.xml.