Registry / utility / org-apache-felix-utils

org-apache-felix-utils

JSON →
library1.11.8javamavenunverified

Utility classes for OSGi, providing helper methods for bundle management and framework operations.

<dependency> <groupId>org.apache.felix</groupId> <artifactId>org.apache.felix.utils</artifactId> <version>1.11.8</version> </dependency>
INSTALL
IMPORT
SIG · ORG-APACHE-FELIX-U
O
org-apache-felix-utils
utilityjavav1.11.8
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.

Properties
org.apache.felix.utils.properties.Properties

Creates a Felix Properties instance, sets a property, and prints it.

import org.apache.felix.utils.properties.Properties; public class Example { public static void main(String[] args) { Properties props = new Properties(); props.setProperty("key", "value"); System.out.println(props.getProperty("key")); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.11.8latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
org-apache-felix-utils — mvn dependency:get org-apache-felix-utils · libregistry