Use the showLocalRepositoryBundle command
to show further details (in particular all manifest header entries)
for a bundle in the bundle repository that is included in the product.
Purpose
This command shows the values of
the following properties for the specified bundle stored in the internal
bundle repository:
- Bundle symbolic name
- Bundle version
- Bundle name
- Bundle description
- Imported packages
- Exported packages
- Required bundles
For more information about these properties, see
Internal bundle repository [Settings].
Target object
The specified bundle.
Required parameters
- -symbolicName bundle_symbolic_name
- The non-localizable name for this bundle. The bundle symbolic name, together with the bundle version, identifies a unique bundle.
- -version bundle_version
- The version of this bundle. The bundle version is in the form n.n.n, for example 1.1.0. The bundle symbolic name, together with the bundle version, identifies a unique bundle.
Note: You can use the listLocalRepositoryBundles command to list the symbolic names and versions of the bundles currently held in the repository.
Conditional parameters
None.
Example
AdminTask.showLocalRepositoryBundle('-symbolicName bundle_symbolic_name
-version bundle_version')