Check if the bundle equals another bundle
the other bundle
true if the bundle is equal to the other bundle.
Provides access to the manifest metadata.
Optionallocale: stringe.g. de, en (optional)
the bundle header metadata.
Provides access to the i18n data of the bundle.
Get the ID of the bundle.
the bundle ID.
Get the location of the bundle. The location is the path in the JS Registry backend
the location
Get the namespace of the bundle. Typically, it is the same as the symbolic name.
the namespace
Provides access to all services registered by this bundle.
an array of service references
Lookup all required bundles together with their usage policy (mandatory or optional).
an array of bundles and their usage policy.
Lookup all installed dependencies of the bundle.
an array of bundles that are dependencies.
Creates a URL to a given path, located in this or another bundle.
resource path
OptionalotherBundleName: stringname of another bundle (optional).
resolved URL to given path.
Provides access to all services used (consumed) by this bundle.
an array of service references
Get the symbolic name (unique ID) of the bundle.
the name
Set a property in the bundle manifest. This method is for internal use only! Please never change the bundle's manifest data.
manifest key
new value.
the bundle
A Bundle (a.k.a. a JavaScript Package).