Registry / utility / org-apache-felix-inventory

org-apache-felix-inventory

JSON →
library2.0.0javamavenunverified

Apache Felix Inventory provides mechanisms to retrieve the current state of an OSGi system, offering an inventory of system components.

<dependency> <groupId>org.apache.felix</groupId> <artifactId>org.apache.felix.inventory</artifactId> <version>2.0.0</version> </dependency>
INSTALL
IMPORT
SIG · ORG-APACHE-FELIX-I
O
org-apache-felix-inventory
utilityjavav2.0.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

InventoryPrinter
org.apache.felix.inventory.InventoryPrinter

Minimal usage of Apache Felix Inventory.

import org.apache.felix.inventory.InventoryPrinter; public class Main { public static void main(String[] args) { InventoryPrinter printer = new InventoryPrinter() { @Override public void print(PrintWriter writer, String prefix) { writer.println(prefix + "Inventory example"); } }; printer.print(new PrintWriter(System.out), ""); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.0.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
org-apache-felix-inventory — mvn dependency:get org-apache-felix-inventory · libregistry