Searching for Packages
Exporting the Search Results to a JSON File
You can export the search results (details of package and imported data) to a .json file. After the search results are displayed, click Export to JSON.
A
.json file is created, as shown below:
[ {"packageName": "org.eclipse.osgi.framework.internal.protocol.bundleentry", "symbolicName": "org.eclipse.osgi", "bundleId": "0", "version": "0.0.0", "state": "ACTIVE", "importedData": [] }, {"packageName": "org.eclipse.osgi.framework.internal.protocol", "symbolicName": "org.eclipse.osgi", "bundleId": "0", "version": "0.0.0", "state": "ACTIVE", "importedData": [] }, {"packageName": "org.eclipse.osgi.framework.internal.core", "symbolicName": "org.eclipse.osgi", "bundleId": "0", "version": "0.0.0", "state": "ACTIVE", "importedData": [ {"bundleId": 155, "importingBundles": [], "name": "<imports>", "removalPending": null, "version": "1.5.0.001", "state": "ACTIVE", "symbolicName": "com.tibco.amf.hpa.tibcohost.jca" }, {"bundleId": 559, "importingBundles": [], "name": "<imports>", "removalPending": null, "version": "1.7.0.002", "state": "ACTIVE", "symbolicName": "com.tibco.amf.runtime.implementationtype.webapp" } ] }, {"packageName": "org.eclipse.osgi.framework.internal.protocol.reference", "symbolicName": "org.eclipse.osgi", "bundleId": "0", "version": "0.0.0", "state": "ACTIVE", "importedData": [] }, {"packageName": "org.eclipse.osgi.framework.internal.reliablefile", "symbolicName": "org.eclipse.osgi", "bundleId": "0", "version": "0.0.0", "state": "ACTIVE", "importedData": [] } ]
Exporting the Hierarchy of All Packages
You can export the hierarchy of all the OSGi packages to a .json file. After the search results are displayed, click Export All to JSON.
Copyright © Cloud Software Group, Inc. All rights reserved.