Red Hat AMQ 6
As of February 2025, Red Hat is no longer supporting Red Hat AMQ 6. If you are using AMQ 6, please upgrade: Migrating to AMQ 7.이 콘텐츠는 선택한 언어로 제공되지 않습니다.
Chapter 13. Packages Console Commands
The packages commands are used for showing all packages imported and exported by the OSGi bundles currently installed.
Type
packages:
then press Tab at the prompt to view the available commands.
13.1. packages:exports, exports 링크 복사링크가 클립보드에 복사되었습니다!
링크 복사링크가 클립보드에 복사되었습니다!
Abstract
displays the packages exported OSGi bundles
Synopsis 링크 복사링크가 클립보드에 복사되었습니다!
링크 복사링크가 클립보드에 복사되었습니다!
packages:export
[
--help
] [[
-d
] | [
--details
]] [
-s
] [[
-i
] | [
--imports
]] [
id
...]
Arguments 링크 복사링크가 클립보드에 복사되었습니다!
링크 복사링크가 클립보드에 복사되었습니다!
Table 13.1, “package:exports Arguments” describes the commands arguments.
Argument | Interpretation |
---|---|
--help | Displays the online help for this command |
-d, --details | Reformat the output in master/detail layout, which makes it easier to see how related details are grouped together. |
-s | Show the Symbolic name column, which shows the symbolic name of the bundle to which the exported package belongs. |
-i, --imports | Show the Imported by column, which lists all of the bundles that import the exported package. |
id | Specifies a whitespace separated list of bundle IDs to check. |